aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23nfc: pn533: 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
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn1-1/+1
2021-09-13nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski1-4/+0
2021-05-31nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski1-2/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski1-5/+0
2021-05-28nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng1-6/+2
2020-01-14nfc: No need to set .owner platform_driver_registerTian Tao1-1/+0
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel1-9/+18
2019-10-29nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel1-0/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2017-11-06nfc: pn533: constify i2c_device_idArvind Yadav1-1/+1
2017-04-17NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław1-1/+1
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin1-10/+18
2017-04-02NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin1-2/+2
2016-05-09NFC: pn533: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier1-4/+11
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier1-1/+2
2016-05-09NFC: pn533: i2c: free irq on driver removeMichael Thalmeier1-0/+2
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier1-0/+271