summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2019-08-29Enable USB Vbus supply on i.MX 8M.Patrick Wildt
2019-08-29Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USBMark Kettenis
2019-08-29Capitalize my last name in copyright.Mark Kettenis
2019-08-28Add amlpinctrl(4), a driver to configure pins and control GPIOs on AmlogicMark Kettenis
2019-08-27Add amlrng(4), the simples random numer generator driver ever.Mark Kettenis
2019-08-27Fix HSET4 and HCLR4 macros; I shouldn't make last-minute changes withoutMark Kettenis
2019-08-27Add imxtmu(4), a driver to support the temperature sensors onPatrick Wildt
2019-08-27amclock(4), a driver for the Amlogic SoC clocks. For now this implementsMark Kettenis
2019-08-26Remove unnecessary retrieval of the GPC regmap. We don't need it sincePatrick Wildt
2019-08-26Add amlreset(4), a driver to support reset signal controller blocks onMark Kettenis
2019-08-26Add amluart(4), a driver for the UARTs found on various Amlogic SoCs.Mark Kettenis
2019-08-19Add missing OHCI clocks for Allwinner R40.Mark Kettenis
2019-08-12Fix typo; spotted by Krystian Lewandowski.Mark Kettenis
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-08-11Add battery sensors for the AXP803. A somewhat recent Linux DT is neededMark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-11The "phy-names" property has been dropped from the Linux device trees soMark Kettenis
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-02Register rktemp(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-06-15Fix previous commit and unbreak the tree.Mark Kettenis
2019-06-14timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@cheloha
2019-06-03Change pci_intr_handle_t into a struct and replace duplicated code thatMark Kettenis
2019-05-31Add MSI-X support.Mark Kettenis
2019-05-31Add MSI-X support.Mark Kettenis
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-05-24Configure pins.Mark Kettenis
2019-05-11Implement interrupt controller functionality in the RockchipPatrick Wildt
2019-05-11Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.Patrick Wildt
2019-05-10Add a fallback to ehci(4)'s phy init code so that when therePatrick Wildt
2019-04-30Attach mvneta(4) on the Armada 3720 SoC.Patrick Wildt
2019-04-30Add support for the Armada 3720 pinctrl controller to mvpinctrl(4).Patrick Wildt
2019-04-30Add mvuart(4) to support the Armada 3720's serial console.Patrick Wildt
2019-04-30Add support for the Armada 3720 clocks to mvclock(4).Patrick Wildt
2019-04-23Add support for "pinconf-single" devices and add support for bias andMark Kettenis
2019-04-22Add support for official Linux device tree bindings and implement supportMark Kettenis
2019-04-22Configure pins.Mark Kettenis
2019-04-20armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks),Theo de Raadt
2019-04-13Add missing compatibles for newer Linux kernel bindings.Mark Kettenis
2019-04-01In the upstreamed and official device tree for i.MX8MQ the clocksPatrick Wildt
2019-04-01imxdwusb(4) and imxpd(4) are no longer needed.Patrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the USB physPatrick Wildt
2019-04-01In the upstreamed and official device tree for i.MX8MQ the power domains arePatrick Wildt
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0Stefan Fritsch
2019-03-13Add support for i.MX8M PWM clocks.Patrick Wildt
2019-03-13Since new bindings might use the same clock index for divs, gates andPatrick Wildt
2019-02-22Allow ssdfb(4) to be mmap(2)-able so that we can use its framebufferPatrick Wildt
2019-02-12Add Allwinner V3s support. From SASANO Takayoshi.Mark Kettenis
2019-02-10Add Allwinner V3s support. Also update some Allwinner A80 pin names toMark Kettenis
2019-02-10Handle "broken-cd" as "non-removable" for now. This will generate someMark Kettenis