summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
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
2021-03-26Flag sensors as invalid on bogus readskn
2021-03-25Provide apm(4/arm64) with battery informationkn
2021-03-22Load MSI pages through bus_dma(9). Our interrupt controllers for MSIsPatrick Wildt
2021-03-22Update device-tree bindingskn
2021-03-13Advertise 30-bit color support.Mark Kettenis
2021-03-11Make sure to skip attaching disabled I2C devices. This can happen onPatrick Wildt
2021-03-11Make sure to skip attaching disabled I2C devices. This can happen onPatrick Wildt
2021-03-09Add support for 30-bit color modes.Mark Kettenis
2021-03-08Add support for rk809 as seen on the Rock Pi N10 with the rk3399pro. AddKurt Miller
2021-03-01Transactions on the AXI bus contain a Stream ID. SMMUs filterPatrick Wildt
2021-03-01The ep-gpios property is optional on the Rockchip PCIe controller.Patrick Wildt
2021-02-28Issue call to IOMMU OFW API to collect an IOMMU-sprinkled DMA tag.Patrick Wildt
2021-02-25Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()Patrick Wildt
2021-02-22Disable double-data rate modes if 1.8V signalling is not possible.Patrick Wildt
2021-02-22Slow mode is only relevant for legacy and high speed timings.Patrick Wildt
2021-02-22Improve support for the variant found on the Apple M1 SoC.Mark Kettenis
2021-02-16Add support for the UART found on the Apple M1 SoC.Mark Kettenis
2021-02-14Introduce variables to deal with bit layout differences in the UFSTATMark Kettenis
2021-02-11Don't hardcode com(4)'s major number in exuart(4).Patrick Wildt
2021-02-05arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().Patrick Wildt
2021-02-05Fix CVS tag.Patrick Wildt
2021-02-05Fix whitespace.Patrick Wildt
2021-02-05Rename probe/attach functions to fit our regular naming scheme. ReplacePatrick Wildt
2021-02-05Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.Patrick Wildt
2021-02-04Tedu unnecessary imxuartvar.h.Patrick Wildt
2021-02-01handle #pinctrl-cells 2Jonathan Gray
2021-01-20Reprogram outbound windows to match the device tree. Necessary becauseMark Kettenis
2021-01-19Implement intx support.Mark Kettenis
2020-12-29Handle pinctrl.Mark Kettenis
2020-12-29Add more PWM pin descriptions.Mark Kettenis
2020-12-28Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.Mark Kettenis
2020-12-27Remove debug printf.Mark Kettenis
2020-12-27Add PCIe support.Mark Kettenis
2020-12-27Add PCIe power domain.Mark Kettenis
2020-12-22Add PCIe clocks.Mark Kettenis