summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/sxirtc.c
AgeCommit message (Expand)Author
2024-01-27Add support for newer SoCs that store the data as number of days since theMark Kettenis
2022-10-17Convert more drivers to use todr_attach(). The quality of the RTC isMark Kettenis
2022-10-12Extend struct todr_chip_handle with a todr_quality member. This allows usMark Kettenis
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-04-24Remove unused function pointers from `todr_handle'.Martin Pieuchot
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-01-21Adapt to allwinner device tree changes in linux >= 5.0-rc1Jonathan Gray
2017-03-27Reject times in the first year that can be represented by the clock to catchMark Kettenis
2017-01-21Move Allwinner drivers that will soon be used by OpenBSD/arm64Patrick Wildt