summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/ds13rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up some of my copyrights; add SPDX tag and remove All rights reserved.Ian Lepore2019-12-131-1/+2
* Add pnpinfo to all i2c drivers that have FDT compat data.Ian Lepore2019-05-231-0/+1
* Oops, fix a paste-o.Ian Lepore2018-03-041-2/+2
* Add calls to the new clock_dbgprint_xxx() functions.Ian Lepore2018-03-041-0/+2
* Switch to using the bcd_clocktime conversion functinos that validate the BCDIan Lepore2018-01-231-32/+22
* Convert a collection of unrelated bitwise flags to a collection of booleanIan Lepore2018-01-101-16/+14
* Bugfix: don't lose the am/pm mode flag when setting the time. Unlike mostIan Lepore2018-01-101-4/+5
* Bugfix: on RTC chips with a 32-bit binary counter, after reading the time,Ian Lepore2018-01-101-2/+1
* Change "chiptype" to "compatible". Making the hint name the same as the FDTIan Lepore2017-08-131-1/+1
* Add a new driver, ds13rtc, that handles all DS13xx series i2c RTC chips.Ian Lepore2017-08-131-0/+629