summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2017-12-23Sync Allwinner H3/H5 pin definitions with Linux.Mark Kettenis
2017-12-23Avoid null-pointer dereference wen a device tree refers to a pin-functionMark Kettenis
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Add sensors for the AXP809.Mark Kettenis
2017-12-18Use axppmic as a dependency instead of axppmic_rsb.Mark Kettenis
2017-12-18Add i2c interface code to the new axppmic(4) code and add support for theMark Kettenis
2017-12-18Map framebuffer into userland as non-cachable (but normal) memory. We stillMark Kettenis
2017-12-17Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806Mark Kettenis
2017-12-17Add 32K output klock support.Mark Kettenis
2017-12-17Add magic to make USB PYs work on Allwinner H3/H5/A64.Mark Kettenis
2017-12-16Add support for 1-byte reads and writes.Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-15Add a few more Allwinner A80 clocks.Mark Kettenis
2017-12-13Fix stray return; hopefully this makes the internal PHY actually work now.Mark Kettenis
2017-12-12Add more Allwinner A80 clocks.Mark Kettenis
2017-12-12Fix typo. Unbreaks building a kernel on arm64/clang.Mark Kettenis
2017-12-11Implement support for the "next-generation" clock bindings for theMark Kettenis
2017-12-10Add support for the internal PHY on the Allwinner H3. From Stephen Graf.Mark Kettenis
2017-12-10Fix MDIO_CMD register bit definitions. From Stepen Graf.Mark Kettenis
2017-11-20Add Allwinner A10 EMAC clock.Mark Kettenis
2017-11-19Implement support for the "next-generation" clock bindings for theMark Kettenis
2017-11-18Add support for voltage regulators.Mark Kettenis
2017-11-13Add support for the i2c controller variant found on the Allwinner A31 andMark Kettenis
2017-11-13Add i2c-related clocks for Allwinner H3/H5/A64.Mark Kettenis
2017-11-13Newer Allwinner SoCs (H3/H4/A64) use an "unconfigured" default state.Mark Kettenis
2017-10-09Print the name of the device tree node like we do for simplebus(4).Mark Kettenis
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-10-05Update mvneta(4) to the way OpenBSD handles multicast and promiscuousPatrick Wildt
2017-10-01Align Rx buffers to prevent unaligned access in the network stack.Mark Kettenis
2017-09-30The property that points the the attached PHY is called "phy-handle" insteadMark Kettenis
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-19Add support for being a regmap provider in syscon(4). So far the driverPatrick Wildt
2017-09-13Add missing pipe in sxitwi(4)'s match code to actually makePatrick Wildt
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-02Support Allwinner A64's ethernet controller clocks and resetPatrick Wildt
2017-09-02handle rk3288 i2c clocksJonathan Gray
2017-08-30Decode pin mux configuration correctly in gpio(4) support code such thatMark Kettenis
2017-08-28tyop and whitespace nitJasper Lievisse Adriaanse
2017-08-28Add rkpmic(4), a driver for the RK808 Power Management IC. For now, thisMark Kettenis
2017-08-27Add rkiic(4) a driver for the i2c controllers found on the Rockchip RK3399.Mark Kettenis
2017-08-27Add glass console support for arm64. This uses the "stdout-path" propertyMark Kettenis
2017-08-27Add RK3399 i2c-related clocks and fix a typo.Mark Kettenis
2017-08-26Mark decimal constants as unsigned to avoid gcc warning.Mark Kettenis
2017-08-26Add supporting for adjusting the CPU core clock frequency on RK3399.Mark Kettenis
2017-08-25Add mvneta(4), a driver for the Ethernet controller on the ArmadaPatrick Wildt
2017-08-25Add mvpinctrl(4), a driver to configure pins on Marvell SoCs. For now,Patrick Wildt
2017-08-25Add rktemp(4), a driver for the temperature sensors on the Rockchip RK3399Mark Kettenis
2017-08-23Slightly rework how the SoC-specific functions are set up and introduce anMark Kettenis
2017-08-21Add RK3399 CPU core related clocks. Fix RK3399 SD/MMC controller clock.Mark Kettenis
2017-08-17Fix logical or. Spotted by Artturi Alm.Mark Kettenis