summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost2020-08-211-0/+1
* NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan2020-06-111-1/+3
* NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter2020-04-021-3/+2
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-03-111-0/+1
* NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2020-02-281-1/+1
* NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor2020-02-141-1/+1
* NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold2019-12-211-2/+4
* NFC: st21nfca: fix double freePan Bian2019-11-121-0/+1
* NFC: fdp: fix incorrect free objectPan Bian2019-11-121-1/+1
* st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost2019-09-061-0/+2
* st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-09-061-0/+2
* NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck2019-02-202-2/+2
* NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold2018-12-011-3/+2
* NFC: nfcmrvl: double free on error pathDan Carpenter2018-03-221-3/+2
* NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser2018-03-221-1/+1
* nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee2017-08-061-3/+3
* NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold2017-07-271-7/+9
* NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold2017-07-271-2/+5
* NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold2017-07-271-8/+11
* NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold2017-07-271-4/+4
* mei: bus: fix received data size check in NFC fixupAlexander Usyskin2016-11-181-1/+1
* NFC: fdp: Detect errors from fdp_nci_create_conn()Geert Uytterhoeven2016-10-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-104-33/+22
|\
| * NFC: nfcmrvl: avoid being stuck on FW dnld timeoutVincent Cuissard2015-11-051-3/+9
| * NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard2015-11-052-24/+0
| * NFC: nfcmrvl: free reset gpioVincent Cuissard2015-11-051-0/+3
| * NFC: nfcmrvl: add a small wait after setting UART breakVincent Cuissard2015-11-051-1/+3
| * NFC: nfcmrvl: avoid UART break control during FW downloadVincent Cuissard2015-11-051-4/+6
| * NFC: nfcmrvl: fix SPI driver dependenciesArnd Bergmann2015-11-051-1/+1
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-052-2/+0
|\ \
| * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0
* | | Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-044-31/+32
|\ \ \ | |_|/ |/| |
| * | mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler2015-09-203-18/+19
| * | mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler2015-09-204-25/+25
| * | mei: bus: add client protocol version to the device aliasTomas Winkler2015-09-202-2/+2
| |/
* | NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard2015-10-273-5/+9
* | NFC: nfcmrvl: add spi driverVincent Cuissard2015-10-274-1/+246
* | NFC: nfcmrvl: add i2c driverVincent Cuissard2015-10-275-4/+311
* | NFC: nfcmrvl: configure head/tail room values per low level driversVincent Cuissard2015-10-274-9/+14
* | NFC: nfcmrvl: add firmware download supportVincent Cuissard2015-10-277-10/+718
* | NFC: nfcmrvl: remove unneeded version definesVincent Cuissard2015-10-272-9/+3
* | NFC: st21nfca: Add support for proprietary commandsChristophe Ricard2015-10-275-3/+435
* | NFC: st-nci: Replace st21nfcb by st_nci in makefileChristophe Ricard2015-10-271-1/+1
* | NFC: st-nci: remove duplicated skb dumpChristophe Ricard2015-10-272-22/+0
* | NFC: st-nci: Disable irq when powering the device upChristophe Ricard2015-10-272-2/+14
* | NFC: st21nfca: Add error messages for unexpected HCI eventsChristophe Ricard2015-10-273-0/+7
* | NFC: st21nfca: Add few code style fixesChristophe Ricard2015-10-273-3/+2
* | NFC: st-nci: Add few code style fixesChristophe Ricard2015-10-272-2/+2
* | NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-272-2/+2
* | NFC: st21nfca: Fix host_list verification after SEactivationChristophe Ricard2015-10-271-2/+5