freebsd-dev/sys/dev/iicbus
Warner Losh 1a13e01f7f Don't use spinlocks here. The iicbus transactions can take a long
time, and this prevents interrupts (say for Hz/hardclock) from
happening.  Time stands still during the transfers...
2007-04-17 05:48:35 +00:00
..
ad7418.c i2c driver for Analog Devices AD7418 2006-11-19 23:39:54 +00:00
ds1672.c i2c and clock driver for Dallas Semiconductor DS1672 RTC 2006-11-19 23:40:58 +00:00
icee.c Don't use spinlocks here. The iicbus transactions can take a long 2007-04-17 05:48:35 +00:00
if_ic.c Minor style(9) treatment to make things a little more consistant 2006-08-21 17:32:50 +00:00
iic.c MFp4: Make the iicbus fully hinted. We no longer automatically add 2007-03-23 23:08:28 +00:00
iic.h Add a fake flag for write. Many drivers have started to use it and it 2006-11-28 06:51:36 +00:00
iicbb_if.m
iicbb.c MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the 2007-03-23 23:03:54 +00:00
iicbus_if.m const poison 2006-12-05 06:19:36 +00:00
iicbus.c MFp4: Make the iicbus fully hinted. We no longer automatically add 2007-03-23 23:08:28 +00:00
iicbus.h MFp4: Create an ivar for each iic device on the iicbus. This ivar 2007-03-23 23:02:33 +00:00
iiconf.c MFp4: Make iicbus_trasnfer_gen suitable for bridge drivers. Use it in the 2007-03-23 23:03:54 +00:00
iiconf.h const poison 2006-12-05 06:19:36 +00:00
iicsmb.c Minor overhaul of SMBus support: 2006-09-11 20:52:41 +00:00