summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/ds133x.c
Commit message (Collapse)AuthorAgeFilesLines
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"stas2009-04-211-1/+1
| | | | | | | | respectivly. This will allow one to have a kernel with both devices present and use it for multiple boards with different types of RTC sitting on a bus. Discussed with: imp
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theraj2008-09-081-7/+0
| | | | LINT build.
* ds133x: Introduce device_identify method; update NOTES.raj2008-09-081-1/+13
| | | | Obtained from: Semihalf
* Rework Dallas Semiconductor RTC support.raj2008-08-111-103/+229
| | | | | | | | | - Extend the DS1339 driver to recognize more chips in the family: DS1337, DS1338, DS1339 are now supported - Provide run-time chip detection Reviewed, tested by: stas Obtained from: Piotr Ziecik kosmo ! semihalf dot com
* Rename ds1339 -> ds133x to better fit the upcoming driver extensions.raj2008-08-111-0/+232
OpenPOWER on IntegriCloud