summaryrefslogtreecommitdiffstats
path: root/net/nfc/core.c
AgeCommit message (Expand)AuthorLines
2015-02-02NFC: Forward NFC_EVT_TRANSACTION to user spaceChristophe Ricard-0/+21
2015-01-26NFC: nfc_disable_se Remove useless blank line at beginning of functionChristophe Ricard-1/+0
2015-01-26NFC: nfc_enable_se Remove useless blank line at beginning of functionChristophe Ricard-1/+0
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin-3/+0
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin-3/+0
2014-02-23NFC: Use list_for_each_entry in nfc_find_se()Axel Lin-2/+2
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-5/+2
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2014-01-04NFC: Only warn on SE discovery errorSamuel Ortiz-5/+2
2014-01-04NFC: Fix target mode p2p link establishmentArron Wang-1/+1
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher-3/+1
2013-09-25NFC: Set active target upon DEP up event receptionSamuel Ortiz-0/+13
2013-09-25NFC: Export nfc_find_se()Arron Wang-4/+5
2013-08-14NFC: Update secure element stateArron Wang-0/+4
2013-08-14NFC: Fix secure element state checkArron Wang-2/+2
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade-2/+10
2013-08-14NFC: Fix SE discovery failure warning conditionSamuel Ortiz-1/+1
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz-10/+10
2013-06-14NFC: Add secure element enablement internal APISamuel Ortiz-4/+106
2013-06-14NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz-0/+8
2013-06-14NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz-0/+14
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz-1/+44
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz-0/+7
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz-2/+0
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade-0/+46
2013-04-12NFC: RFKILL supportSamuel Ortiz-0/+38
2013-04-11NFC: Prevent polling when device is downSamuel Ortiz-0/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław-2/+2
2013-01-10NFC: Initial Secure Element APISamuel Ortiz-0/+3
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade-25/+22
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc-1/+1
2012-10-26NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz-7/+16
2012-10-26NFC: Set rf_mode to NFC_RF_NONE where necessaryThierry Escande-0/+5
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade-0/+3
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds-1/+1
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo-11/+2
2012-07-09NFC: Add netlink module alias for NFCSamuel Ortiz-0/+3
2012-07-09NFC: Add modules alias for NFC socketsSamuel Ortiz-0/+1
2012-07-09NFC: nfc_driver_failure() implementationEric Lapuyade-6/+2
2012-07-09NFC: nfc_targets_found() should accept zero target foundEric Lapuyade-6/+13
2012-07-09NFC: Core must test the device polling state inside the device lockEric Lapuyade-2/+7
2012-07-09NFC: Driver failure APIEric Lapuyade-0/+10
2012-06-04NFC: Call the DEP link down ops even when in target modeSamuel Ortiz-5/+0
2012-06-04NFC: Introduce target mode rx data callbackSamuel Ortiz-0/+12
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz-17/+20
2012-06-04NFC: Set the NFC device RF mode appropriatelySamuel Ortiz-4/+10
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz-0/+35
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz-5/+5
2012-06-04NFC: Export LLCP general bytes getterSamuel Ortiz-0/+8