aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/pn533/i2c.c
AgeCommit message (Expand)Author
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn
2021-09-13nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski
2021-05-31nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski
2021-05-28nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng
2020-01-14nfc: No need to set .owner platform_driver_registerTian Tao
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel
2019-10-29nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2017-11-06nfc: pn533: constify i2c_device_idArvind Yadav
2017-04-17NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin
2017-04-02NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin
2016-05-09NFC: pn533: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier
2016-05-09NFC: pn533: i2c: free irq on driver removeMichael Thalmeier
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier