Hi Samuel,
Please find in this serie:
- some few patches provided earlier:
https://lists.01.org/pipermail/linux-nfc/2015-July/003609.html
- SPI phy support for st-nci. SPI is only supported on st21nfcb CLF.
For your information I2C is the only valid interface on ST21NFCA.
- One fix for the vendor_cmd interface i am currently working on for
ST CLFs.
Best Regards
Christophe
Christophe Ricard (11):
nfc: st-nci: Remove duplicate file
include/linux/platform_data/st_nci.h
nfc: st-nci: Fix typo when changing from st21nfcb to st-nci
nfc: st-nci: Fix non accurate comment for st_nci_i2c_read
NFC: st21nfca: fix use of uninitialized variables in error path
NFC: st-nci: fix use of uninitialized variables in error path
nfc: st-nci: Remove data from ack_pending_q when receiving a NDLC
PCB_SYNC_ACK
nfc: st-nci: Free data with irrelevant NDLC PCB_SYNC value
nfc: st-nci: Add spi phy support for st21nfcb
nfc: st-nci: Add device tree documentation for spi phy
nfc: st-nci: Remove pr_err in llt_ndlc_rcv_queue when ndlc header is
unknown
nfc: netlink: Add check on NFC_ATTR_VENDOR_DATA
.../devicetree/bindings/net/nfc/st-nci-i2c.txt | 33 ++
.../devicetree/bindings/net/nfc/st-nci-spi.txt | 31 ++
.../devicetree/bindings/net/nfc/st-nci.txt | 33 --
drivers/nfc/st-nci/Kconfig | 11 +
drivers/nfc/st-nci/Makefile | 3 +
drivers/nfc/st-nci/i2c.c | 23 +-
drivers/nfc/st-nci/ndlc.c | 7 +-
drivers/nfc/st-nci/spi.c | 392 +++++++++++++++++++++
drivers/nfc/st-nci/st-nci_se.c | 8 +-
drivers/nfc/st21nfca/st21nfca.c | 11 +-
include/linux/platform_data/st_nci.h | 29 --
net/nfc/netlink.c | 7 +-
12 files changed, 496 insertions(+), 92 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/nfc/st-nci-i2c.txt
create mode 100644 Documentation/devicetree/bindings/net/nfc/st-nci-spi.txt
delete mode 100644 Documentation/devicetree/bindings/net/nfc/st-nci.txt
create mode 100644 drivers/nfc/st-nci/spi.c
delete mode 100644 include/linux/platform_data/st_nci.h
--
2.1.4
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html