summaryrefslogtreecommitdiffstats
path: root/sys/dev/iicbus/ds1672.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
* - Give a warning and start the oscillator if it was not previouslystas2009-04-201-19/+66
| | | | | | | | runned. - Rename ds1672 -> rtc to follow the other drivers. - Refactor/simplify the code a bit. MFC after: 2 weeks
* Change the way I2C bus attachment works to allow firmware-assisted busnwhitehorn2009-01-061-1/+1
| | | | | | | | | subclasses as are available with PCI. Changes I2C device drivers without real probe logic to return BUS_PROBE_NOWILDWARD to avoid interference with firmware bus enumeration, and reduces the probe priority of the iicbus base driver to allow subclass attachment at higher priority. Discussed on: freebsd-arch
* Streamline #include sections in ds133x and ds1672 drivers. This unbreaks theraj2008-09-081-7/+0
| | | | LINT build.
* i2c and clock driver for Dallas Semiconductor DS1672 RTCsam2006-11-191-0/+142
MFC after: 1 month
OpenPOWER on IntegriCloud