aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/ds1672.c
Commit message (Expand)AuthorAgeFilesLines
* Build the ds1672 driver as a module. Add a detach() to unregister the rtc.Ian Lepore2018-03-061-0/+9
* Fix a paste-o that broke the build. There is no softc pointer here, justIan Lepore2018-03-061-2/+2
* Add calls to the new clock_dbgprint_xxx() functions. Also, stop applyingIan Lepore2018-03-041-3/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"Stanislav Sedov2009-04-211-1/+1
* - Give a warning and start the oscillator if it was not previouslyStanislav Sedov2009-04-201-19/+66
* Change the way I2C bus attachment works to allow firmware-assisted busNathan Whitehorn2009-01-061-1/+1
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theRafal Jaworowski2008-09-081-7/+0
* i2c and clock driver for Dallas Semiconductor DS1672 RTCSam Leffler2006-11-191-0/+142