summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/i2c.c
AgeCommit message (Expand)AuthorFilesLines
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