nfc: st-nci: Rename st21nfcb to st-nci
authorChristophe Ricard <christophe.ricard@gmail.com>
Tue, 9 Jun 2015 20:26:05 +0000 (22:26 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 10 Jun 2015 10:51:44 +0000 (12:51 +0200)
commited06aeefdac348cfb91a3db5fe1067e3202afd70
tree99d82206e0c36d9885fd5b2dc8aef66bb2bfac84
parent2df7f8c69521a4d85dfbc788da260b3c4030980c
nfc: st-nci: Rename st21nfcb to st-nci

STMicroelectronics NFC NCI chips family is extending
with the new ST21NFCC using the AMS AS39230 RF booster.
The st21nfcb driver is relevant for this solution and
might be with future products.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
25 files changed:
Documentation/devicetree/bindings/net/nfc/st-nci.txt [new file with mode: 0644]
Documentation/devicetree/bindings/net/nfc/st21nfcb.txt [deleted file]
drivers/nfc/Kconfig
drivers/nfc/Makefile
drivers/nfc/st-nci/Kconfig [new file with mode: 0644]
drivers/nfc/st-nci/Makefile [new file with mode: 0644]
drivers/nfc/st-nci/core.c [new file with mode: 0644]
drivers/nfc/st-nci/i2c.c [new file with mode: 0644]
drivers/nfc/st-nci/ndlc.c [new file with mode: 0644]
drivers/nfc/st-nci/ndlc.h [new file with mode: 0644]
drivers/nfc/st-nci/st-nci.h [new file with mode: 0644]
drivers/nfc/st-nci/st-nci_se.c [new file with mode: 0644]
drivers/nfc/st-nci/st-nci_se.h [new file with mode: 0644]
drivers/nfc/st21nfcb/Kconfig [deleted file]
drivers/nfc/st21nfcb/Makefile [deleted file]
drivers/nfc/st21nfcb/i2c.c [deleted file]
drivers/nfc/st21nfcb/ndlc.c [deleted file]
drivers/nfc/st21nfcb/ndlc.h [deleted file]
drivers/nfc/st21nfcb/st21nfcb.c [deleted file]
drivers/nfc/st21nfcb/st21nfcb.h [deleted file]
drivers/nfc/st21nfcb/st21nfcb_se.c [deleted file]
drivers/nfc/st21nfcb/st21nfcb_se.h [deleted file]
include/linux/platform_data/st-nci.h [new file with mode: 0644]
include/linux/platform_data/st21nfcb.h [deleted file]
include/linux/platform_data/st_nci.h [new file with mode: 0644]