Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC: microread: Drop platform data header file | Jean Delvare | 2016-03-09 | 1 | -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 <jdelvare@suse.de> Cc: Lauro Ramos Venancio <lauro.venancio@openbossa.org> Cc: Aloisio Almeida Jr <aloisio.almeida@openbossa.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||||
* | nfc: microread: Fix header comment | Christophe Ricard | 2015-12-29 | 1 | -1/+1 |
| | | | | | | | microread platform_data header had an NXP header. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> | ||||
* | NFC: Initial support for Inside Secure microread | Eric Lapuyade | 2013-02-03 | 1 | -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 <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> |