summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/ds3231.c
Commit message (Expand)AuthorAgeFilesLines
* Switch to the new bcd_clocktime conversion routines, and add calls to theIan Lepore2018-03-051-36/+25
* Do not give up if writing to the chip's control and status registers failsIan Lepore2017-12-101-7/+13
* Bugfixes and enhancements...Ian Lepore2017-07-311-48/+98
* Switch from using iic_transfer() to iicdev_readfrom/writeto(), mostly soIan Lepore2017-07-311-49/+41
* Fix off-by-one bugs.Luiz Otavio O Souza2015-03-101-4/+3
* Add a driver for the Maxim DS3231 a low-cost, extremely accurate (+-2PPM)Luiz Otavio O Souza2015-02-281-0/+584