aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/rtc8583.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some of my copyrights; add SPDX tag and remove All rights reserved.Ian Lepore2019-12-131-1/+3
* Add pnpinfo to all i2c drivers that have FDT compat data.Ian Lepore2019-05-231-0/+1
* The year is stored in a single byte in sram, in binary format, as a countIan Lepore2018-03-041-2/+2
* Convert to the new(ish) bcd_clocktime conversion functions, add calls toIan Lepore2018-03-041-18/+25
* [i2c/clock] add support for EPSON RTC-8583Michael Zhilin2017-10-311-0/+295