summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn533: Fix buggy cleanup orderLin Ma2022-05-181-2/+3
* nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye2021-11-071-3/+3
* nfc: pn533: Constify pn533_phy_opsRikard Falkeborn2021-10-075-6/+6
* nfc: pn533: Constify serdev_device_opsRikard Falkeborn2021-10-071-1/+1
* nfc: pn533: use dev_err() instead of pr_err()Krzysztof Kozlowski2021-09-131-1/+1
* nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski2021-09-132-6/+0
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski2021-05-311-2/+1
* nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-313-55/+0
* nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-281-1/+1
* nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski2021-05-281-1/+1
* nfc: pn533: remove redundant assignmentwengjianfeng2021-04-122-19/+6
* nfc: pn533: prevent potential memory corruptionDan Carpenter2021-04-021-0/+3
* nfc: pn533: Fix typo issuewengjianfeng2021-02-041-2/+2
* nfc: pn533: convert comma to semicolonZheng Yongjun2020-12-141-1/+1
* nfc: pn533/usb.c: fix spelling of "functions"Randy Dunlap2020-09-081-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+1
|\
| * NFC: pn533: fix bulk-message timeoutJohan Hovold2020-01-131-1/+1
* | nfc: No need to set .owner platform_driver_registerTian Tao2020-01-141-1/+0
|/
* nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel2019-11-133-9/+20
* nfc: pn532_uart: Make use of pn532 autopollLars Poeschel2019-10-291-1/+1
* nfc: pn533: Add autopoll capabilityLars Poeschel2019-10-292-6/+197
* nfc: pn533: add UART phy driverLars Poeschel2019-10-294-0/+344
* nfc: pn533: Split pn533 init & nfc_registerLars Poeschel2019-10-294-52/+80
* nfc: pn533: Add dev_up/dev_down hooks to phy_opsLars Poeschel2019-10-292-1/+20
* nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel2019-10-291-0/+5
* NFC: pn533: fix use-after-free and memleaksJohan Hovold2019-10-081-1/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-214-53/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+2
* NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-06-251-2/+2
* NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman2018-05-311-12/+30
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+2
* nfc: pn533: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* 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-162-18/+14
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2017-04-172-3/+3
* NFC: pn533: change order operations in dev registationAndrey Rusalin2017-04-024-27/+48
* NFC: pn533: improve cmd queue handlingAndrey Rusalin2017-04-021-13/+27
* NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin2017-04-021-2/+2
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* NFC: pn533: double free on error in probe()Dan Carpenter2016-07-041-6/+3
* NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier2016-05-101-0/+8