summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/pn533.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+2
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+2
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-16/+16
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-4/+4
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-16/+16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-16/+12
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* NFC: pn533: change order operations in dev registationAndrey Rusalin2017-04-021-17/+25
* NFC: pn533: improve cmd queue handlingAndrey Rusalin2017-04-021-13/+27
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier2016-05-101-0/+8
* NFC: pn533: reset poll modulation list before calling targets_foundMichael Thalmeier2016-05-101-3/+3
* NFC: pn533: fix order of initializationMichael Thalmeier2016-05-091-1/+3
* NFC: pn533: add I2C phy driverMichael Thalmeier2016-04-091-0/+31
* NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier2016-04-091-0/+2644