]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d59879f1b84d07e591f932c2f21726bff0cbf0a
tree99d82206e0c36d9885fd5b2dc8aef66bb2bfac84
parent73f38688215e2fca4e55e2691195f33cb43be1da
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]