aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2016-03-03NFC: pn544: Drop two useless checks in ACPI probe pathGravatar Mika Westerberg 1-13/+1
2016-01-27nfc: s3fwrn5: Use shashGravatar Herbert Xu 1-9/+27
2015-12-29nfc: pn544: Remove i2c client gpio irq configurationGravatar Christophe Ricard 1-34/+1
2015-12-29nfc: nxp-nci: Remove i2c client gpio irq configurationGravatar Christophe Ricard 1-19/+2
2015-12-29nfc: microread: Remove useless irq fieldGravatar Christophe Ricard 1-2/+0
2015-12-29nfc: fdp: Move i2c client irq checkingGravatar Christophe Ricard 1-6/+6
2015-12-29nfc: st21nfca: Add support for HCI event connectivityGravatar Christophe Ricard 1-0/+1
2015-12-29nfc: st-nci: Add support for HCI event connectivityGravatar Christophe Ricard 1-1/+1
2015-12-29NFC: st21nfca: Auto-select core moduleGravatar Christophe Ricard 1-9/+4
2015-12-29NFC: st-nci: Auto-select core moduleGravatar Christophe Ricard 1-11/+7
2015-12-29nfc: st21nfca: Remove useless pr_info in st21nfca_hci_i2c_disableGravatar Christophe Ricard 1-1/+0
2015-12-29nfc: st21nfca: Code cleanupGravatar Christophe Ricard 2-3/+2
2015-12-29nfc: st-nci: Code cleanupGravatar Christophe Ricard 3-4/+1
2015-12-29nfc: st21nfca: Add support for acpi probing for i2c device.Gravatar Christophe Ricard 1-1/+50
2015-12-29nfc: st-nci: Add support for acpi probing for spi device.Gravatar Christophe Ricard 1-0/+52
2015-12-29nfc: st-nci: Add support for acpi probing for i2c device.Gravatar Christophe Ricard 1-0/+53
2015-12-29nfc: st21nfca: Add macro for gpio nameGravatar Christophe Ricard 1-2/+5
2015-12-29nfc: st-nci: Add macro for gpio nameGravatar Christophe Ricard 2-4/+9
2015-12-29nfc: st21nfca: Group device table togetherGravatar Christophe Ricard 1-7/+6
2015-12-29nfc: st-nci: Group device table togetherGravatar Christophe Ricard 2-11/+12
2015-12-29nfc: pn544: Remove #ifdef CONFIG_OFGravatar Christophe Ricard 1-11/+0
2015-12-29nfc: nxp-nci: Remove #ifdef CONFIG_OFGravatar Christophe Ricard 1-11/+0
2015-12-29nfc: st21nfca: Remove unneeded CONFIG_OF switchesGravatar Christophe Ricard 1-9/+0
2015-12-29nfc: st-nci: Remove unneeded CONFIG_OF switchesGravatar Christophe Ricard 2-18/+0
2015-12-29nfc: st-nci: Remove useless #include "ndlc.h"Gravatar Christophe Ricard 1-1/+0
2015-12-29NFC: trf7970a: use to_spi_deviceGravatar Geliang Tang 1-4/+4
2015-12-29NFC: st95hf: Fix build errorGravatar Shikha Singh 1-4/+4
2015-12-29NFC: Add STMicroelectronics ST95HF driverGravatar Shikha Singh 7-0/+1522
2015-12-21NFC: add rx delay sysfs parameter for nfcsim workqueueGravatar Saurabh Sengar 1-3/+7
2015-12-20nfc: s3fwrn5: constify s3fwrn5_phy_ops structuresGravatar Julia Lawall 3-4/+4
2015-11-18nxp-nci: i2c: Do not check specifically for -EREMOTEIO errorGravatar Fabio Estevam 1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-33/+22
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Gravatar Linus Torvalds 2-2/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-31/+32
2015-11-05NFC: nfcmrvl: avoid being stuck on FW dnld timeoutGravatar Vincent Cuissard 1-3/+9
2015-11-05NFC: nfcmrvl: remove unneeded CONFIG_OF switchesGravatar Vincent Cuissard 2-24/+0
2015-11-05NFC: nfcmrvl: free reset gpioGravatar Vincent Cuissard 1-0/+3
2015-11-05NFC: nfcmrvl: add a small wait after setting UART breakGravatar Vincent Cuissard 1-1/+3
2015-11-05NFC: nfcmrvl: avoid UART break control during FW downloadGravatar Vincent Cuissard 1-4/+6
2015-11-05NFC: nfcmrvl: fix SPI driver dependenciesGravatar Arnd Bergmann 1-1/+1
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 2-2/+0
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCGravatar Vincent Cuissard 3-5/+9
2015-10-27NFC: nfcmrvl: add spi driverGravatar Vincent Cuissard 4-1/+246
2015-10-27NFC: nfcmrvl: add i2c driverGravatar Vincent Cuissard 5-4/+311
2015-10-27NFC: nfcmrvl: configure head/tail room values per low level driversGravatar Vincent Cuissard 4-9/+14
2015-10-27NFC: nfcmrvl: add firmware download supportGravatar Vincent Cuissard 7-10/+718
2015-10-27NFC: nfcmrvl: remove unneeded version definesGravatar Vincent Cuissard 2-9/+3
2015-10-27NFC: st21nfca: Add support for proprietary commandsGravatar Christophe Ricard 5-3/+435
2015-10-27NFC: st-nci: Replace st21nfcb by st_nci in makefileGravatar Christophe Ricard 1-1/+1
2015-10-27NFC: st-nci: remove duplicated skb dumpGravatar Christophe Ricard 2-22/+0