aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533 (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-11-06nfc: pn533: constify i2c_device_idArvind Yadav1-1/+1
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 Berg2-18/+14
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-04-17NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2-3/+3
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin4-27/+48
2017-04-02NFC: pn533: improve cmd queue handlingAndrey Rusalin1-13/+27
2017-04-02NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin1-2/+2
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-07-04NFC: pn533: double free on error in probe()Dan Carpenter1-6/+3
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: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier1-4/+11
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier4-5/+8
2016-05-09NFC: pn533: i2c: free irq on driver removeMichael Thalmeier1-0/+2
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier5-0/+317
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier5-0/+3500