Age | Commit message (Expand) | Author |
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 |
2018-02-26 | Fix typo in previous commit. | Mark Kettenis |
2018-02-25 | Add RK805 support. | Mark Kettenis |
2018-02-25 | Add RK3328 support. | Mark Kettenis |
2018-02-25 | More RK3328 clocks. | Mark Kettenis |
2018-02-25 | RK3328 support. | Mark Kettenis |
2018-02-25 | Initial RK3328 clocks. | Mark Kettenis |
2018-02-25 | Typo: auxilliary -> auxiliary | Philip Guenther |
2018-02-24 | RK3328 support. | Mark Kettenis |
2018-02-24 | Add bcmrng(4), a driver for the random number generator on the Raspberry Pi. | Mark Kettenis |
2018-02-24 | fix pasto | Mark Kettenis |
2018-02-24 | Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi. | Mark Kettenis |
2018-02-23 | Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead | Mark Kettenis |
2018-02-10 | Add AXP803 support. | Mark Kettenis |
2018-02-10 | More Allwinner A64 clocks. | Mark Kettenis |
2018-02-09 | timeout_add -> timeout_add_sec | Jonathan Matthew |
2018-01-28 | Store PSCI function ids as uint32_t not int in the softc. | Jonathan Gray |
2018-01-17 | Implement support for the PSCI_VERSION call and export the function such that | Mark Kettenis |
2018-01-13 | Make things work when using the official device tree bindings used by the | Mark Kettenis |
2018-01-06 | Don't advertise L0s if the "aspm-no-l0s" property is present. Base available | Mark Kettenis |
2018-01-06 | Add sxits(4), a driver for the temperature sensor on the Allwinner A10/A20 | Mark Kettenis |
2018-01-06 | Set the proper bus clock rate based on the "clock-frequency" property and | Mark Kettenis |
2018-01-05 | Implement R40/V40 SATA clock. | Mark Kettenis |
2018-01-05 | Add support for AXP221/223. | Mark Kettenis |
2018-01-05 | Remove unnecessary delays. There is no reason to wait after each and every | Mark Kettenis |
2018-01-03 | Instead of adding each and every clock to the list of clocks that are enabled | Mark Kettenis |
2018-01-02 | Initial stab at a driver for the PCIe interface on the Rockhip RK3399. For | Mark Kettenis |
2017-12-31 | Add Allwinner R40/V40 support. | Mark Kettenis |
2017-12-31 | Implement R40/V40 thermal sensor clock. | Mark Kettenis |
2017-12-31 | Add sxitemp(4), a driver for the temperature sensors on the Allwinner H5 SoC. | Mark Kettenis |
2017-12-31 | Implement H3/H5 thermal sensor clocks. | Mark Kettenis |
2017-12-31 | Add sypwr(4), a driver for the Silergy SY8106A regulator found on many boards | Mark Kettenis |
2017-12-31 | Implement H3/H5 CPU clock. | Mark Kettenis |
2017-12-30 | Somewhow I botched rev 1.3, which has a = where a |= is needed. Fix this. | Mark Kettenis |
2017-12-30 | Add support for the USB PHY of the Allwinner R40/V40. | Mark Kettenis |
2017-12-30 | Implement Allwinner A40/V40 support. | Mark Kettenis |