summaryrefslogtreecommitdiffstats
path: root/include/net/nfc
AgeCommit message (Expand)AuthorLines
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-112/+106
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade-106/+3
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade-0/+1
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade-0/+2
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade-0/+51
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade-4/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo-4/+0
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias-0/+5
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias-0/+6
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias-0/+24
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman-1/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade-3/+14
2012-07-09NFC: Driver failure APIEric Lapuyade-0/+2
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade-0/+2
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz-0/+1
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz-1/+2
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz-1/+1
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz-0/+4
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz-3/+6
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz-0/+1
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade-0/+4
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade-1/+0
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade-2/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade-8/+10
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1/+313
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-1/+1
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade-0/+5
2012-04-12NFC: Changed target activated state logicEric Lapuyade-1/+2
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade-1/+1
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz-0/+2
2012-04-12NFC: SHDLC implementationEric Lapuyade-0/+104
2012-04-12NFC: HCI supportEric Lapuyade-0/+199
2012-04-12NFC: Export target lost functionEric Lapuyade-0/+1
2012-03-06NFC: NCI code identation fixesSamuel Ortiz-5/+5
2012-03-06NFC: Core code identation fixesSamuel Ortiz-12/+12
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz-4/+2
2012-01-24NFC: Add NCI multiple targets supportIlan Elias-2/+41
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias-1/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias-4/+10
2012-01-24NFC: Add NCI data exchange timerIlan Elias-0/+3
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias-2/+25
2012-01-24NFC: Increase NCI deactivate timeoutIlan Elias-1/+1
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias-0/+3
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias-0/+6
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias-30/+19
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz-0/+5
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz-0/+11