summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-211-1/+1
* nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-221-1/+1
* nfc: pn533: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: pn533: Constify pn533_phy_opsRikard Falkeborn2021-10-071-1/+1
* nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski2021-09-131-4/+0
* nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski2021-06-011-2/+1
* nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-06-011-5/+0
* nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-1/+1
* nfc: pn533: remove redundant assignmentwengjianfeng2021-04-121-6/+2
* nfc: No need to set .owner platform_driver_registerTian Tao2020-01-141-1/+0
* nfc: pn533: Split pn533 init & nfc_registerLars Poeschel2019-10-301-9/+18
* nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel2019-10-301-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* nfc: pn533: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2017-04-171-1/+1
* NFC: pn533: change order operations in dev registationAndrey Rusalin2017-04-021-10/+18
* NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin2017-04-021-2/+2
* NFC: pn533: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier2016-05-091-4/+11
* NFC: pn533: fix order of initializationMichael Thalmeier2016-05-091-1/+2
* NFC: pn533: i2c: free irq on driver removeMichael Thalmeier2016-05-091-0/+2
* NFC: pn533: add I2C phy driverMichael Thalmeier2016-04-091-0/+271