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
/
i2c.c
Age
Commit message (
Expand
)
Author
2010-03-01
Do initialise i2c_attach_args new members, for indirect configuration
njoly
2010-02-28
Generic (device property based) framework for optional direct configuration
martin
2009-02-03
Change the i2c bus scan routine to use the write_quick protocol for most
pgoyette
2008-09-29
When scanning i2c bus for responding devices, skip over the multicast
pgoyette
2008-09-11
Provide an option I2C_SCAN to enable sanning i2c bus for responses. This
pgoyette
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-12-09
Merge jmcneill-pm branch.
jmcneill
2007-11-12
From jmcneill-pm: don't probe for I2C device. It has limited usefulness
joerg
2007-09-01
For SMBus, add the ability to enumerate devices on the bus.
riz
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-02-06
Missing LIST_INIT. Pointed out by uebayasi@
jmcneill
2007-02-05
Remove debug printf accidentally added in last commit.
jmcneill
2007-02-05
Allow i2c child devices to register interrupt handlers to the smbus host
jmcneill
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-06-26
remove the "name" element from the i2cbus attach args, that's what
drochner
2006-03-29
Use device_private().
thorpej
2006-03-27
Implement a handful of missing smbus protocol functions. Proposed on
jmcneill
2005-12-11
merge ktrace-lwp.
christos
2005-08-26
s/locdesc_t/int/g
drochner
2004-09-13
a round of autoconf cleanup:
drochner
2004-05-16
Fix typo in comment, reported by Alexander Yurchenko grange at rt mipt ru.
wiz
2003-09-30
New generic I2C framework. Supports bit-bang and "intelligent" I2C
thorpej