summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1Star
* 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