summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-09-03Avoid uninitialized variable; using a for loop like in siif_recvmsg() waskettenis1-4/+4
2019-09-03bnxt: Support MSI-Xsf1-3/+8
2019-09-03remove unreachable returnjsg1-2/+1
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.kettenis1-0/+3
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.kettenis1-1/+84
2019-09-02Reset the current wireless PHY mode to 'auto' when a scan begins if westsp2-2/+16
2019-09-02Release locks in error paths. Spotted by semarie@kettenis1-2/+8
2019-09-02A few more missing bits: power regulators, eMMC power sequencing,kettenis1-4/+96
2019-09-02Two additional pin configurations.kettenis1-1/+3
2019-09-01Write to the correct register when setting the output level for a GPIO pin.kettenis1-2/+2
2019-09-01Use interrupt handler instead of polling for completion.kettenis1-14/+48
2019-09-01Use DMA descriptors if necessary.kettenis1-23/+72
2019-09-01Add amlmmc(4), a driver for the SD/MMC controller found on variouskettenis2-1/+555
2019-09-01Adopt the SCSI versioning #define's from FreeBSD. Eliminate thekrw2-6/+4
2019-08-31Add code to configure SD/MMC pins.kettenis1-4/+234
2019-08-31More SD/MMC clock stuff.kettenis1-1/+97
2019-08-31Add SD/MMC clocks. Generalize the clock gating code for this purpose.kettenis1-5/+42
2019-08-31Fix a bug of the tap-detection code.bru1-13/+18
2019-08-30Add "amlogic,meson-axg-dwmac" compatible.kettenis1-1/+2
2019-08-30Don't use misleadingly named SCSISPC() which returns SCSI version notkrw1-1/+1
2019-08-30On SAS3 and newer controllers (using the IEEE sgl layout), the chain offsetjmatthew1-2/+3
2019-08-29Enable USB Vbus supply on i.MX 8M.patrick1-2/+6
2019-08-29Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USBkettenis4-1/+754
2019-08-29ure: attach to RTL8153B device on Lenovo USB-C Dockjcs1-1/+2
2019-08-29Capitalize my last name in copyright.kettenis8-16/+16
2019-08-29Add support for RTL8153B after study of Linux r8152 driver.kevlo2-352/+593
2019-08-29fix iwm(4) frame length check to account for header in firmware rx packetstsp1-2/+2
2019-08-29Don't write to mbuf length fields before mbuf is removed from iwm(4) Rx ring.stsp1-8/+7
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are akettenis3-3/+6
2019-08-28This code calls task_add(9) from a timeout, so create the taskq withkettenis1-2/+2
2019-08-28Build and enable amdgpu(4) on arm64. The DCN1.0 support has been madekettenis3-29/+31
2019-08-28Add amlpinctrl(4), a driver to configure pins and control GPIOs on Amlogickettenis2-1/+267
2019-08-28Add a PHY "framework".kettenis2-2/+119
2019-08-28implement a DV_POWERDOWN handler to flush cache and shutdown the controllerdlg1-22/+100
2019-08-27On amd64 the bootup and resume paths for SP/BP/SP were not performingderaadt2-7/+4
2019-08-27Add amlrng(4), the simples random numer generator driver ever.kettenis2-1/+101
2019-08-27Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes withoutkettenis1-3/+3
2019-08-27syncjcs2-4/+9
2019-08-27add ethernet found on Lenovo USB-C Dockjcs1-1/+2
2019-08-27Keep ieee80211_node structures cached across scans, rather thanstsp6-29/+21
2019-08-27Add imxtmu(4), a driver to support the temperature sensors onpatrick2-1/+169
2019-08-27Error paths in radeondrm(4) call unregister_acpi_notifier() unconditionallykettenis1-3/+12
2019-08-27amclock(4), a driver for the Amlogic SoC clocks. For now this implementskettenis2-1/+170
2019-08-27don't check the page number was set correctly.dlg1-18/+1
2019-08-27make SIOCGIFSFFPAGE support QSFP modules better.dlg1-58/+190
2019-08-26Replace umb_ntop() with sockaddr_ntop() which does almost the same thing.claudio2-38/+26
2019-08-26Remove unnecessary retrieval of the GPC regmap. We don't need it sincepatrick1-4/+2
2019-08-26remove some debug cruft that i should have removed after the addr64 stuffdlg1-6/+1
2019-08-26Add amlreset(4), a driver to support reset signal controller blocks onkettenis2-1/+115
2019-08-26Implement GPIO hogging.kettenis1-2/+48