aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar1-6/+0
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar1-0/+2
2014-01-04NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.hThierry Escande1-4/+2
2014-01-04NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macrosThierry Escande1-2/+2
2014-01-04NFC: Only warn on SE discovery errorSamuel Ortiz1-5/+2
2014-01-04NFC: llcp: Use default MIU if none was specified on connectSzymon Janc3-3/+1
2014-01-04NFC: llcp: Fix possible memory leak while sending I framesSzymon Janc1-1/+3
2014-01-04NFC: Return driver failure upon unknown event receptionSamuel Ortiz1-5/+2
2014-01-04NFC: Fix target mode p2p link establishmentArron Wang1-1/+1
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher22-61/+22
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-4/+0
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg1-32/+19
2013-11-19genetlink: pass family to functions using groupsJohannes Berg1-13/+26
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-2/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg1-1/+1
2013-10-07NFC: Fix SE API related sparse warningSamuel Ortiz1-1/+1
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade1-22/+31
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade1-16/+10
2013-09-25NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade1-0/+9
2013-09-25NFC: netlink: SE API implementationSamuel Ortiz1-0/+91
2013-09-25NFC: digital: Fix sens_res endiannes handlingThierry Escande1-9/+6
2013-09-25NFC: rawsock: Fix a memory leakThierry Escande1-2/+5
2013-09-25NFC: digital: digital_tg_send_sensf_res() can be staticFengguang Wu1-1/+1
2013-09-25NFC: digital: Add newline to pr_* callsSamuel Ortiz3-26/+22
2013-09-25NFC: digital: Remove PR_ERR and PR_DBG macrosSamuel Ortiz4-27/+31
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade1-0/+1
2013-09-25NFC Digital: Add target NFC-DEP supportThierry Escande4-7/+755
2013-09-25NFC Digital: Add initiator NFC-DEP supportThierry Escande5-6/+435
2013-09-25NFC Digital: Add NFC-F technology supportThierry Escande4-0/+153
2013-09-25NFC Digital: Add NFC-A technology supportThierry Escande4-4/+488
2013-09-25NFC Digital: Implement driver commands mechanismThierry Escande4-8/+427
2013-09-25NFC: Digital Protocol stack implementationThierry Escande4-0/+192
2013-09-25NFC: Set active target upon DEP up event receptionSamuel Ortiz1-0/+13
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade1-125/+55
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade1-64/+64
2013-09-25NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade1-1/+1
2013-09-25NFC: Export nfc_find_se()Arron Wang1-4/+5
2013-08-14NFC: Update secure element stateArron Wang1-0/+4
2013-08-14NFC: Fix secure element state checkArron Wang1-2/+2
2013-08-14NFC: hci: Fix enable/disable confusionDan Carpenter1-1/+1
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade3-4/+15
2013-08-14NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade1-2/+0
2013-08-14NFC: Add a GET_SE netlink APISamuel Ortiz1-0/+91
2013-08-14NFC: Fix SE discovery failure warning conditionSamuel Ortiz1-1/+1
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz4-23/+23
2013-07-19NFC: Fix NCI over SPI buildFrederic Danis1-0/+1
2013-06-14NFC: llcp: Fix the well known services endiannessSamuel Ortiz1-2/+2
2013-06-14NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz1-0/+1
2013-06-14NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz1-0/+3