aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/core.c
AgeCommit message (Expand)Author
2013-04-12NFC: RFKILL supportSamuel Ortiz
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-01-10NFC: Initial Secure Element APISamuel Ortiz
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade
2012-07-09NFC: Driver failure APIEric Lapuyade
2012-06-04NFC: Call the DEP link down ops even when in target modeSamuel Ortiz
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: Specify usage for targets found and target lost eventsEric 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: Export target lost functionEric Lapuyade
2012-03-06NFC: Core code identation fixesSamuel Ortiz
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias
2011-12-14NFC: Initial LLCP supportSamuel Ortiz
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz
2011-11-30nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches
2011-11-30nfc: Use standard logging stylesJoe Perches
2011-09-20NFC: Add dev_up and dev_down control operationsIlan Elias
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio