]> git.baikalelectronics.ru Git - kernel.git/commit
NFC: nxp-nci: Add support for NXP NCI chips
authorClément Perrochaud <clement.perrochaud@nxp.com>
Mon, 9 Mar 2015 10:12:04 +0000 (11:12 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 26 Mar 2015 10:07:50 +0000 (11:07 +0100)
commit36d6b11a0742c0302e22f7107ee5ce7b9204b442
treeed467e14ac657acdc27ceddec268a4bacfe8e20f
parentab8669eb7067012c6c54390d8bf2f01d6a505158
NFC: nxp-nci: Add support for NXP NCI chips

Add support for NXP NCI NFC controllers such as the NPC100 or PN7150
families.

Signed-off-by: Clément Perrochaud <clement.perrochaud@effinnov.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
MAINTAINERS
drivers/nfc/Kconfig
drivers/nfc/Makefile
drivers/nfc/nxp-nci/Kconfig [new file with mode: 0644]
drivers/nfc/nxp-nci/Makefile [new file with mode: 0644]
drivers/nfc/nxp-nci/core.c [new file with mode: 0644]
drivers/nfc/nxp-nci/firmware.c [new file with mode: 0644]
drivers/nfc/nxp-nci/nxp-nci.h [new file with mode: 0644]
include/linux/platform_data/nxp-nci.h [new file with mode: 0644]