summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds-2/+0
2024-06-20nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-1/+1
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2022-11-23nfc: pn544: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-01-11nfc: pn544: make array rset_cmd static constColin Ian King-1/+1
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski-3/+1
2021-09-13nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski-4/+0
2021-08-26nfc: pn544: remove unused header includesKrzysztof Kozlowski-1/+0
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski-2/+2
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski-1/+1
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski-1/+1
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski-8/+10
2021-05-31nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski-7/+0
2021-05-28nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski-2/+2
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-02-19nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko-0/+1
2020-02-16NFC: pn544: Fix a typo in a debug messageChristophe JAILLET-1/+1
2019-12-19NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner-24/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-03-28nfc/mei: convert to SPDX license tagsTomas Winkler-13/+2
2017-11-06nfc: pn544: constify i2c_device_idArvind Yadav-1/+1
2017-06-22NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko-2/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg-3/+3
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-5/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-3/+3
2017-04-05NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko-67/+17
2017-04-05NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko-4/+17
2017-04-05NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko-11/+5
2017-04-05NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko-93/+33
2017-04-05NFC: pn544: Get rid of platform dataAndy Shevchenko-37/+6
2017-04-02nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe-1/+0
2016-10-28nfc: mei: use module_mei_cl_driver macroTomas Winkler-22/+1
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2016-03-03NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg-13/+1
2015-12-29nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard-34/+1
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard-11/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+7
2015-10-19NFC: pn544: Auto-select core moduleJean Delvare-11/+7
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler-3/+3
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler-4/+4
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-06-09NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König-32/+11