summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2022-10-20Add RK3568 support.Mark Kettenis
2022-10-17Convert more drivers to use todr_attach(). The quality of the RTC isMark Kettenis
2022-10-13Add (minimal) support for the RK3568 PCIe controller. This relies onMark Kettenis
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2022-10-10Add support for the RK817 PMIC.Mark Kettenis
2022-10-09RK3566/RK3568 support.Mark Kettenis
2022-10-09RK3566/RK3568 support.Mark Kettenis
2022-10-03dapmic(4): support clean shutdown with the power buttonJeremie Courreges-Anglas
2022-09-26For framebuffers that don't start on a page boundary, we need to allowMark Kettenis
2022-09-04Improve periodic USB transfers (device intr, isoc) used for inputMarcus Glocker
2022-09-03Make sure we don't suspend if we have no way to wake up the machine.Mark Kettenis
2022-09-02Add a callback for setting the TDM slot used by an audio codec.Mark Kettenis
2022-08-27Remove unused mutex.Marcus Glocker
2022-08-14Unbreak, don't assume we always hold the NET_LOCKJeremie Courreges-Anglas
2022-08-10Fix off-by-one in channel count, from NetBSD.Marcus Glocker
2022-08-01KNFMark Kettenis
2022-07-25The GPIO pin on Apple M1 systems is actually connected to the SDZ pin, whichMark Kettenis
2022-07-19Fix up tx ring slot calculations so we store the mbuf and dma map withJonathan Matthew
2022-07-16Add support for using the power button to wake up from suspend.Mark Kettenis
2022-07-15Implement support for framebuffers that don't start on a page boundary.Mark Kettenis
2022-07-15Use db_rint() to make it possible to enter ddb(4) by typing ESC D.Mark Kettenis
2022-07-14Add sxirintc(4), a driver for the "wake up" interrupt controller foundMark Kettenis
2022-07-09Add suspend/resume supportMark Kettenis
2022-07-09Add suspend/resume support.Mark Kettenis
2022-07-09Add support for calling the CPU_OFF and SYSTEM_SUSPEND functions.Mark Kettenis
2022-07-02Remove unused device poll functions.Visa Hankala
2022-06-28constify miscellaneous arm64 pin and clock tablesChristian Weisgerber
2022-06-28No need to pass a copy of the bcmdmac_channel structure to predicateAnton Lindqvist
2022-06-27Allow the pluart(4) baud rate to be changed.Anton Lindqvist
2022-06-11Bring back PL011 UART FIFO support to pluart(4). This time with workingAnton Lindqvist
2022-06-09Handle "broken-cd" as "non-removable" like we do in dwmmc(4). Needed onMark Kettenis
2022-06-09Add gpiorestart(4), a driver that resets a SoC/board/machine using a GPIOMark Kettenis
2022-06-06Add support for the XHCI function that is part of the Cadence USB3 DRDMark Kettenis
2022-06-05enable interrupt coalescing.David Gwynne
2022-06-05add support for getting the frequency of the clocks mventa uses.David Gwynne
2022-06-03fix the definition of the MVNETA_PRXITTH Port RX Intr Threshold registerDavid Gwynne
2022-06-01shrink dmesg output by printing the ethernet address on the attach line.David Gwynne
2022-06-01mark the mvneta interrupt handler as mpsafe.David Gwynne
2022-06-01rework the rx ring processing.David Gwynne
2022-06-01mark mvneta_start mpsafe.David Gwynne
2022-06-01dont have to say Ethernet address in dmesg, address is fineDavid Gwynne
2022-06-01trim some white spaceDavid Gwynne
2022-06-01rework tx start and completion.David Gwynne
2022-05-30make a first pass at providing kstats from the hardware counters.David Gwynne
2022-05-30tell the compiler about the tx/rx desc alignment.David Gwynne
2022-05-25marvell,armada-3700-ahci seems to work.David Gwynne
2022-05-23add support for the ehci controller on marvell 3720 boards.David Gwynne
2022-05-17Use a higher match priority such that mvclock(4) wins from syscon(4).Mark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2022-04-03Add support for the CP115 block found on Marvell CN9K SoCs.Patrick Wildt