summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544
AgeCommit message (Expand)AuthorLines
2015-01-28NFC: Add ACPI support for NXP PN544Robert Dolca-2/+109
2015-01-28NFC: PN544: GPIO access that may sleepRobert Dolca-10/+12
2015-01-28NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard-1/+2
2014-11-28NFC: Don't include linux/unaligned/access_ok.hJohannes Berg-1/+1
2014-04-22NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud-1/+5
2014-04-22NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud-17/+131
2014-02-16NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang-6/+174
2014-02-16NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang-3/+16
2014-01-04NFC: pn544: Refactor hw_config valuesArman Uguray-24/+24
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher-12/+4
2013-09-25NFC: Standardize logging styleJoe Perches-29/+26
2013-09-25NFC: pn544: Add SE enable/disable operationArron Wang-7/+79
2013-09-25NFC: pn544: Add SE discover operationArron Wang-0/+30
2013-08-14NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade-12/+334
2013-08-14NFC: pn544: Add firmware operations hci opsEric Lapuyade-4/+21
2013-08-14NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade-6/+14
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz-4/+2
2013-06-14NFC: pn544: Remove Felica and Jewel device presence checkArron Wang-6/+3
2013-06-14NFC: pn544: Identify Type F NFC-DEP through NFCID2Arron Wang-10/+15
2013-05-21NFC: mei: Do not disable MEI devices from their remove routineSamuel Ortiz-2/+0
2013-05-21NFC: mei_phy: Register event callback when enabling the deviceSamuel Ortiz-13/+5
2013-04-16NFC: pn544: Add MEI physical layerSamuel Ortiz-1/+135
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-62/+75
2013-01-10NFC: Initial Secure Element APISamuel Ortiz-2/+4
2013-01-10NFC: pn544: Use devm_kzalloc APISamuel Ortiz-14/+6
2013-01-10NFC: pn544: Use module_i2c_driverSamuel Ortiz-23/+1
2013-01-10NFC: pn544: Separate the core code and the i2c one into different modulesSamuel Ortiz-2/+32
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade-1/+1
2013-01-10NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade-2/+8
2013-01-10NFC: Changed event_received hci ops result semanticEric Lapuyade-5/+11
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade-14/+13
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman-4/+4
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann-1/+1
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang-2/+2
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade-0/+1401