linux/drivers/nfc/st21nfcb
Christophe Ricard d4a41d10b2 NFC: st21nfcb: Retry i2c_master_send if it returns a negative value
i2c_master_send may return many negative values different than
-EREMOTEIO.
In case an i2c transaction is NACK'ed, on raspberry pi B+
kernel 3.18, -EIO is generated instead.

Cc: stable@vger.kernel.org
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-04-06 00:16:01 +02:00
..
i2c.c NFC: st21nfcb: Retry i2c_master_send if it returns a negative value 2015-04-06 00:16:01 +02:00
Kconfig
Makefile NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
ndlc.c NFC: st21nfcb: Avoid use of skb after free 2015-01-26 23:14:33 +01:00
ndlc.h NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. 2014-09-24 02:02:23 +02:00
st21nfcb_se.c NFC: st21nfcb: Fix memory leak in secure element probing stage 2015-04-05 23:54:55 +02:00
st21nfcb_se.h NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
st21nfcb.c NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00
st21nfcb.h NFC: st21nfcb: Add support for secure element 2015-02-02 21:50:40 +01:00