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
ds1672.c
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
iic.c MFp4: Make the iicbus fully hinted. We no longer automatically add 2007-03-23 23:08:28 +00:00
iic.h
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