Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fcbb71e9ccac59940b619bdd5a51c96495dd4731
/
net
/
nfc
/
core.c
447b27c
NFC: Forward NFC_EVT_TRANSACTION to user space
by Christophe Ricard
· 10 years ago
511e78a
NFC: nfc_disable_se Remove useless blank line at beginning of function
by Christophe Ricard
· 10 years ago
ec06848
NFC: nfc_enable_se Remove useless blank line at beginning of function
by Christophe Ricard
· 10 years ago
3143a4c
NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gb
by Axel Lin
· 11 years ago
365a721
NFC: Remove redundant test for dev->n_targets in nfc_find_target
by Axel Lin
· 11 years ago
156cef8
NFC: Use list_for_each_entry in nfc_find_se()
by Axel Lin
· 11 years ago
7916a07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a434c24
NFC: Only warn on SE discovery error
by Samuel Ortiz
· 11 years ago
d31652a
NFC: Fix target mode p2p link establishment
by Arron Wang
· 11 years ago
98b32de
nfc: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
e29a9e2
NFC: Set active target upon DEP up event reception
by Samuel Ortiz
· 11 years ago
d8eb18e
NFC: Export nfc_find_se()
by Arron Wang
· 11 years ago
39525ee1
NFC: Update secure element state
by Arron Wang
· 11 years ago
2c38328
NFC: Fix secure element state check
by Arron Wang
· 11 years ago
352a5f5
NFC: netlink: Add result of firmware operation to completion event
by Eric Lapuyade
· 11 years ago
369f4d5
NFC: Fix SE discovery failure warning condition
by Samuel Ortiz
· 11 years ago
9ea7187
NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD
by Samuel Ortiz
· 11 years ago
c531c9e
NFC: Add secure element enablement internal API
by Samuel Ortiz
· 12 years ago
ee656e9
NFC: Remove and free all SEs when releasing an NFC device
by Samuel Ortiz
· 12 years ago
2757c372
NFC: Send netlink events for secure elements additions and removals
by Samuel Ortiz
· 12 years ago
fed7c25
NFC: Add secure elements addition and removal API
by Samuel Ortiz
· 12 years ago
0a94630
NFC: Extend and fix the internal secure element API
by Samuel Ortiz
· 12 years ago
0b456c4
NFC: Remove the static supported_se field
by Samuel Ortiz
· 12 years ago
9674da8
NFC: Add firmware upload netlink command
by Eric Lapuyade
· 12 years ago
be055b2
NFC: RFKILL support
by Samuel Ortiz
· 12 years ago
7757dc8
NFC: Prevent polling when device is down
by Samuel Ortiz
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
9f3b795
driver-core: constify data for class_find_device()
by Michał Mirosław
· 12 years ago
390a1bd
NFC: Initial Secure Element API
by Samuel Ortiz
· 12 years ago
f0c9103
NFC: Fixed nfc core and hci unregistration and cleanup
by Eric Lapuyade
· 12 years ago
0f45077
NFC: Fix some code style and whitespace issues
by Szymon Janc
· 12 years ago
7eda8b8e9
NFC: Use IDR library to assing NFC devices IDs
by Samuel Ortiz
· 12 years ago
5bcf099
NFC: Set rf_mode to NFC_RF_NONE where necessary
by Thierry Escande
· 12 years ago
632c016
NFC: HCI check presence must not fail when driver doesn't support it
by Eric Lapuyade
· 12 years ago
916082b
workqueue: avoid using deprecated functions
by Linus Torvalds
· 12 years ago
474fee3
NFC: Use system_nrt_wq instead of custom ones
by Tejun Heo
· 12 years ago
5df16ca
NFC: Add netlink module alias for NFC
by Samuel Ortiz
· 12 years ago
1155bb6
NFC: Add modules alias for NFC sockets
by Samuel Ortiz
· 12 years ago
9eb334a
NFC: nfc_driver_failure() implementation
by Eric Lapuyade
· 12 years ago
d94f9c5
NFC: nfc_targets_found() should accept zero target found
by Eric Lapuyade
· 13 years ago
8668fdd
NFC: Core must test the device polling state inside the device lock
by Eric Lapuyade
· 13 years ago
456411c
NFC: Driver failure API
by Eric Lapuyade
· 12 years ago
cb3a450
NFC: Call the DEP link down ops even when in target mode
by Samuel Ortiz
· 12 years ago
73167ce
NFC: Introduce target mode rx data callback
by Samuel Ortiz
· 12 years ago
be9ae4c
NFC: Introduce target mode tx ops
by Samuel Ortiz
· 12 years ago
f212ad5
NFC: Set the NFC device RF mode appropriately
by Samuel Ortiz
· 12 years ago
fc40a8c
NFC: Add target mode activation netlink event
by Samuel Ortiz
· 12 years ago
fe7c580
NFC: Add target mode protocols to the polling loop startup routine
by Samuel Ortiz
· 12 years ago
ab73b75
NFC: Export LLCP general bytes getter
by Samuel Ortiz
· 13 years ago
d4ccb13
NFC: Specify usage for targets found and target lost events
by Eric Lapuyade
· 13 years ago
9009943
NFC: Cache the core NFC active target pointer instead of its index
by Eric Lapuyade
· 13 years ago
59ef43e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
c8d56ae
NFC: Add Core support to generate tag lost event
by Eric Lapuyade
· 13 years ago
144612c
NFC: Changed target activated state logic
by Eric Lapuyade
· 13 years ago
01ae0ee
NFC: Fix next target_idx type and rename for clarity
by Eric Lapuyade
· 13 years ago
c4fbb65
NFC: The core part should generate the target index
by Samuel Ortiz
· 13 years ago
e1da0ef
NFC: Export target lost function
by Eric Lapuyade
· 13 years ago
0a40acb
NFC: Core code identation fixes
by Samuel Ortiz
· 13 years ago
47807d3
NFC: Remove the rf mode parameter from the DEP link up routine
by Samuel Ortiz
· 13 years ago
25a1d9d
NFC: NFC core layer should not set the target_idx
by Ilan Elias
· 13 years ago
d646960
NFC: Initial LLCP support
by Samuel Ortiz
· 13 years ago
541d920
NFC: Set and get DEP general bytes
by Samuel Ortiz
· 13 years ago
1ed28f6
NFC: Add a DEP link control netlink command
by Samuel Ortiz
· 13 years ago
7c7cd3b
NFC: Add tx skb allocation routine
by Samuel Ortiz
· 13 years ago
52858b5
NFC: Add function name to the NFC pr_fmt() routine
by Samuel Ortiz
· 13 years ago
538af13
nfc: Remove unused nfc_printk and nfc_<level> macros
by Joe Perches
· 13 years ago
20c239c
nfc: Convert nfc_dbg to pr_debug
by Joe Perches
· 13 years ago
ed1e0ad
nfc: Use standard logging styles
by Joe Perches
· 13 years ago
8b3fe7b
NFC: Add dev_up and dev_down control operations
by Ilan Elias
· 13 years ago
e875304
NFC: Reserve tx head and tail room
by Samuel Ortiz
· 13 years ago
23b7869
NFC: add the NFC socket raw protocol
by Lauro Ramos Venancio
· 13 years ago
c7fe3b5
NFC: add NFC socket family
by Aloisio Almeida Jr
· 13 years ago
4d12b8b
NFC: add nfc generic netlink interface
by Lauro Ramos Venancio
· 13 years ago
3e256b8
NFC: add nfc subsystem core
by Lauro Ramos Venancio
· 13 years ago