History log of /freebsd-10-stable/sys/dev/iicbus/ds133x.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 246128 30-Jan-2013 sbz

Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays

Reviewed by: cognet
Approved by: cognet


# 191369 21-Apr-2009 stas

- Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"
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


# 183714 09-Oct-2008 peter

Clean out some empty mergeinfo records, presumably by people doing local
cp/mv operations. The full repo-relative URL should be specified for the
source in these cases.


# 182872 08-Sep-2008 raj

Streamline #include sections in ds133x and ds1672 drivers. This unbreaks the
LINT build.


# 182870 08-Sep-2008 raj

ds133x: Introduce device_identify method; update NOTES.

Obtained from: Semihalf


# 181602 11-Aug-2008 raj

Rework Dallas Semiconductor RTC support.

- 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


# 181601 11-Aug-2008 raj

Rename ds1339 -> ds133x to better fit the upcoming driver extensions.


# 181324 05-Aug-2008 stas

- Reflect changes in iic infrastructure.


# 180811 25-Jul-2008 stas

- Add driver for Dallas Semiconductor DS1339 RTC sitting
on I2C bus.

Reviewed by: raj
Approved by: imp
MFC after: 2 week