summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
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
2021-05-28Add cad(4), a driver for Cadence GEM.Visa Hankala
2021-05-28Schedule timeout a little bit sooner. Doing this once every minute isn'tPatrick Wildt
2021-05-28Once i.MX's watchdog is enabled, it can never be disabled. Some 64-bitPatrick Wildt
2021-05-28Move imxdog(4) to sys/dev/fdt.Patrick Wildt
2021-05-26Add aplspmi(4), a driver for the Apple SPMI controller, and aplpmu(4)Mark Kettenis
2021-05-21Add an additional pin configuration.Mark Kettenis
2021-05-19Only advertise MSI support if there is an MSI controller of some sort.Mark Kettenis
2021-05-18Move the pciecam stanza back into files.arm64 since armv7 has its ownMark Kettenis
2021-05-17Move pciecam.c to dev/fdt/.Mark Kettenis
2021-05-17Rename some MD structs by giving them an architecture-neutral name inMark Kettenis
2021-05-07Print Synopsys version number, use OF_getpropbool(9) where appropriateMark Kettenis
2021-05-07fix bounds tests gpio pin numbering starts at 0Jonathan Gray
2021-05-05Match on snps,dw-mshc in dwmmc(4) and use clock-frequency for clkbase ifJonathan Gray
2021-05-03Make sdhc(4) attachment work on Zynq-7000.Visa Hankala
2021-04-24The variation in access size requirements and spacing of registers ofMark Kettenis
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2021-04-24Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs.Visa Hankala
2021-04-24Add gfrtc a driver for the real-time clock interface of Google'sJonathan Gray
2021-04-23enable syscon(4) on riscv64Jonathan Gray
2021-04-23Adjust support for "syscon-reboot" and "syscon-poweroff" for the updatedMark Kettenis
2021-04-20Match on "amlogic,meson-sm1-mmc" compatible.Mark Kettenis
2021-04-15Implement version 2 of virtio(4) at fdt, as used by Parallels on thePatrick Wildt
2021-04-07Add graphaudio(4), a driver to support linking together audio componentsMark Kettenis
2021-04-07Add support for the fractional dividers for the i2s clocks.Mark Kettenis
2021-04-05Set sysclk before using itkn
2021-04-05Fix typo in debug message. ok kettenis@Darren Tucker
2021-04-05Revert slow mode change so that we always use it for legacy and high speedPatrick Wildt
2021-04-01Clean up nonexistent/unused properties handlingkn
2021-04-01Hardcode meaningful alert level, track apm's battery state betterkn