aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544/pn544.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26nfc: pn544: remove unused header includesKrzysztof Kozlowski1-1/+0
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski1-4/+5
2020-02-16NFC: pn544: Fix a typo in a debug messageChristophe JAILLET1-1/+1
2019-12-19NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+4
2015-01-28NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard1-1/+2
2014-02-16NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang1-1/+1
2014-01-04NFC: pn544: Refactor hw_config valuesArman Uguray1-24/+24
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-09-25NFC: Standardize logging styleJoe Perches1-6/+7
2013-09-25NFC: pn544: Add SE enable/disable operationArron Wang1-7/+79
2013-09-25NFC: pn544: Add SE discover operationArron Wang1-0/+30
2013-08-14NFC: pn544: Add firmware operations hci opsEric Lapuyade1-1/+16
2013-08-14NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade1-3/+0
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-4/+2
2013-06-14NFC: pn544: Remove Felica and Jewel device presence checkArron Wang1-6/+3
2013-06-14NFC: pn544: Identify Type F NFC-DEP through NFCID2Arron Wang1-10/+15
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-2/+4
2013-01-10NFC: pn544: Separate the core code and the i2c one into different modulesSamuel Ortiz1-0/+6
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade1-1/+1
2013-01-10NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade1-2/+8
2013-01-10NFC: Changed event_received hci ops result semanticEric Lapuyade1-5/+11
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade1-14/+13
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang1-2/+2
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade1-0/+862