Sign in
kunit
/
linux
/
d527d1ea5d12aafbd0373b5e6547464c370ea18c
/
include
/
net
/
nfc
/
nci_core.h
1c53855
nfc: nci: Add nci_nfcc_loopback to the nci core
by Christophe Ricard
· 9 years ago
9b8d1a4
nfc: nci: Add an additional parameter to identify a connection id
by Christophe Ricard
· 9 years ago
f116317
NFC: nci: non-static functions can not be inline
by Robert Dolca
· 9 years ago
2bd8324
NFC: NCI: allow spi driver to choose transfer clock
by Vincent Cuissard
· 9 years ago
e5629d2
NFC: NCI: export nci_send_frame and nci_send_cmd function
by Vincent Cuissard
· 9 years ago
b1fa4dc
NFC: st-nci: Add support for proprietary commands
by Christophe Ricard
· 9 years ago
7e35740
NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATE
by Christophe Ricard
· 9 years ago
fa6fbad
NFC: nci: add nci_hci_clear_all_pipes functions
by Christophe Ricard
· 9 years ago
85b9ce9
NFC: nci: add nci_get_conn_info_by_id function
by Robert Dolca
· 9 years ago
22e4bd0
NFC: nci: rename nci_prop_ops to nci_driver_ops
by Robert Dolca
· 9 years ago
0a97a3c
NFC: nci: Allow the driver to set handler for core nci ops
by Robert Dolca
· 9 years ago
7bc4824
NFC: nci: Introduce nci_core_cmd
by Robert Dolca
· 9 years ago
2663589
NFC: nci: Add function to get max packet size for conn
by Robert Dolca
· 9 years ago
025a0cb
NFC: nci: export nci_core_reset and nci_core_init
by Robert Baldyga
· 10 years ago
fdf79bd
NFC: nci: Add post_setup handler
by Robert Baldyga
· 10 years ago
9961127
NFC: nci: add generic uart support
by Vincent Cuissard
· 10 years ago
8115dd5
NFC: Introduce vendor commands structures
by Samuel Ortiz
· 10 years ago
759afb8
NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd
by Christophe Ricard
· 10 years ago
c39daee
NFC: nci: Add nci init ops for early device initialization
by Christophe Ricard
· 10 years ago
b6355e9
NFC: nci: Handle proprietary response and notifications
by Samuel Ortiz
· 10 years ago
1f74f32
nfc: nci: Add comment to explain NCI_HCI_MAX_PIPES
by Christophe Ricard
· 10 years ago
25af01ed
NFC: nci: Add firmware download support
by Clément Perrochaud
· 10 years ago
15d4a8d
NFC: nci: Move logical connection structure allocation
by Christophe Ricard
· 10 years ago
b16ae71
NFC: nci: Support all destinations type when creating a connection
by Christophe Ricard
· 10 years ago
12bdf27
NFC: nci: Add reference to the RF logical connection
by Christophe Ricard
· 10 years ago
11f54f2
NFC: nci: Add HCI over NCI protocol support
by Christophe Ricard
· 10 years ago
736bb95
NFC: nci: Support logical connections management
by Christophe Ricard
· 10 years ago
f7f793f
NFC: nci: Add NFCEE enabling and disabling support
by Christophe Ricard
· 10 years ago
af9c8aa
NFC: nci: Add NFCEE discover support
by Christophe Ricard
· 10 years ago
4aeee687
NFC: nci: Add dynamic logical connections support
by Christophe Ricard
· 10 years ago
a688bf5
NFC: nci: Add se_io NCI operand
by Christophe Ricard
· 10 years ago
e9ef943
NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure element
by Christophe Ricard
· 10 years ago
93bca2b
NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element
by Christophe Ricard
· 10 years ago
ba4db55
NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element
by Christophe Ricard
· 10 years ago
a99903e
NFC: NCI: Handle Target mode activation
by Julien Lefrique
· 10 years ago
9e87f9a
NFC: nci: Add support for proprietary RF Protocols
by Christophe Ricard
· 10 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
22c15bf
NFC: NCI: Add set_config API
by Amitkumar Karwar
· 11 years ago
86e8586
NFC: NCI: Add setup handler
by Amitkumar Karwar
· 11 years ago
a6227e2
include/net/: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
2bed278
NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the spec
by Eric Lapuyade
· 11 years ago
22d4aae
NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frame
by Eric Lapuyade
· 11 years ago
fa544ff
NFC: NCI: Simplify NCI SPI to become a simple framing/checking layer
by Eric Lapuyade
· 11 years ago
d593751
NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistency
by Eric Lapuyade
· 11 years ago
0b456c4
NFC: Remove the static supported_se field
by Samuel Ortiz
· 12 years ago
391d8a2
NFC: Add NCI over SPI receive
by Frederic Danis
· 12 years ago
ee9596d
NFC: Add NCI over SPI send
by Frederic Danis
· 12 years ago
8a00a61
NFC: Add basic NCI over SPI
by Frederic Danis
· 12 years ago
1095e69
NFC: NCI: Fix skb->dev usage
by Frederic Danis
· 12 years ago
390a1bd
NFC: Initial Secure Element API
by Samuel Ortiz
· 12 years ago
767f19a
NFC: Implement NCI dep_link_up and dep_link_down
by Ilan Elias
· 13 years ago
7e03523
NFC: Set local general bytes in nci_start_poll
by Ilan Elias
· 13 years ago
eb9bc6e
NFC: NCI code identation fixes
by Samuel Ortiz
· 13 years ago
019c4fb
NFC: Add NCI multiple targets support
by Ilan Elias
· 13 years ago
8939e47
NFC: Clearly separate NCI states from flags
by Ilan Elias
· 13 years ago
c4bf98b
NFC: Add NCI data exchange timer
by Ilan Elias
· 13 years ago
11ee515
NFC: Increase NCI deactivate timeout
by Ilan Elias
· 13 years ago
637d85a
NFC: Update names and structs to NCI spec 1.0 d22
by Ilan Elias
· 13 years ago
ee4c64f
NFC: Removal of unused operations for NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
e8c0dac
NFC: Update names and structs to NCI spec 1.0 d18
by Ilan Elias
· 13 years ago
38f04c6
NFC: protect nci_data_exchange transactions
by Ilan Elias
· 13 years ago
6a2968a
NFC: basic NCI protocol implementation
by Ilan Elias
· 13 years ago