summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2021-11-09Add gpiokeys(4) for arm64Klemens Nanni
2021-11-09Sort gpio{leds,charger}Klemens Nanni
2021-11-07Fall back to label if function is missingKlemens Nanni
2021-11-07Simplify print logicKlemens Nanni
2021-11-07Constify struct cfattach, not struct cfdriver.Patrick Wildt
2021-11-05Newer i.MX device trees store the skew information in the PHY's node, whichPatrick Wildt
2021-11-05Newer i.MX device trees retriee the USB phy using the more generic propertyPatrick Wildt
2021-10-31Extend the SPI bus API a bit. The config structure gets an sc_cs_delayMark Kettenis
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-22Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variantsMark Kettenis
2021-10-16Bail out early if the PCIe controller hasn't been initialized by theMark Kettenis
2021-10-10Apparently it is possible for firmware to indicate that SMCCC_VERSION isMark Kettenis
2021-10-04Allegedly a "Marvell Armada 3700 Functional Errata, Guidelines, andMark Kettenis
2021-09-25Add gpiocharger(4) for arm64Klemens Nanni
2021-09-25Add gpioleds(4) for arm64Klemens Nanni
2021-09-11Don't set the highspeed bit on bcm2835-sdhci sdhc(4) controllers.Marcus Glocker
2021-09-06Accompany some functions wich are marked inline with the static keywordPatrick Wildt
2021-09-01Remove dead poweroff functions, as they not appear in otherJan Klemkow
2021-08-31Using suser() instead of doing it manually.Jan Klemkow
2021-08-02rkpwm(4) device tree bindings were updated to not have clock names anymore,Patrick Wildt
2021-07-29Change driver class from DV_DULL to DV_IFNET, so that it can be recognizedPatrick Wildt
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-28Add RK3399 PCIe PHY reference clocks.Patrick Wildt
2021-07-28Add RK3399 Type-C PHY clocks.Patrick Wildt
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-08Attach imxiomuxc(4) to i.MX8MP as well.Patrick Wildt
2021-07-07Rework TX handling to be more similar and comparable to our other modernPatrick Wildt
2021-07-07When the list of free RX descriptors fills up completely, the consumedPatrick Wildt
2021-07-07update drm to linux 5.10.47Jonathan Gray
2021-06-29When configuring the USB3 phy, try the OFW PHY API first, and if there'sPatrick Wildt
2021-06-29Add rktcphy(4), a driver for the Type-C PHY controller found on thePatrick Wildt
2021-06-27Create DMA maps with 64-bit capability when appropriate.Visa Hankala
2021-06-27Use config register to determine if 64-bit DMA is available.Visa Hankala
2021-06-27match on sifive,fu540-c000-gemJonathan Gray
2021-06-26cad: Implement 64-bit DMA modeVisa Hankala
2021-06-25Make sure we translate prefetchable mmio space as well.Mark Kettenis
2021-06-25While it seems like we can choose any I/O virtual address for peripheralPatrick Wildt
2021-06-25Remove an unused struct.Visa Hankala
2021-06-24Add support for the 64-bit prefetchable memory window.Mark Kettenis
2021-06-23Make sure the bus is idle before starting a transfer.Mark Kettenis
2021-06-18Enable 32-bit I/O addressing. This gets rid of the io address conflictMark Kettenis
2021-06-16Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2CMark Kettenis
2021-06-14Simplify the way we handle PCI configuration space access. Instead ofMark Kettenis
2021-06-14Remove unused prototypes.Mark Kettenis
2021-06-13Match sifive,fu740-c000-gem so that device is detected on Unmatched.Dale Rahn
2021-06-12Enable dwpcie(4) and add support for the PCIe host bridge found on theMark Kettenis
2021-06-03Implement multicast support in mvpp(4) to make IPv6 work. With thisPatrick Wildt
2021-06-02Linux folks introduced "10gbase-r" since it is "more correct" and we'reMark Kettenis
2021-05-30Include <sys/mutex.h> to avoid a hidden header dependency.Visa Hankala