summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-08-02rkpwm(4) device tree bindings were updated to not have clock names anymore,Patrick Wildt
2021-08-01whitespaceMark Kettenis
2021-07-31drm/ttm: add a check against null pointer dereferenceJonathan Gray
2021-07-30Add newline for debug printf.Marcus Glocker
2021-07-30Increase static number of nframes which enables very initial ISOC support,Marcus Glocker
2021-07-30Print iwx(4) firmware version numbers like Linux iwlwifi does it.Stefan Sperling
2021-07-30Remove an unused 320k bytes DMA memory allocation from iwx(4).Stefan Sperling
2021-07-30Fix the transfer abort function dwc2_abort_xfer() to work again with theMarcus Glocker
2021-07-30set the name of the allocating process in struct drm_framebufferJonathan Gray
2021-07-29Switch iwx(4) to -63 firmware images as shipped in iwx-firmware-20210512.Stefan Sperling
2021-07-29Implement support for the BAR_FRAME_RELEASE iwx(4) firmware notification.Stefan Sperling
2021-07-29Get Tx queues working with new iwx(4) firmware.Stefan Sperling
2021-07-29Support the new iwx(4) firmware TLC_MNG_CONFIG command.Stefan Sperling
2021-07-29Support the new iwx(4) firmware session protection command.Stefan Sperling
2021-07-29Add support for iwx(4) umac scan command version 14.Stefan Sperling
2021-07-29Add support for iwx(4) "reduced" scan config command required by new firmware.Stefan Sperling
2021-07-29Handle iwx(4) PHY context command version 3.Stefan Sperling
2021-07-29New iwx(4) firmware doesn't require an AUX station to be added.Stefan Sperling
2021-07-29Remove support for the narrow command header on the iwx(4) command queue.Stefan Sperling
2021-07-29Fix "BAD COMMAND" errors with new iwx(4) firmware.Stefan Sperling
2021-07-29Handle iwx(4) firmware alive response version 5.Stefan Sperling
2021-07-29Recognize "phy integration" and "num stations" TLVs found in new iwx(4)Stefan Sperling
2021-07-29Ignore debug sections present in newer iwx(4) firmware images.Stefan Sperling
2021-07-29Increase fixed limits for the number of iwx(4) command versions, channels,Stefan Sperling
2021-07-29Declare additional iwx(4) firmware capability and api support flags.Stefan Sperling
2021-07-29Change driver class from DV_DULL to DV_IFNET, so that it can be recognizedPatrick Wildt
2021-07-29drm/i915/gvt: Clear d3_entered on elsp cmd submission.Jonathan Gray
2021-07-29drm/amdgpu: update golden setting for sienna_cichlidJonathan Gray
2021-07-29drm: Return -ENOTTY for non-drm ioctlsJonathan Gray
2021-07-28The clocks for the Rockchip Ethernet controller need to be enabled muchPatrick Wildt
2021-07-28On some RK3399 boards the firmware disables some of the clocks. AllowPatrick Wildt
2021-07-28Switch to an MI implementation of kmap_atomic() and implementMark Kettenis
2021-07-28Add RK3399 PCIe PHY reference clocks.Patrick Wildt
2021-07-28Add RK3399 Type-C PHY clocks.Patrick Wildt
2021-07-28Use a more descriptive name for the raw sensor which reflects the numberanton
2021-07-28Delay installation of sensors until a device with battery support isanton
2021-07-27Implemented from the Linux driver:Marcus Glocker
2021-07-27Fix Rx hash typeKevin Lo
2021-07-26Fix accounting of the number of frames queued on an iwx(4) Tx ring.Stefan Sperling
2021-07-26fix an mbuf leak with m_len 0 mbufsJonathan Gray
2021-07-26retry i2c transfers on -EAGAIN up to the number of times specified inJonathan Gray
2021-07-26Add mtx_enter/mtx_leave in kvp_pool_keys().asou
2021-07-25Enable LEDs for the LAN7800 chip, as e.g. found on theMarcus Glocker
2021-07-24The I2C controller's clock- and bitrate properties used different namingPatrick Wildt
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Use the presence of an intrmap, rather than the number of queues, toJonathan Matthew
2021-07-23Make GENERIC compile again.Marcus Glocker
2021-07-23compile in non-DIAGNOSTIC mode; ok mglockerTheo de Raadt
2021-07-23pci_intr_msix_count() is the function that drivers using multiple MSI-XJonathan Matthew
2021-07-22Sync dwctwo(4) with the NetBSD-current code base.Marcus Glocker