summaryrefslogtreecommitdiff
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'nfc-next/master'Stephen Rothwell2019-06-245-51/+25
|\
| * NFC: fdp: Fix unused variable warningsAmit Pundir2018-06-181-13/+0
| * NFC: fdp: Remove __func__ from dev_dbg()Amit Pundir2018-06-082-28/+7
| * NFC: fdp: Fix possible buffer overflow in WCS4000 NFC driverSuren Baghdasaryan2018-06-081-0/+9
| * NFC: st21nfca: Fix out of bounds kernel access when handling ATR_REQSuren Baghdasaryan2018-06-081-1/+2
| * NFC: st95hf: drop illegal kfree_skb()Daniel Mack2018-06-041-2/+0
| * NFC: st95hf: initialize semaphore and mutex earlierDaniel Mack2018-06-041-3/+2
| * nfc: st21nfca: Remove unnecessary devm_kzalloc() castFabio Estevam2018-06-041-2/+1
| * nfc: st21nfca: Check for devm_kzalloc() failureFabio Estevam2018-06-041-0/+2
| * NFC: fdp: fix signed less or equal zero check in u8 max_sizeColin Ian King2018-06-041-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417Thomas Gleixner2019-06-051-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-0525-300/+25
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-20/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-27/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123Thomas Gleixner2019-05-247-84/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-216-79/+6
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2118-0/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-4/+0
|\ \
| * | NFC: st95hf: remove set but not used variables 'dev, nfcddev'YueHaibing2019-04-261-4/+0
* | | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-073-42/+8
|\ \ \
| * | | nfc/mei: convert to SPDX license tagsTomas Winkler2019-03-283-42/+8
* | | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-072-0/+4
|\ \ \ \
| * | | | NFC: st21nfca: Fix fall-through warningsGustavo A. R. Silva2019-04-091-0/+2
| * | | | NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva2019-04-091-0/+2
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
| |/ /
* | | spi: ST ST95HF NFC: declare missing of tableDaniel Gomez2019-04-231-0/+7
|/ /
* | NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold2018-10-231-3/+2
* | Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-021-2/+2
|\ \
| * | NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-06-251-2/+2
* | | NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-281-2/+3
|/ /
* | treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-121-2/+2
* | NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman2018-05-311-12/+30
|/
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-213-20/+20
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-10/+9
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-214-23/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1510-10/+10
|\
| * NFC: fdp: make struct nci_ops staticColin Ian King2017-11-061-1/+1
| * nfc: s3fwrn5: make array match static constColin Ian King2017-11-061-1/+1
| * nfc: st21nfca: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: st-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: s3fwrn5: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: pn544: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: pn533: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: nxp-nci: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: nfcmrvl: constify i2c_device_idArvind Yadav2017-11-061-1/+1
| * nfc: microread: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ | |/ |/|
| * treewide: Fix typos in KconfigMasanari Iida2017-10-121-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
|/