summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/rsbvar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Capitalize my last name in copyright.kettenis2019-08-291-2/+2
|
* Add support for 1-byte reads and writes.kettenis2017-12-161-1/+3
|
* Add a driver for the RSB controller found on various Allwinner SoCs.kettenis2017-12-161-0/+29
Add a driver for the RTC part of the AC100 chip. Together this turns my Cubieboard4 into a real computer by giving it a proper clock. ok patrick@