summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-0113-592/+313
|\
| * NFC: trf7970a: Correct register settings for 27MHz clockGeoff Lansberry2017-06-281-0/+7
| * NFC: add NULL checks to avoid potential NULL pointer dereferenceGustavo A. R. Silva2017-06-231-2/+4
| * Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands"Mark Greer2017-06-231-21/+4
| * NFC: trf7970a: fix check of clock frequencies, use && instead of ||Colin Ian King2017-06-221-1/+1
| * NFC: st-nci: Get rid of code duplication in ->probe()Andy Shevchenko2017-06-222-103/+18
| * NFC: st-nci: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-222-8/+26
| * NFC: st-nci: Use unified device properties API meaningfullyAndy Shevchenko2017-06-222-48/+11
| * NFC: st-nci: Covert to use GPIO descriptorAndy Shevchenko2017-06-222-58/+28
| * NFC: st-nci: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2017-06-222-14/+2
| * NFC: st-nci: Get rid of platform dataAndy Shevchenko2017-06-222-82/+4
| * NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+12
| * NFC: fdp: Convert to use devres APIAndy Shevchenko2017-06-222-16/+9
| * NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko2017-06-221-10/+2
| * NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko2017-06-221-52/+10
| * NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+14
| * NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko2017-06-221-2/+1
| * NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold2017-06-181-5/+4
| * NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold2017-06-181-3/+1
| * NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold2017-06-181-0/+3
| * NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold2017-06-181-7/+9
| * NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold2017-06-181-2/+5
| * NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold2017-06-181-8/+11
| * NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold2017-06-181-4/+4
| * NFC: trf7970a: Clean up coding style issuesMark Greer2017-06-181-144/+147
| * NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2017-06-182-37/+26
| * NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer2017-06-181-10/+1
| * NFC: trf7970a: Remove useless commentMark Greer2017-06-181-1/+1
| * NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer2017-06-181-3/+3
| * NFC: trf7970a: Fix inaccurate comment in trf7970a_probe()Mark Greer2017-06-181-1/+1
| * NFC: trf7970a: Don't de-assert EN2 unless it was assertedMark Greer2017-06-181-2/+4
OpenPOWER on IntegriCloud