Age | Commit message (Expand) | Author |
2018-05-16 | Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4) | Patrick Wildt |
2018-05-16 | Add glue for the USB3 controller on the i.MX8MQ SoC. | Patrick Wildt |
2018-05-16 | Correct shortcomings in imxiic(4) that occurred during the initial | Patrick Wildt |
2018-05-08 | Print xHCI revision in dmesg. | Martin Pieuchot |
2018-05-03 | Set the assigned clock settings in imxesdhc(4), which leads to a frequency | Patrick Wildt |
2018-05-03 | Add code to initialize the USB 3 PHY on i.MX8MQ. | Patrick Wildt |
2018-05-03 | Add support for SMCCC 1.1 which provides proper support for the firmware-based | Mark Kettenis |
2018-05-02 | Enable power domain for xhci(4). | Patrick Wildt |
2018-05-02 | Add imxpd(4) which is a power domain controller driver that | Patrick Wildt |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-27 | The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 register | Patrick Wildt |
2018-04-27 | Newer fec(4), like implemented on i.MX8M, have multiple interrupt lines | Patrick Wildt |
2018-04-20 | add a small driver for AMDs cryptographic co processor. | David Gwynne |
2018-04-09 | Implement support for INTx interrupts on Marvell ARMADA 7K & 8K. | Mark Kettenis |
2018-04-09 | Add two more dwc3 quirks. | Mark Kettenis |
2018-04-09 | The Open Firmware Interrupt Mapping "recommendation" says that the number | Mark Kettenis |
2018-04-08 | Deassert resets. | Mark Kettenis |
2018-04-07 | Only register ourselves as the time-of-day clock device if no time-of-day | Mark Kettenis |
2018-04-07 | Add support for GPIO card detect. | Mark Kettenis |
2018-04-05 | Add more initialization code such that things work with the EDK2-based | Mark Kettenis |
2018-04-03 | Match on the more specific "marvell,armada8k-pcie" instead of the generic | Mark Kettenis |
2018-04-02 | Add mvrng(4), a driver for the random number generator on the Marvell Armada | Mark Kettenis |
2018-04-02 | Attach fec(4) to i.MX8M as well. | Patrick Wildt |
2018-04-02 | Attach imxiomuxc(4) to i.MX8M as well. | Patrick Wildt |
2018-04-02 | Move imxiomuxc(4) to sys/dev/fdt. | Patrick Wildt |
2018-04-02 | Move fec(4) to sys/dev/fdt. | Patrick Wildt |
2018-04-02 | Move imxccm(4) to sys/dev/fdt. | Patrick Wildt |
2018-04-02 | Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core in | Mark Kettenis |
2018-04-02 | Add dwpcie(4), a (minimal) driver for the Synopsys Designware PCIe core in | Mark Kettenis |
2018-03-31 | Add mvtemp(4), a driver for the temperature sensors found on Marvell Armada | Mark Kettenis |
2018-03-30 | Move imxanatop(4) to sys/dev/fdt. | Patrick Wildt |
2018-03-30 | Move imxiic(4) to sys/dev/fdt. | Patrick Wildt |
2018-03-30 | Attach imxesdhc(4) to i.MX8M as well. | Patrick Wildt |
2018-03-30 | Move imxesdhc(4) to sys/dev/fdt. | Patrick Wildt |
2018-03-30 | Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7. | Patrick Wildt |
2018-03-30 | Attach imxgpc(4) to i.MX8M as well. | Patrick Wildt |
2018-03-30 | Move imxgpc(4) to sys/dev/fdt so it can be shared between arm64 and armv7. | Patrick Wildt |
2018-03-29 | Move imxuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7. | Patrick Wildt |
2018-03-29 | Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs. | Mark Kettenis |
2018-03-29 | Use "marvell,spi-ranges" property to map GICP interrupts numbers into GIC | Mark Kettenis |
2018-03-29 | Add support for legacy binding used in device trees for Marvell devices for | Mark Kettenis |
2018-03-28 | Configure tx and rx chain delay based on device tree properties. | Mark Kettenis |
2018-03-21 | Add mvicu(4), a driver for the Interrupt Consolidation Unit found on | Mark Kettenis |
2018-03-21 | Add support for Marvell Armada 7K and 8K SoCs. | Mark Kettenis |
2018-03-20 | Add mvgpio(4), a driver to handle GPIOs on Marvell SoCs. | Mark Kettenis |
2018-03-19 | Use a table that is automatically generated from data extracted from the | Mark Kettenis |
2018-03-19 | Switch mvpinctrl(4) from a last match to first match principle. This is | Patrick Wildt |
2018-03-17 | Add mvclock(4) a clock driver for the AP806 and CP110 blocks found on Marvell | Mark Kettenis |
2018-03-17 | If we are compatible with "simple-mfd", attempt to attach child nodes. | Mark Kettenis |
2018-02-26 | Add RK3328 support. | Mark Kettenis |