summaryrefslogtreecommitdiff
path: root/drivers/nfc/pn544
AgeCommit message (Expand)Author
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23nfc: pn544: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-01-11nfc: pn544: make array rset_cmd static constColin Ian King
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski
2021-09-13nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski
2021-08-26nfc: pn544: remove unused header includesKrzysztof Kozlowski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski
2021-05-31nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski
2021-05-28nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-02-19nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko
2020-02-16NFC: pn544: Fix a typo in a debug messageChristophe JAILLET
2019-12-19NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-03-28nfc/mei: convert to SPDX license tagsTomas Winkler
2017-11-06nfc: pn544: constify i2c_device_idArvind Yadav
2017-06-22NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-04-05NFC: pn544: Get rid of code duplication in ->probe()Andy Shevchenko
2017-04-05NFC: pn544: Add GPIO ACPI mapping tableAndy Shevchenko
2017-04-05NFC: pn544: Convert to use devm_request_threaded_irq()Andy Shevchenko
2017-04-05NFC: pn544: Convert to use GPIO descriptorAndy Shevchenko
2017-04-05NFC: pn544: Get rid of platform dataAndy Shevchenko
2017-04-02nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe
2016-10-28nfc: mei: use module_mei_cl_driver macroTomas Winkler
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2016-03-03NFC: pn544: Drop two useless checks in ACPI probe pathMika Westerberg
2015-12-29nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-10-19NFC: pn544: Auto-select core moduleJean Delvare
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-09NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler
2015-04-07NFC: logging neateningJoe Perches
2015-01-28NFC: Add ACPI support for NXP PN544Robert Dolca
2015-01-28NFC: PN544: GPIO access that may sleepRobert Dolca
2015-01-28NFC: pn544: Change event_received gate parameter to pipeChristophe Ricard