summaryrefslogtreecommitdiff
path: root/sys/dev/fdt
AgeCommit message (Expand)Author
2020-01-22Ack SDIO interrupts earlier on dwmmc(4). While handling an SDIOPatrick Wildt
2020-01-22delete wasteful ;;Theo de Raadt
2020-01-22The Pinebook Pro's u-boot seems to add a zero-length framebufferPatrick Wildt
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.Mark Kettenis
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.Mark Kettenis
2020-01-13Timeouts are all specified in multiple of `hz' so define them in term ofMartin Pieuchot
2020-01-13Kill dead code.Martin Pieuchot
2020-01-12Add thermal sensor clock.Mark Kettenis
2020-01-11The eMMC on my firefly-rk3399 doesn't work reliably when the output tapMark Kettenis
2020-01-11sximmc(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-14rkpcie: Add support for gen2 negotiationKurt Miller
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.Patrick Wildt
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.Patrick Wildt
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).Patrick Wildt
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblePatrick Wildt
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.Patrick Wildt
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driversPatrick Wildt
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).Patrick Wildt
2019-10-27Add i.MX5/6 support and enable this driver on armv7(4).Mark Kettenis
2019-10-23Add sxisid(4), a driver to read the on-chip eFuses written byMark Kettenis
2019-10-21Add sxipwm(4) and pwmbl(4). Thse two drivers together add support for theMark Kettenis
2019-10-17Avoid including an armv7 MD header.Mark Kettenis
2019-10-16Move sxidog(4) such that we can use it on arm64.Mark Kettenis
2019-10-13Fix whitespace issue spotted by Krystian Lewandowski.Mark Kettenis
2019-10-13Add display brightness hooks.Mark Kettenis
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