freebsd-dev/sys/dev/iicbus
Ian Lepore 73440c336d Replace a local sx lock that allowed only one client at a time to access
an eeprom device with iicbus_request/release_bus(), which achieves the
same effect and also keeps other i2c slave drivers from clashing on the bus.
2015-10-10 19:51:00 +00:00
..
ad7417.c
ad7418.c
adm1030.c
adt746x.c
ds133x.c
ds1307.c
ds1307reg.h
ds1374.c
ds1631.c
ds1672.c
ds1775.c
ds3231.c
ds3231reg.h
icee.c Replace a local sx lock that allowed only one client at a time to access 2015-10-10 19:51:00 +00:00
if_ic.c
iic.c Fix numerous issues in iic(4) and iicbus(4): 2015-04-21 11:50:31 +00:00
iic.h Fix numerous issues in iic(4) and iicbus(4): 2015-04-21 11:50:31 +00:00
iicbb_if.m
iicbb.c
iicbus_if.m Fix numerous issues in iic(4) and iicbus(4): 2015-04-21 11:50:31 +00:00
iicbus.c Remove unnecessary code and make use of generic implementations for 2015-05-10 02:19:27 +00:00
iicbus.h Handle IRQ resources on iicbus and ofw_iicbus. 2015-05-09 03:05:44 +00:00
iicoc.c Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. 2015-10-09 22:49:50 +00:00
iicoc.h
iiconf.c Fix more cases of iicbus-layer functions that must return IIC_Exxxx values. 2015-10-10 00:12:03 +00:00
iiconf.h Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT). 2015-10-10 02:06:07 +00:00
iicsmb.c
lm75.c
max6690.c
pcf8563.c Make the pcf8563 RTC work on FDT systems and on interrupt based i2c 2015-04-25 21:43:29 +00:00
pcf8563reg.h
s35390a.c