aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-08NFC: trf7970a: Handle extra byte in response to Type 5 RMB commandsMark A. Greer1-4/+19
2015-06-08NFC: nxp-nci: Fix build warningSamuel Ortiz1-0/+1
2015-06-08NFC: nxp-nci_i2c: Add support for enumerating through ACPIOleg Zhurakivskyy1-0/+51
2015-05-31mei: fix up uuid matchingGreg Kroah-Hartman1-1/+1
2015-05-24NFC: mei_phy: adjust mei nfc header according the specTomas Winkler1-27/+31
2015-05-24NFC: mei_phy: move all nfc logic from mei driver to nfcTomas Winkler2-35/+293
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler3-2/+5
2015-04-07NFC: logging neateningJoe Perches8-43/+36
2015-04-06NFC: pn533: fix error return codeJulia Lawall1-1/+3
2015-04-06NFC: nxp-nci: Release firmware when switching to FW mode failsSamuel Ortiz1-1/+3
2015-04-06NFC: nxp-nxi: Remove useless fw pointer checkSamuel Ortiz1-2/+1
2015-04-06nfc: st21nfca: Add additional comments about EVT_TRANSACTIONChristophe Ricard1-1/+10
2015-04-06nfc: st21nfcb: Add additional comments about EVT_TRANSACTIONChristophe Ricard1-1/+8
2015-04-06nfc: st21nfcb: Add missing break statement in switch sectionChristophe Ricard1-0/+1
2015-04-06NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter nameChristophe Ricard1-2/+2
2015-04-06NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copyChristophe Ricard1-1/+1
2015-04-06NFC: st21nfcb: Retry i2c_master_send if it returns a negative valueChristophe Ricard1-2/+2
2015-04-05NFC: st21nfcb: Fix memory leak in secure element probing stageChristophe Ricard1-4/+2
2015-03-26NFC: nxp-nci_i2c: Add I2C support to NXP NCI driverClément Perrochaud3-0/+429
2015-03-26NFC: nxp-nci: Add support for NXP NCI chipsClément Perrochaud7-0/+623
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard1-4/+0
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-10/+28
2015-02-02NFC: st21nfca: Add HCI transaction event supportChristophe Ricard1-0/+21
2015-02-02NFC: st21nfcb: Add HCI transaction event supportChristophe Ricard1-1/+22