Searched hist:d1e99670ae56b733bfffe627047eb0a552b5ac7e (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/powerpc/mpc85xx/ |
H A D | i2c.c | diff d1e99670ae56b733bfffe627047eb0a552b5ac7e Sat Oct 10 00:49:50 CEST 2015 Ian Lepore <ian@FreeBSD.org> 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.
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx_i2c.c | diff d1e99670ae56b733bfffe627047eb0a552b5ac7e Sat Oct 10 00:49:50 CEST 2015 Ian Lepore <ian@FreeBSD.org> 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.
|
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.h | diff d1e99670ae56b733bfffe627047eb0a552b5ac7e Sat Oct 10 00:49:50 CEST 2015 Ian Lepore <ian@FreeBSD.org> 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.
|
/freebsd/sys/dev/pcf/ |
H A D | pcf.c | diff d1e99670ae56b733bfffe627047eb0a552b5ac7e Sat Oct 10 00:49:50 CEST 2015 Ian Lepore <ian@FreeBSD.org> 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.
|