summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/rkpmic.c
AgeCommit message (Expand)Author
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-03-08Add support for rk809 as seen on the Rock Pi N10 with the rk3399pro. AddKurt Miller
2020-11-12FDT-based I2C drivers should not use OF_* API in the match code, sincePatrick Wildt
2018-07-31Implement setting the voltage of the regulators.Mark Kettenis
2018-04-07Only register ourselves as the time-of-day clock device if no time-of-dayMark Kettenis
2018-02-25Add RK805 support.Mark Kettenis
2017-11-18Add support for voltage regulators.Mark 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