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)
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>
18 files changed:
Documentation/devicetree/bindings/net/nfc/st-nci.txt [moved from Documentation/devicetree/bindings/net/nfc/st21nfcb.txt with 87% similarity]
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 [moved from drivers/nfc/st21nfcb/i2c.c with 67% similarity]
drivers/nfc/st-nci/ndlc.c [moved from drivers/nfc/st21nfcb/ndlc.c with 96% similarity]
drivers/nfc/st-nci/ndlc.h [moved from drivers/nfc/st21nfcb/ndlc.h with 93% similarity]
drivers/nfc/st-nci/st-nci.h [moved from drivers/nfc/st21nfcb/st21nfcb.h with 69% similarity]
drivers/nfc/st-nci/st-nci_se.c [moved from drivers/nfc/st21nfcb/st21nfcb_se.c with 54% similarity]
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/st21nfcb.c [deleted file]
drivers/nfc/st21nfcb/st21nfcb_se.h [deleted file]
include/linux/platform_data/st-nci.h [moved from include/linux/platform_data/st21nfcb.h with 70% similarity]
include/linux/platform_data/st_nci.h [new file with mode: 0644]

@@ -1,7 +1,7 @@
-* STMicroelectronics SAS. ST21NFCB NFC Controller
+* STMicroelectronics SAS. ST NCI NFC Controller
 
 Required properties:
-- compatible: Should be "st,st21nfcb-i2c".
+- compatible: Should be "st,st21nfcb-i2c" or "st,st21nfcc-i2c".
 - clock-frequency: I²C work frequency.
 - reg: address on the bus
 - interrupt-parent: phandle for the interrupt gpio controller
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc drivers/nfc/st21nfcb/Kconfig
Simple merge
diff --cc drivers/nfc/st21nfcb/Makefile
Simple merge
diff --cc drivers/nfc/st21nfcb/st21nfcb.c
Simple merge
diff --cc drivers/nfc/st21nfcb/st21nfcb_se.h
Simple merge
Simple merge
Simple merge