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
/
at24cxx.c
Age
Commit message (
Expand
)
Author
2021-01-28
No need to consult ia->ia_ncompat before calling iic_compatible_lookup().
thorpej
2021-01-27
Use DEVICE_COMPAT_EOL.
thorpej
2021-01-25
Since we're using designated initialisers for compat data, we should
thorpej
2021-01-18
Change the device_compatible_match() function to only perform the match.
thorpej
2021-01-17
Change the device_compatible_entry struct to have a union of
thorpej
2020-01-15
tsleep -> kpause
thorpej
2019-12-23
Oops, missed one more instance of unneeded-I2C_F_POLL.
thorpej
2019-12-23
seeprom_bootstrap_read(): no need to hard-code I2C_F_POLL here because
thorpej
2019-11-29
Support more than 128Kbit model.
hkenken
2019-10-27
Add atmel,24c256 compat data
jmcneill
2019-03-26
provide compatible names for all sizes.
mlelstv
2018-06-26
Remove the i2c "size" locator and corresponding property / attach arg.
thorpej
2018-06-26
Encode the size information in the compat data.
thorpej
2018-06-26
In my quest to make device_compatible_entry (and associated goo)
thorpej
2018-06-18
- Rename iic_compat_match() to iic_compatible_match() and change it
thorpej
2018-06-16
More cleanup to i2c autoconfiguration:
thorpej
2017-10-28
Kill some more extern struct cfdriver declarations.
riastradh
2017-10-21
match atmel,24c16
jmcneill
2016-09-10
Iterate over ia_ncompat array properly.
jakllsch
2016-07-23
Also check the compatibles table when the size is below zero.
jakllsch
2015-12-13
Support direct config.
jmcneill
2015-09-27
Direct config: Only match via the list of compatible hardware when we have
phx
2015-05-10
Many I2C drivers hold spin locks between iic_acquire_bus / iic_release_bus.
jmcneill
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
2013-10-25
Add "i2c-at34c02" AT34C02 EEPROM. This is compatible with the AT24C02
jdc
2013-10-25
Allow the EEPROM size to be specified in the kernel configuration by
jdc
2013-08-07
Allow i2c addr wildcard matching. Use with care!
soren
2013-02-08
Handle direct configuration if ia->ia_name is set, using iic_compat_match().
jdc
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-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-01-12
Update a few comments based on newer members of the at24xx family.
imp
2007-01-10
Complete initialiser of the cdevsw structure.
cube
2006-03-29
Use device_private().
thorpej
2005-12-13
Update some missed _close() and _open() functions from 'struct proc *p'
abs
2005-12-11
merge ktrace-lwp.
christos
2004-03-11
PR/24746: Jared Momose: The _write routine in the at24cxx eeprom driver has
christos
2003-09-30
New generic I2C framework. Supports bit-bang and "intelligent" I2C
thorpej