aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5/nci.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca1-2/+2
Initially it was used to create hooks in the driver for proprietary operations. Currently it is being used for hooks for both proprietary and generic operations. Signed-off-by: Robert Dolca <robert.dolca@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-08-20nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC ChipRobert Baldyga1-0/+165
Add driver for Samsung S3FWRN5 NFC controller. S3FWRN5 is using NCI protocol and I2C communication interface. Signed-off-by: Robert Baldyga <r.baldyga@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>