NFC: st21nfca: Align st21nfca driver with other nfc driver
authorChristophe Ricard <christophe.ricard@gmail.com>
Sun, 25 Oct 2015 21:54:18 +0000 (22:54 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 26 Oct 2015 05:53:00 +0000 (06:53 +0100)
commit1c54795da05a792e495387317240625696d37abd
tree53fbfe14866a969d8bed095eae0c0b2e0f8e6e91
parente67e7e596f3ff19fb90520be9f2130aa54914181
NFC: st21nfca: Align st21nfca driver with other nfc driver

Align st21nfca driver with or nfc driver:
- Remove st21nfca_ prefix
- Merge st21nfca_se.h, st21nfca_dep.h in st21nfca.h

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/st21nfca/Makefile
drivers/nfc/st21nfca/core.c [new file with mode: 0644]
drivers/nfc/st21nfca/dep.c [new file with mode: 0644]
drivers/nfc/st21nfca/se.c [new file with mode: 0644]
drivers/nfc/st21nfca/st21nfca.c [deleted file]
drivers/nfc/st21nfca/st21nfca.h
drivers/nfc/st21nfca/st21nfca_dep.c [deleted file]
drivers/nfc/st21nfca/st21nfca_dep.h [deleted file]
drivers/nfc/st21nfca/st21nfca_se.c [deleted file]
drivers/nfc/st21nfca/st21nfca_se.h [deleted file]
This page took 0.024549 seconds and 5 git commands to generate.