summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2019-10-07Add moxtet(4), a driver for the Turris Mox modules. For now thisPatrick Wildt
2019-10-07Add mvspi(4), a driver for the SPI controller on thePatrick Wildt
2019-10-07Add SPI clocks.Patrick Wildt
2019-10-07Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.Mark Kettenis
2019-10-07Restart the send queue (rather than just clearing OACTIVE) when we'veJonathan Matthew
2019-10-06Add support for i2c clock.Mark Kettenis
2019-10-06Add support for i2c pins.Mark Kettenis
2019-10-04Add support for setting the CPU clock frequencies. This enables DVFS.Mark Kettenis
2019-09-30Add pwmreg(4), a driver that implements a voltage regulator that uses aMark Kettenis
2019-09-30Add amlpwm(4), a driver for the PWM controller found on various Amlogic SoCs.Mark Kettenis
2019-09-29Fix pasto.Mark Kettenis
2019-09-29Replace dwge(4) with a new driver based on dwxe(4). There are manyMark Kettenis
2019-09-21Register sxits(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-09-21Register sxitemp(4) as a thermal sensor with the thermal zone support code.Mark Kettenis
2019-09-21Implement setting the CPU clock for Allwinner A10/A20 SoCs.Mark Kettenis
2019-09-20Add A20 GMAC clocks.Mark Kettenis
2019-09-20DMA works on the RK3288 as well, so unconditionally enable it.Mark Kettenis
2019-09-20Start using the generic clock code on RK3288 as well by switching over theMark Kettenis
2019-09-20Add RK3288 GMAC clock.Mark Kettenis
2019-09-20More RK3328 GMAC clock tweaking.Mark Kettenis
2019-09-19Add RK3328 GMAC clocks.Mark Kettenis
2019-09-16Add RK3399 GMAC clock.Mark Kettenis
2019-09-12Prepare for the emac/gmac "phy" property being renamed to "phy-handle"Jonathan Gray
2019-09-09Update the bindings for imxsrc(4), since they changed when they werePatrick Wildt
2019-09-09Attach imxsrc(4) early and raise its priority to make sure it beatsPatrick Wildt
2019-09-08Add Allwinner H6 support.Mark Kettenis
2019-09-07Retrieve SFP information using the SFP framework.Patrick Wildt
2019-09-07Add sfp(4), a driver that allows talking to SFPs connected overPatrick Wildt
2019-09-07Register mviic(4) in the I2C framework.Patrick Wildt
2019-09-06missing ;Theo de Raadt
2019-09-06Add mviic(4), a driver to support the I2C controller on thePatrick Wildt
2019-09-06Add I2C clock gates.Patrick Wildt
2019-09-06zero hash bits early in dwxe_iff()Jonathan Gray
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.Patrick Wildt
2019-09-05Add missing RCS Id.Patrick Wildt
2019-09-05Add Allwinner H6 support.Mark Kettenis
2019-09-03Add support for getting the frequency of the CPU clocks.Mark Kettenis
2019-09-03remove unreachable returnJonathan Gray
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02A few more missing bits: power regulators, eMMC power sequencing,Mark Kettenis
2019-09-02Two additional pin configurations.Mark Kettenis
2019-09-01Write to the correct register when setting the output level for a GPIO pin.Mark Kettenis
2019-09-01Use interrupt handler instead of polling for completion.Mark Kettenis
2019-09-01Use DMA descriptors if necessary.Mark Kettenis
2019-09-01Add amlmmc(4), a driver for the SD/MMC controller found on variousMark Kettenis
2019-08-31Add code to configure SD/MMC pins.Mark Kettenis
2019-08-31More SD/MMC clock stuff.Mark Kettenis
2019-08-31Add SD/MMC clocks. Generalize the clock gating code for this purpose.Mark Kettenis
2019-08-30Add "amlogic,meson-axg-dwmac" compatible.Mark Kettenis