aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/ds1307.c
Commit message (Expand)AuthorAgeFilesLines
* Add pnpinfo to all i2c drivers that have FDT compat data.Ian Lepore2019-05-231-0/+1
* Add calls to the new clock_dbgprint_xxx() functions.Ian Lepore2018-03-041-0/+2
* Switch to using the bcd_clocktime conversion functions that validate the BCDIan Lepore2018-01-231-33/+23
* DS1307: Add the mcp7941x enable bitJustin Hibbits2017-11-081-3/+21
* No need to call getnanotime() now that the waiting is done by the centralIan Lepore2017-07-311-10/+13
* Restore a few rather important lines of code that got fumbled in r321746.Ian Lepore2017-07-311-0/+4
* Check the clock-halted flag every time the clock is read, not just onceIan Lepore2017-07-311-0/+4
* Add a detach() method.Ian Lepore2017-07-311-2/+11
* Remove now-unused variable.Ian Lepore2017-07-311-1/+0
* Use the new clock_schedule() to arrange for clock_settime() to be calledIan Lepore2017-07-311-14/+6
* Bugfixes and enhancements...Ian Lepore2017-07-301-69/+70
* Switch from using iic_transfer() to iicdev_readfrom/writeto(), mostly soIan Lepore2017-07-301-51/+28
* Fix building this driver on non-FDT platforms.Ian Lepore2017-07-301-0/+2
* Fix ds1307 probingJustin Hibbits2016-09-241-1/+1
* Add support for the Microchip mcp7941x.Justin Hibbits2016-04-051-8/+33
* Add a driver for the Dallas/Maxim DS1307, another common i2c RTC.Luiz Otavio O Souza2015-03-201-0/+411