summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn544: make array rset_cmd static constColin Ian King2022-01-111-1/+1
* nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski2021-09-131-3/+1
* nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski2021-09-131-4/+0
* nfc: pn544: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-301-2/+2
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_hci_gateKrzysztof Kozlowski2021-07-251-1/+1
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-253-8/+10
* nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-311-7/+0
* nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-281-2/+2
* mei: bus: change remove callback to return voidUwe Kleine-König2021-02-091-3/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-02-191-0/+1
* NFC: pn544: Fix a typo in a debug messageChristophe JAILLET2020-02-161-1/+1
* NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor2019-12-191-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-052-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* nfc/mei: convert to SPDX license tagsTomas Winkler2019-03-281-13/+2
* nfc: pn544: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-221-2/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-3/+3
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-162-5/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-3/+3
* NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko2017-04-051-67/+17
* NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko2017-04-051-4/+17
* NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko2017-04-051-11/+5
* NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko2017-04-051-93/+33
* NFC: pn544: Get rid of platform dataAndy Shevchenko2017-04-051-37/+6
* nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0
* nfc: mei: use module_mei_cl_driver macroTomas Winkler2016-10-281-22/+1
* nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2016-05-011-1/+0
* NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg2016-03-031-13/+1
* nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard2015-12-291-34/+1
* nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard2015-12-291-11/+0
* Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-7/+7
|\
| * mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler2015-09-201-3/+3
| * mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler2015-09-201-4/+4
| * mei: bus: add client protocol version to the device aliasTomas Winkler2015-09-201-1/+1
* | NFC: pn544: Auto-select core moduleJean Delvare2015-10-191-11/+7
|/
* Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-261-1/+1
|\
| * mei: bus: report also uuid in module aliasTomas Winkler2015-05-241-1/+1
* | NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-06-091-32/+11
|/
* NFC: logging neateningJoe Perches2015-04-071-5/+2
* NFC: Add ACPI support for NXP PN544Robert Dolca2015-01-281-2/+109
* NFC: PN544: GPIO access that may sleepRobert Dolca2015-01-281-10/+12
* NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard2015-01-281-1/+2
* NFC: Don't include linux/unaligned/access_ok.hJohannes Berg2014-11-281-1/+1
* NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud2014-04-221-1/+5
* NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud2014-04-221-17/+131