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
/
pcf8583.c
Age
Commit message (
Expand
)
Author
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-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2011-04-02
Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.
mbalmer
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-12-11
use __KERNEL_RCSID()
lukem
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-08-23
gettime and settime functions are meant to return errno values. Make
bjh21
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
2003-09-30
New generic I2C framework. Supports bit-bang and "intelligent" I2C
thorpej