aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data/microread.h
AgeCommit message (Collapse)AuthorFilesLines
2016-03-09NFC: microread: Drop platform data header fileJean Delvare1-35/+0
Originally I only wanted to drop the unneeded inclusion of <linux/i2c.h>, but then noticed that struct microread_nfc_platform_data isn't actually used, and MICROREAD_DRIVER_NAME is redefined in the only file where it is used, so we can get rid of the header file and dead code altogether. Signed-off-by: Jean Delvare <[email protected]> Cc: Lauro Ramos Venancio <[email protected]> Cc: Aloisio Almeida Jr <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2015-12-29nfc: microread: Fix header commentChristophe Ricard1-1/+1
microread platform_data header had an NXP header. Signed-off-by: Christophe Ricard <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2013-02-03NFC: Initial support for Inside Secure microreadEric Lapuyade1-0/+35
Inside Secure microread is an HCI based NFC chipset. This initial support includes reader and p2p (Target and initiator) modes. Signed-off-by: Eric Lapuyade <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>