index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
x1226.c
Age
Commit message (
Expand
)
Author
2020-01-02
Use todr_gettime_ymdhms / todr_settime_ymdhms.
thorpej
2020-01-02
- No need to use I2C_F_POLL here.
thorpej
2018-06-16
More cleanup to i2c autoconfiguration:
thorpej
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2014-11-20
use the inline bcdtobin and bintobcd directly instead through a macro.
christos
2014-08-04
Assume bitops are meant here.
joerg
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-17
Fix build.
skrll
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2009-12-12
Remove `volatile' qualifier from argument types of
tsutsui
2008-06-08
Replace device_lookup() with device_lookup_private() to get softc
tsutsui
2008-05-04
device_t/softc split and other related cosmetic changes.
xtraeme
2008-04-06
use aprint_*_dev and device_xname
cegger
2007-01-13
Complete initializers so those files compile.
cube
2006-09-04
Remove unused todr_setcal/todr_getcal and all the assorted stub
gdamore
2006-03-29
Use device_private().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-06-04
Fix the various todr_gettime() and todr_settime() fallouts from
he
2005-06-03
Appease -Wshadow
scw
2004-02-13
Fix unlocking operation (RWEL register).
shige
2004-02-12
Fix problem: checking 24H flag.
shige
2004-02-04
Fix fatal bug.
shige
2003-10-06
Add XICOR X1226 RTC driver.
shige