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
/
spdmem_i2c.c
Age
Commit message (
Expand
)
Author
2022-03-30
These modules need to depend on iic, not just on i2cexec. (They will
pgoyette
2021-12-06
Check the return value correctly. Pointed out by pgoyette@.
msaitoh
2021-12-06
Carefully access to the I2C bus in the match function.
msaitoh
2021-11-30
Access byte2...
msaitoh
2021-06-13
iic_acquire_bus can fail
mlelstv
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-17
Use designated initializers and a consistent termination style in
thorpej
2019-12-23
No need to use I2C_F_POLL here.
thorpej
2018-10-20
match "i2c-at34c02", found in various sparc64 boxes
macallan
2018-09-26
match spdmem_i2c on "atmel,spd" compatible string
jakllsch
2018-06-16
More cleanup to i2c autoconfiguration:
thorpej
2018-03-01
Use 1-byte data-buffers when writing to the "control" device for the
pgoyette
2016-09-09
Add code to select page "0" for DDR4 and newer SPD ROM. If the value read
msaitoh
2016-01-05
Check whether iic_exec is failed or not.
msaitoh
2015-12-07
Handle reading of 4kbit EEPROMs in SPD devices. This is needed for DDR4 DIMMs.
mlelstv
2015-03-07
i2c devices don't actually have a dependency on "iic" (the bus driver)
jmcneill
2014-04-14
Remove extraneous sysctl setup calls now done as part of regular attach.
pooka
2013-08-07
Allow i2c addr wildcard matching. Use with care!
soren
2013-07-28
Call iic_exec() with I2C_F_POLL. Don't sleep in probe/attach time.
kiyohara
2012-09-12
Initialize the sysctl(9) stuff before configuring the spd(4) devices.
pgoyette
2012-05-31
Update handling of sysctl stuff when built as modules
pgoyette
2012-01-22
Add "dimm" found on Sun US-IIe based machines (eg. Netra X1, Blade 100).
nakayama
2011-10-02
now that iic is a module, add "iic" dependency to iic drivers
jmcneill
2011-08-01
Modularize the spdmem(4) driver
pgoyette
2010-03-24
Split spdmem driver into a bus attachment and a common back-end
pgoyette