aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-19NFC: microread: Auto-select core moduleJean Delvare1-11/+7
2015-10-19NFC: pn544: Auto-select core moduleJean Delvare1-11/+7
2015-10-19NFC: trf7970a: Add OF match tableJavier Martinez Canillas1-0/+7
2015-10-07nfc: s3fwrn5: i2c: Use devm_request_threaded_irq to avoid irq leakAxel Lin1-1/+1
2015-10-07nfc: s3fwrn5: Make NFC_S3FWRN5 select CRYPTOAxel Lin1-0/+1
2015-10-07NFC: s3fwrn5: Remove superfluous cflagsValentin Rothberg1-2/+0
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler3-18/+19
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler4-25/+25
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler2-2/+2
2015-09-04Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-7/+3
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds19-27/+1966
2015-08-20nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC ChipRobert Baldyga11-0/+1532
2015-08-19NFC: trf7970a: Add NULL check to clear up smatch warningMark Greer1-1/+3
2015-08-19NFC: trf7970a: SDD_EN is bit 5 not bit 3Mark Greer1-1/+1
2015-08-17nfc: st-nci: Remove pr_err in rcv_queue when ndlc header is unknownChristophe Ricard1-1/+0
2015-08-17nfc: st-nci: Add spi phy support for st21nfcbChristophe Ricard3-0/+406
2015-08-17nfc: st-nci: Free data with irrelevant NDLC PCB_SYNC valueChristophe Ricard1-1/+3
2015-08-17nfc: st-nci: Remove data from ack_pending_q when receiving a SYNC_ACKChristophe Ricard1-0/+2
2015-08-17NFC: st-nci: fix use of uninitialized variables in error pathChristophe Ricard1-4/+4
2015-08-17NFC: st21nfca: fix use of uninitialized variables in error pathChristophe Ricard1-5/+6
2015-08-17nfc: st-nci: Fix non accurate comment for st_nci_i2c_readChristophe Ricard1-7/+2
2015-08-17nfc: st-nci: Fix typo when changing from st21nfcb to st-nciChristophe Ricard1-9/+9
2015-08-17nfc: st-nci: Remove duplicate file platform_data/st_nci.hChristophe Ricard1-1/+1
2015-08-03mei: bus: add and call callback on notify eventAlexander Usyskin1-1/+2
2015-07-06NFC: nxp-nci_i2c: use flags argument of devm_gpiod_get_indexUwe Kleine-König1-7/+3
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-36/+301
2015-06-13NFC: nfcmrvl: set PB_BAIL_OUT at setupVincent Cuissard2-0/+9
2015-06-13NFC: nfcmrvl: Allow ISO15693 protocolVincent Cuissard1-0/+1
2015-06-13NFC: nfcmrvl: small fix in USB driverVincent Cuissard1-0/+1
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard4-0/+246
2015-06-11NFC: nfcmrvl: add platform_data and DT configurationVincent Cuissard3-26/+82
2015-06-11NFC: nfcmrvl: add chip reset managementVincent Cuissard2-0/+38
2015-06-11NFC: nfcmrvl: update USB device idVincent Cuissard1-1/+2
2015-06-11NFC: nfcmrvl: update nci recv frame APIVincent Cuissard3-16/+23
2015-06-11NFC: nfcmrvl: add support of HCI-based transportVincent Cuissard3-4/+52
2015-06-11NFC: nfcmrvl: remove integration related settingsVincent Cuissard1-9/+0
2015-06-10nfc: st-nci: Rename st21nfcb to st-nciChristophe Ricard15-544/+547
2015-06-09NFC: st21nfcb: Configure CLF with NCI proprietary commandChristophe Ricard3-1/+29
2015-06-09NFC: st21nfcb: disable irq when st21nfcb is disabledChristophe Ricard1-4/+4
2015-06-09NFC: st21nfcb: Move powered flag from phy to ndlc layerChristophe Ricard3-5/+5
2015-06-09NFC: st21nfcb: Move st21nfcb_nci_remove in ndlc_removeChristophe Ricard1-2/+2
2015-06-09NFC: st21nfcb: Add support for nci proprietary commandsChristophe Ricard2-0/+27
2015-06-09NFC: st21nfcb: Fix st21nfcb_nci_closeChristophe Ricard1-1/+3
2015-06-09NFC: st21nfcb: Add ndlc_close in st21nfcb_nci_removeChristophe Ricard1-0/+4
2015-06-09NFC: st21nfcb: remove st21nfcb_nci_i2c_disableChristophe Ricard1-3/+0
2015-06-09NFC: st21nfcb: Do not remove header once the payload is sentChristophe Ricard1-7/+0
2015-06-09NFC: st21nfcb: Remove inappropriate kfree on a devm_kzalloc pointerFiro Yang1-3/+0
2015-06-09NFC: pn544: use flags argument of devm_gpiod_get to set directionUwe Kleine-König1-32/+11
2015-06-09NFC: microread: drop unused variableTomas Winkler1-3/+0
2015-06-09NFC: Remove obsolete setting of DEBUGValentin Rothberg2-4/+0