aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/pn533.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-16/+16
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-16/+16
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-16/+12
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin1-17/+25
2017-04-02NFC: pn533: improve cmd queue handlingAndrey Rusalin1-13/+27
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-05-10NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier1-0/+8
2016-05-10NFC: pn533: reset poll modulation list before calling targets_foundMichael Thalmeier1-3/+3
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier1-1/+3
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier1-0/+31
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier1-0/+2644