NetBSD/sys/dev/i2c
he aafdb08c5a Fix the various todr_gettime() and todr_settime() fallouts from
-Wcast-qual differently, by instead changing the signatore of those
"functions" to take a "volatile struct timeval*" instead of a
"struct timeval*".  Many places, these functions are called with
&time, and time is declared as volatile in <sys/kernel.h>.  This
way we can get rid of all the ugly casts which now also triggered
warnings, and caused more code to be added to work around the
problem.

Reviewed by thorpej.
2005-06-04 20:14:24 +00:00
..
at24cxx.c PR/24746: Jared Momose: The _write routine in the at24cxx eeprom driver has 2004-03-11 15:11:53 +00:00
at24cxxvar.h
ds1307.c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
ds1307reg.h
files.i2c As suggested by Jason Thorpe, rename m41t to m41trtc. 2003-10-20 16:24:10 +00:00
i2c.c a round of autoconf cleanup: 2004-09-13 12:55:47 +00:00
i2c_bitbang.c
i2c_bitbang.h
i2c_exec.c Remove bogus initializer, and instead fix an =/== typo. 2003-10-29 00:34:58 +00:00
i2c_io.h
i2cvar.h
lm75.c Support the DS75; a variant of the LM75 but with a slightly different 2004-08-03 13:40:20 +00:00
lm75reg.h
m41st84.c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
m41st84reg.h Handle the Halt Update Bit (HT), stored in the Alarm Hour register. 2004-01-20 19:12:54 +00:00
m41t00.c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
m41t00reg.h
max6900.c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
max6900reg.h
pcf8583.c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
pcf8583reg.h
pcf8583var.h
x1226.c Fix the various todr_gettime() and todr_settime() fallouts from 2005-06-04 20:14:24 +00:00
x1226reg.h Fix fatal bug. 2004-02-04 12:03:07 +00:00