Age | Commit message (Expand) | Author |
2021-07-07 | update drm to linux 5.10.47 | Jonathan Gray |
2021-06-29 | When configuring the USB3 phy, try the OFW PHY API first, and if there's | Patrick Wildt |
2021-06-29 | Add rktcphy(4), a driver for the Type-C PHY controller found on the | Patrick Wildt |
2021-06-27 | Create DMA maps with 64-bit capability when appropriate. | Visa Hankala |
2021-06-27 | Use config register to determine if 64-bit DMA is available. | Visa Hankala |
2021-06-27 | match on sifive,fu540-c000-gem | Jonathan Gray |
2021-06-26 | cad: Implement 64-bit DMA mode | Visa Hankala |
2021-06-25 | Make sure we translate prefetchable mmio space as well. | Mark Kettenis |
2021-06-25 | While it seems like we can choose any I/O virtual address for peripheral | Patrick Wildt |
2021-06-25 | Remove an unused struct. | Visa Hankala |
2021-06-24 | Add support for the 64-bit prefetchable memory window. | Mark Kettenis |
2021-06-23 | Make sure the bus is idle before starting a transfer. | Mark Kettenis |
2021-06-18 | Enable 32-bit I/O addressing. This gets rid of the io address conflict | Mark Kettenis |
2021-06-16 | Add ociic(4) and dapmic(4). The first is a driver for the OpenCores I2C | Mark Kettenis |
2021-06-14 | Simplify the way we handle PCI configuration space access. Instead of | Mark Kettenis |
2021-06-14 | Remove unused prototypes. | Mark Kettenis |
2021-06-13 | Match sifive,fu740-c000-gem so that device is detected on Unmatched. | Dale Rahn |
2021-06-12 | Enable dwpcie(4) and add support for the PCIe host bridge found on the | Mark Kettenis |
2021-06-03 | Implement multicast support in mvpp(4) to make IPv6 work. With this | Patrick Wildt |
2021-06-02 | Linux folks introduced "10gbase-r" since it is "more correct" and we're | Mark Kettenis |
2021-05-30 | Include <sys/mutex.h> to avoid a hidden header dependency. | Visa Hankala |
2021-05-28 | Add cad(4), a driver for Cadence GEM. | Visa Hankala |
2021-05-28 | Schedule timeout a little bit sooner. Doing this once every minute isn't | Patrick Wildt |
2021-05-28 | Once i.MX's watchdog is enabled, it can never be disabled. Some 64-bit | Patrick Wildt |
2021-05-28 | Move imxdog(4) to sys/dev/fdt. | Patrick Wildt |
2021-05-26 | Add aplspmi(4), a driver for the Apple SPMI controller, and aplpmu(4) | Mark Kettenis |
2021-05-21 | Add an additional pin configuration. | Mark Kettenis |
2021-05-19 | Only advertise MSI support if there is an MSI controller of some sort. | Mark Kettenis |
2021-05-18 | Move the pciecam stanza back into files.arm64 since armv7 has its own | Mark Kettenis |
2021-05-17 | Move pciecam.c to dev/fdt/. | Mark Kettenis |
2021-05-17 | Rename some MD structs by giving them an architecture-neutral name in | Mark Kettenis |
2021-05-07 | Print Synopsys version number, use OF_getpropbool(9) where appropriate | Mark Kettenis |
2021-05-07 | fix bounds tests gpio pin numbering starts at 0 | Jonathan Gray |
2021-05-05 | Match on snps,dw-mshc in dwmmc(4) and use clock-frequency for clkbase if | Jonathan Gray |
2021-05-03 | Make sdhc(4) attachment work on Zynq-7000. | Visa Hankala |
2021-04-24 | The variation in access size requirements and spacing of registers of | Mark Kettenis |
2021-04-24 | Remove unused function pointers from `todr_handle'. | Martin Pieuchot |
2021-04-24 | Add cduart(4), a driver for the Cadence UART found on Xilinx Zynq SoCs. | Visa Hankala |
2021-04-24 | Add gfrtc a driver for the real-time clock interface of Google's | Jonathan Gray |
2021-04-23 | enable syscon(4) on riscv64 | Jonathan Gray |
2021-04-23 | Adjust support for "syscon-reboot" and "syscon-poweroff" for the updated | Mark Kettenis |
2021-04-20 | Match on "amlogic,meson-sm1-mmc" compatible. | Mark Kettenis |
2021-04-15 | Implement version 2 of virtio(4) at fdt, as used by Parallels on the | Patrick Wildt |
2021-04-07 | Add graphaudio(4), a driver to support linking together audio components | Mark Kettenis |
2021-04-07 | Add support for the fractional dividers for the i2s clocks. | Mark Kettenis |
2021-04-05 | Set sysclk before using it | kn |
2021-04-05 | Fix typo in debug message. ok kettenis@ | Darren Tucker |
2021-04-05 | Revert slow mode change so that we always use it for legacy and high speed | Patrick Wildt |
2021-04-01 | Clean up nonexistent/unused properties handling | kn |
2021-04-01 | Hardcode meaningful alert level, track apm's battery state better | kn |