summaryrefslogtreecommitdiff
path: root/include/net/nfc
AgeCommit message (Expand)Author
2013-04-12NFC: RFKILL supportSamuel Ortiz
2013-01-10NFC: Initial Secure Element APISamuel Ortiz
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Eric Lapuyade
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversEric Lapuyade
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang
2012-10-26NFC: Implement HCI DEP link up and downArron Wang
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang
2012-10-26NFC: Set local gb and DEP registriesArron Wang
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade
2012-09-25NFC: Add an shdlc llc module to llc coreEric Lapuyade
2012-09-25NFC: Add a nop (passthrough) llc module to llc coreEric Lapuyade
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade
2012-07-09NFC: Driver failure APIEric Lapuyade
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade
2012-05-15NFC: Specify usage for targets found and target lost eventsEric Lapuyade
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-12NFC: Add Core support to generate tag lost eventEric Lapuyade
2012-04-12NFC: Changed target activated state logicEric Lapuyade
2012-04-12NFC: Fix next target_idx type and rename for clarityEric Lapuyade
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz
2012-04-12NFC: SHDLC implementationEric Lapuyade
2012-04-12NFC: HCI supportEric Lapuyade
2012-04-12NFC: Export target lost functionEric Lapuyade
2012-03-06NFC: NCI code identation fixesSamuel Ortiz