summaryrefslogtreecommitdiff
path: root/drivers/nfc/pn533
AgeCommit message (Expand)Author
2020-01-13NFC: pn533: fix bulk-message timeoutJohan Hovold
2019-11-13nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel
2019-10-29nfc: pn532_uart: Make use of pn532 autopollLars Poeschel
2019-10-29nfc: pn533: Add autopoll capabilityLars Poeschel
2019-10-29nfc: pn533: add UART phy driverLars Poeschel
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel
2019-10-29nfc: pn533: Add dev_up/dev_down hooks to phy_opsLars Poeschel
2019-10-29nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel
2019-10-08NFC: pn533: fix use-after-free and memleaksJohan Hovold
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-09NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva
2018-06-25NFC: pn533: Fix wrong GFP flag usageHans de Goede
2018-05-31NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-11-06nfc: pn533: constify i2c_device_idArvind Yadav
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-13networking: use skb_put_zero()Johannes Berg
2017-04-17NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin
2017-04-02NFC: pn533: improve cmd queue handlingAndrey Rusalin
2017-04-02NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada
2016-07-04NFC: pn533: double free on error in probe()Dan Carpenter
2016-05-10NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier
2016-05-10NFC: pn533: reset poll modulation list before calling targets_foundMichael Thalmeier
2016-05-09NFC: pn533: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier
2016-05-09NFC: pn533: i2c: free irq on driver removeMichael Thalmeier
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier