aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533
Commit message (Expand)AuthorAge
* NFC: pn533: fix use-after-free and memleaksJohan Hovold2019-10-08
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-21
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva2019-04-09
* NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-06-25
* NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman2018-05-31
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-21
* nfc: pn533: constify i2c_device_idArvind Yadav2017-11-05
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-20
* networking: add and use skb_put_u8()Johannes Berg2017-06-16
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* networking: use skb_put_zero()Johannes Berg2017-06-13
* NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2017-04-16
* NFC: pn533: change order operations in dev registationAndrey Rusalin2017-04-01
* NFC: pn533: improve cmd queue handlingAndrey Rusalin2017-04-01
* NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin2017-04-01
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-27
* NFC: pn533: double free on error in probe()Dan Carpenter2016-07-04
* NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier2016-05-09
* NFC: pn533: reset poll modulation list before calling targets_foundMichael Thalmeier2016-05-09
* NFC: pn533: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier2016-05-09
* NFC: pn533: fix order of initializationMichael Thalmeier2016-05-09
* NFC: pn533: i2c: free irq on driver removeMichael Thalmeier2016-05-09
* NFC: pn533: add I2C phy driverMichael Thalmeier2016-04-09
* NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier2016-04-09