summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2019-12-21NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold1-2/+4
2019-11-12NFC: st21nfca: fix double freePan Bian1-0/+1
2019-11-12NFC: fdp: fix incorrect free objectPan Bian1-1/+1
2019-09-06st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-09-06st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-02-20NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck2-2/+2
2018-12-01NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold1-3/+2
2018-03-22NFC: nfcmrvl: double free on error pathDan Carpenter1-3/+2
2018-03-22NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser1-1/+1
2017-08-07nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee1-3/+3
2017-07-28NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold1-7/+9
2017-07-28NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold1-2/+5
2017-07-28NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold1-8/+11
2017-07-28NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2016-11-18mei: bus: fix received data size check in NFC fixupAlexander Usyskin1-1/+1
2016-10-07NFC: fdp: Detect errors from fdp_nci_create_conn()Geert Uytterhoeven1-2/+2
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-33/+22
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2-2/+0
2015-11-05Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-31/+32
2015-11-05NFC: nfcmrvl: avoid being stuck on FW dnld timeoutVincent Cuissard1-3/+9
2015-11-05NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard2-24/+0
2015-11-05NFC: nfcmrvl: free reset gpioVincent Cuissard1-0/+3
2015-11-05NFC: nfcmrvl: add a small wait after setting UART breakVincent Cuissard1-1/+3
2015-11-05NFC: nfcmrvl: avoid UART break control during FW downloadVincent Cuissard1-4/+6
2015-11-05NFC: nfcmrvl: fix SPI driver dependenciesArnd Bergmann1-1/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis2-2/+0
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard3-5/+9
2015-10-27NFC: nfcmrvl: add spi driverVincent Cuissard4-1/+246
2015-10-27NFC: nfcmrvl: add i2c driverVincent Cuissard5-4/+311
2015-10-27NFC: nfcmrvl: configure head/tail room values per low level driversVincent Cuissard4-9/+14
2015-10-27NFC: nfcmrvl: add firmware download supportVincent Cuissard7-10/+718
2015-10-27NFC: nfcmrvl: remove unneeded version definesVincent Cuissard2-9/+3
2015-10-27NFC: st21nfca: Add support for proprietary commandsChristophe Ricard5-3/+435
2015-10-27NFC: st-nci: Replace st21nfcb by st_nci in makefileChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: remove duplicated skb dumpChristophe Ricard2-22/+0
2015-10-27NFC: st-nci: Disable irq when powering the device upChristophe Ricard2-2/+14
2015-10-27NFC: st21nfca: Add error messages for unexpected HCI eventsChristophe Ricard3-0/+7
2015-10-27NFC: st21nfca: Add few code style fixesChristophe Ricard3-3/+2
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard2-2/+2
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2-2/+2
2015-10-27NFC: st21nfca: Fix host_list verification after SEactivationChristophe Ricard1-2/+5
2015-10-27NFC: st-nci: Fix host_list verification after SE activationChristophe Ricard1-2/+5
2015-10-27NFC: st-nci: Increase delay between 2 secure element activationsChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Add ese-present/uicc-present dts propertiesChristophe Ricard7-45/+105
2015-10-27NFC: st-nci: Add error messages when an unexpected HCI event occursChristophe Ricard1-0/+6
2015-10-27NFC: st-nci: Add support for proprietary commandsChristophe Ricard5-10/+618
2015-10-26NFC: st21nfca: Fix st21nfca_gates offsetChristophe Ricard1-3/+4
2015-10-26NFC: st-nci: Fix st_nci_gates offsetChristophe Ricard1-1/+1
2015-10-26NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEChristophe Ricard1-0/+3
2015-10-26NFC: st-nci: initialize gate_count in st_nci_hci_network_initChristophe Ricard1-0/+1