aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nxp-nci/core.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-10-19NFC: nxp-nci: constify nxp_nci_phy_ops structureJulia Lawall1-1/+2
The only instance of a nxp_nci_phy_ops structure is never modified. Thus the declaration of the structure and all references to the structure type can be made const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-03-26NFC: nxp-nci: Add support for NXP NCI chipsClément Perrochaud1-0/+186
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>