summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2022-01-17s/0xffffffff/UINT32_MAX/ in bus_dmatag_subregion callskrll
2022-01-17Add UQ_HID_IGNORE for the Microchip PICkit2 and 3 programmers.bouyer
2022-01-17Regen: Add the Microchip PICkit3 programmerbouyer
2022-01-17Add the Microchip PICkit3 programmerbouyer
2022-01-17Fix ierror counting again.msaitoh
2022-01-16xhci(4): Fix citation in comment.riastradh
2022-01-16xhci(4): Fix copypasto in resume error message.riastradh
2022-01-16tpm(4): Fix suspend and rework I/O transaction lock.riastradh
2022-01-15dk(4): Omit redundant microoptimization around cv_broadcast.riastradh
2022-01-1532-bit build fixjmcneill
2022-01-15acpi: sdhc: Read caps2 even if sdhci-caps{,-mask} doesn't touch the bitsjmcneill
2022-01-15acpi: sdhc: Add support for RK356x eMMC controller.jmcneill
2022-01-15acpi: Add helper for querying DSM function 0.jmcneill
2022-01-15sdhc: High speed support capability flag applies to eMMC too.jmcneill
2022-01-15Trailing whitespaceskrll
2022-01-14ihidev(4): Prohibit closing an unopened ihidev.riastradh
2022-01-14ihidev(4): Avoid reference count overflow.riastradh
2022-01-14ims(4): Sprinkle KERNEL_LOCKED_P assertions.riastradh
2022-01-14ihidev(4): Take the lock for ihidev_open, ihidev_close.riastradh
2022-01-14ihidev(4): Check kmem_alloc(..., KM_NOSLEEP) for failure.riastradh
2022-01-14ihidev(4): Allocate report buffer with KM_SLEEP.riastradh
2022-01-14ihidev(4): Fix locking and interrupt handler.riastradh
2022-01-14ihidev(4): Add missing includes and header guard.riastradh
2022-01-14Formatting. NFCI.skrll
2022-01-12Ignore new APC UPS devices when matching uhid devices.martin
2022-01-12regen (new APC UPS device id)martin
2022-01-12Add a new APC UPS device id.martin
2022-01-11acpi: sdhc: Support sdhci-caps and sdhci-caps-mask properties.jmcneill
2022-01-11acpi: ged: Mask interrupts before dispatching handlerjmcneill
2022-01-10Typo in a commentkhorben
2022-01-09uvideo(4): Fix USB interface numbering.riastradh
2022-01-09dwcmmc: Add ACPI attach supportjmcneill
2022-01-09dwcmmc: Add support for card detect using SDMMC_CDETECT registerjmcneill
2022-01-09acpi: Add acpi_dsd_bool helperjmcneill
2022-01-09eqos: handle the GMAC_MTL_INTERRUPT_STATUS register having somethingmrg
2022-01-08eqos: interrupt evcnt and minor fixmrg
2022-01-08urlphy(4): Fix missing mii locking in urlphy_attach.riastradh
2022-01-08ukbd(4): Fix previous change to initial LED flashing.riastradh
2022-01-08place additional parens around multiline string constant to appease clangtnn
2022-01-07Safe vendor/product for reporting. Avoids repeated loading/unloadingmlelstv
2022-01-07Calculate the minimum address, don't assume the first entry is the start.mlelstv
2022-01-07Two fixes:msaitoh
2022-01-07Add missing comma. Found by tnn@.msaitoh
2022-01-07acpibat(4): Fix race in detach with AcpiOsExecute deferred call.riastradh
2022-01-06QEMU e1000's PHY code doesn't reflect the PSSR_LINK bit. Do workaround.msaitoh
2022-01-05fix typos, mainly s/comand/command/andvar
2022-01-03Add driver for DesignWare Ethernet Quality-of-Service controller.jmcneill
2022-01-03Add driver for Motorcomm YT8511 GbE PHYjmcneill
2022-01-02wsemul_vt100.c - make static everything that can be staticuwe
2022-01-01fix typos in word "diagnostic".andvar