aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-29nfc: pn544: Remove i2c client gpio irq configurationChristophe Ricard1-34/+1
2015-12-29nfc: nxp-nci: Remove i2c client gpio irq configurationChristophe Ricard1-19/+2
2015-12-29nfc: microread: Remove useless irq fieldChristophe Ricard1-2/+0
2015-12-29nfc: fdp: Move i2c client irq checkingChristophe Ricard1-6/+6
2015-12-29nfc: st21nfca: Add support for HCI event connectivityChristophe Ricard1-0/+1
2015-12-29nfc: st-nci: Add support for HCI event connectivityChristophe Ricard1-1/+1
2015-12-29NFC: st21nfca: Auto-select core moduleChristophe Ricard1-9/+4
2015-12-29NFC: st-nci: Auto-select core moduleChristophe Ricard1-11/+7
2015-12-29nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableChristophe Ricard1-1/+0
2015-12-29nfc: st21nfca: Code cleanupChristophe Ricard2-3/+2
2015-12-29nfc: st-nci: Code cleanupChristophe Ricard3-4/+1
2015-12-29nfc: st21nfca: Add support for acpi probing for i2c device.Christophe Ricard1-1/+50
2015-12-29nfc: st-nci: Add support for acpi probing for spi device.Christophe Ricard1-0/+52
2015-12-29nfc: st-nci: Add support for acpi probing for i2c device.Christophe Ricard1-0/+53
2015-12-29nfc: st21nfca: Add macro for gpio nameChristophe Ricard1-2/+5
2015-12-29nfc: st-nci: Add macro for gpio nameChristophe Ricard2-4/+9
2015-12-29nfc: st21nfca: Group device table togetherChristophe Ricard1-7/+6
2015-12-29nfc: st-nci: Group device table togetherChristophe Ricard2-11/+12
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0
2015-12-29nfc: nxp-nci: Remove #ifdef CONFIG_OFChristophe Ricard1-11/+0
2015-12-29nfc: st21nfca: Remove unneeded CONFIG_OF switchesChristophe Ricard1-9/+0
2015-12-29nfc: st-nci: Remove unneeded CONFIG_OF switchesChristophe Ricard2-18/+0
2015-12-29nfc: st-nci: Remove useless #include "ndlc.h"Christophe Ricard1-1/+0
2015-12-29NFC: trf7970a: use to_spi_deviceGeliang Tang1-4/+4
2015-12-29NFC: st95hf: Fix build errorShikha Singh1-4/+4
2015-12-29NFC: Add STMicroelectronics ST95HF driverShikha Singh7-0/+1522
2015-12-21NFC: add rx delay sysfs parameter for nfcsim workqueueSaurabh Sengar1-3/+7
2015-12-20nfc: s3fwrn5: constify s3fwrn5_phy_ops structuresJulia Lawall3-4/+4
2015-11-18nxp-nci: i2c: Do not check specifically for -EREMOTEIO errorFabio Estevam1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-33/+22
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds2-2/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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