Age | Commit message (Expand) | Author |
2017-10-09 | Print the name of the device tree node like we do for simplebus(4). | Mark Kettenis |
2017-10-08 | Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards. | Mark Kettenis |
2017-10-05 | Update mvneta(4) to the way OpenBSD handles multicast and promiscuous | Patrick Wildt |
2017-10-01 | Align Rx buffers to prevent unaligned access in the network stack. | Mark Kettenis |
2017-09-30 | The property that points the the attached PHY is called "phy-handle" instead | Mark Kettenis |
2017-09-21 | Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used | Patrick Wildt |
2017-09-19 | Add support for being a regmap provider in syscon(4). So far the driver | Patrick Wildt |
2017-09-13 | Add missing pipe in sxitwi(4)'s match code to actually make | Patrick Wildt |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-02 | Support Allwinner A64's ethernet controller clocks and reset | Patrick Wildt |
2017-09-02 | handle rk3288 i2c clocks | Jonathan Gray |
2017-08-30 | Decode pin mux configuration correctly in gpio(4) support code such that | Mark Kettenis |
2017-08-28 | tyop and whitespace nit | Jasper Lievisse Adriaanse |
2017-08-28 | Add rkpmic(4), a driver for the RK808 Power Management IC. For now, this | Mark Kettenis |
2017-08-27 | Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399. | Mark Kettenis |
2017-08-27 | Add glass console support for arm64. This uses the "stdout-path" property | Mark Kettenis |
2017-08-27 | Add RK3399 i2c-related clocks and fix a typo. | Mark Kettenis |
2017-08-26 | Mark decimal constants as unsigned to avoid gcc warning. | Mark Kettenis |
2017-08-26 | Add supporting for adjusting the CPU core clock frequency on RK3399. | Mark Kettenis |
2017-08-25 | Add mvneta(4), a driver for the Ethernet controller on the Armada | Patrick Wildt |
2017-08-25 | Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now, | Patrick Wildt |
2017-08-25 | Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399 | Mark Kettenis |
2017-08-23 | Slightly rework how the SoC-specific functions are set up and introduce an | Mark Kettenis |
2017-08-21 | Add RK3399 CPU core related clocks. Fix RK3399 SD/MMC controller clock. | Mark Kettenis |
2017-08-17 | Fix logical or. Spotted by Artturi Alm. | Mark Kettenis |
2017-08-13 | remove uneeded bpf include | Jonathan Gray |
2017-08-13 | Add support for Allwinner A64/H5 device trees that use the official Linux | Mark Kettenis |
2017-08-12 | Set vendor to "Generic" like we do for ehci@fdt. | Mark Kettenis |
2017-08-12 | Improve snps,dwc3 support. Enough to make the USB3 controller on the | Mark Kettenis |
2017-08-11 | Add glue for the USB3 controller on the rk3399-firefly. | Mark Kettenis |
2017-08-07 | Add RK3399 USB3 related clocks. | Mark Kettenis |
2017-08-04 | Fix defenition of reset bits. | Mark Kettenis |
2017-08-01 | Remove some debug printfs. | Mark Kettenis |
2017-08-01 | Add a driver for the OCTEON USB3 controller bridge. | Visa Hankala |
2017-07-29 | Add a bcmaux(4) driver that handles clocks and interrupts for the | Mark Kettenis |
2017-07-28 | Add a driver for the OCTEON SATA controller bridge. | Visa Hankala |
2017-07-25 | Add dwdog(4), a driver for the Synopsys Designware watchdog timer integrated | Mark Kettenis |
2017-07-24 | Add support for the AXP152 which has a shutdown control register that is | Mark Kettenis |
2017-07-23 | Add sxitwi(4), a driver for the (i2c compatible) two-wire bus found on | Mark Kettenis |
2017-07-23 | RK3288 support. | Mark Kettenis |
2017-07-23 | RK3288 support. | Mark Kettenis |
2017-07-23 | Add a few more RK3288 clocks. | Mark Kettenis |
2017-07-23 | Tweak timeouts a bit such that this works on the RK3288. | Mark Kettenis |
2017-07-23 | Add RK3288 support. | Mark Kettenis |
2017-07-18 | fix previous to make sxiccmu compile again | Jonathan Gray |
2017-07-17 | The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatible | Mark Kettenis |
2017-07-16 | Match /clocks node on Allwinner H5. | Mark Kettenis |
2017-06-22 | double ;;. xhci one found by geoffhill | Theo de Raadt |
2017-06-02 | Attach the xhci(4) FDT driver to the generic-xhci compatible as well. | Patrick Wildt |
2017-05-21 | Add support for the SD/MMC controller found on Samsuung Exynos5. | Mark Kettenis |