aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544
AgeCommit message (Expand)AuthorFilesLines
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23nfc: pn544: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-01-11nfc: pn544: make array rset_cmd static constColin Ian King1-1/+1
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski1-3/+1
2021-09-13nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski1-4/+0
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 Kozlowski3-8/+10
2021-05-31nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski1-7/+0
2021-05-28nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-2/+2
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König1-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-02-19nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
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 Gleixner2-24/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-03-28nfc/mei: convert to SPDX license tagsTomas Winkler1-13/+2
2017-11-06nfc: pn544: constify i2c_device_idArvind Yadav1-1/+1
2017-06-22NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-2/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-3/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-5/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-04-05NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko1-67/+17
2017-04-05NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+17
2017-04-05NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko1-11/+5
2017-04-05NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko1-93/+33
2017-04-05NFC: pn544: Get rid of platform dataAndy Shevchenko1-37/+6
2017-04-02nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-10-28nfc: mei: use module_mei_cl_driver macroTomas Winkler1-22/+1
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2016-03-03NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg1-13/+1
2015-12-29nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard1-34/+1
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+7
2015-10-19NFC: pn544: Auto-select core moduleJean Delvare1-11/+7
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler1-3/+3
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler1-4/+4
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler1-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-06-09NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König1-32/+11
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler1-1/+1
2015-04-07NFC: logging neateningJoe Perches1-5/+2
2015-01-28NFC: Add ACPI support for NXP PN544Robert Dolca1-2/+109
2015-01-28NFC: PN544: GPIO access that may sleepRobert Dolca1-10/+12
2015-01-28NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard1-1/+2
2014-11-28NFC: Don't include linux/unaligned/access_ok.hJohannes Berg1-1/+1
2014-04-22NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud1-1/+5
2014-04-22NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud1-17/+131
2014-02-16NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang1-6/+174
2014-02-16NFC: pn544: Pass hardware variant information when downloading firmwareArron Wang3-3/+16
2014-01-04NFC: pn544: Refactor hw_config valuesArman Uguray1-24/+24
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher4-12/+4
2013-09-25NFC: Standardize logging styleJoe Perches2-29/+26
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: i2c: Add firmware download implementation for pn544Eric Lapuyade1-12/+334
2013-08-14NFC: pn544: Add firmware operations hci opsEric Lapuyade4-4/+21
2013-08-14NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade3-6/+14
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-05-21NFC: mei: Do not disable MEI devices from their remove routineSamuel Ortiz1-2/+0
2013-05-21NFC: mei_phy: Register event callback when enabling the deviceSamuel Ortiz1-13/+5
2013-04-16NFC: pn544: Add MEI physical layerSamuel Ortiz3-1/+135
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-62/+75
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-2/+4
2013-01-10NFC: pn544: Use devm_kzalloc APISamuel Ortiz1-14/+6
2013-01-10NFC: pn544: Use module_i2c_driverSamuel Ortiz1-23/+1
2013-01-10NFC: pn544: Separate the core code and the i2c one into different modulesSamuel Ortiz3-2/+32
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
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann1-1/+1
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 Lapuyade4-0/+1401