aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544
AgeCommit message (Expand)AuthorFilesLines
2026-08-11nfc: Unify style of of_device_id arraysUwe Kleine-König (The Capable Hub)1-2/+2
2026-08-11nfc: Drop __maybe_unused from of_device_id tablesUwe Kleine-König (The Capable Hub)1-1/+1
2026-08-11nfc: Initialize mei_cl_device_idarrays using member namesUwe Kleine-König (The Capable Hub)1-4/+6
2026-08-11nfc: pn544: Drop empty line between i2c_device_id array and MODULE_DEVICE_TABLE()Uwe Kleine-König (The Capable Hub)1-1/+0
2026-08-11nfc: Unify style of acpi_device_id arraysUwe Kleine-König (The Capable Hub)1-1/+1
2026-08-11nfc: Initialize acpi_device_id arrays using member namesUwe Kleine-König (The Capable Hub)1-1/+1
2026-08-11nfc: Drop unused assignment of acpi_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+1
2026-08-11nfc: Drop __maybe_unused from acpi_device_id tablesUwe Kleine-König (The Capable Hub)1-1/+1
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-11nfc: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)1-2/+2
2026-03-03NFC: pn544: i2c: Replace strcpy() with strscpy()Tomasz Unger1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-2/+0
2024-06-20nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
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