summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
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
2019-02-06Rework fec(4). I have written this driver in 2012 as my first everPatrick Wildt
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatPatrick Wildt
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thePatrick Wildt
2019-01-28Implement breaking into ddb on imxuart(4). When a break is detected,Patrick Wildt
2019-01-21Adapt to allwinner device tree changes in linux >= 5.0-rc1Jonathan Gray
2019-01-19virtio: Introduce defines for config(8) flagsStefan Fritsch
2019-01-17No need to free the Command/Data GPIO in the I2C detach path since it isPatrick Wildt
2019-01-17Add support for the SSD1306 as seen on the NanoPi NEO2 withPatrick Wildt
2019-01-15Add missing Allwinner H3/H5 OHCI clocks.Mark Kettenis
2019-01-12Add missing OHCI-related clocks.Mark Kettenis
2019-01-11Add i.MX8MQ support to dwpcie(4). Since the i.MX8MQ does seem toPatrick Wildt
2019-01-11imxsrc(4), a driver for the i.MX System Reset Controller. We willPatrick Wildt
2019-01-11Add support for changing the parent of the PCIe clocks. We willPatrick Wildt
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2019-01-07tweak ohci_checkrev so it doesnt print a leading comma and space.David Gwynne
2019-01-04add support for ohci, as found on the pine64David Gwynne
2019-01-03if we run out of mbufs for the rx ring, run a timeout to refill themDavid Gwynne
2019-01-02Fix PCIe clock definitions.Patrick Wildt
2019-01-01Add some additional RK3399 clocks that are used by the current LinuxMark Kettenis
2019-01-01Set assigned-clocks.Mark Kettenis
2019-01-01Add RK3399 TSADC clock.Mark Kettenis
2019-01-01Add RK3328 TSADC clock.Mark Kettenis
2019-01-01Implement switching to different parent clocks in order to get as closeMark Kettenis
2019-01-01Make sure we don't exceed the maximum clock divider.Mark Kettenis
2019-01-01Fix typo in RK3328 fractional PLL frequency code.Mark Kettenis
2018-12-31Set assigned-clocks.Mark Kettenis