opnsense-src/sys/dev/pcf
Ian Lepore d1e99670ae Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.
Make it clearer what each one means in the comments that define them.

IIC_BUSBSY was used in many places to mean two different things, either
"someone else has reserved the bus so you have to wait until they're done"
or "the signal level on the bus was not in the state I expected before/after
issuing some command".

Now IIC_BUSERR is used consistantly to refer to protocol/signaling errors,
and IIC_BUSBSY refers to ownership/reservation of the bus.
2015-10-09 22:49:50 +00:00
..
envctrl.c - Consolidate module version for the pcf module into just pcf.c instead 2008-08-05 17:39:37 +00:00
pcf.c Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. 2015-10-09 22:49:50 +00:00
pcf_ebus.c Make ofw_bus_get_node() consistently return -1 when there is no associated 2012-03-15 22:53:39 +00:00
pcf_isa.c - Consolidate module version for the pcf module into just pcf.c instead 2008-08-05 17:39:37 +00:00
pcfvar.h strict kobj signatures: fix iicbus_write impl in dev/pcf 2009-06-11 17:15:44 +00:00