linux/net/nfc/nci
Robert Dolca 0a97a3cba2 NFC: nci: Allow the driver to set handler for core nci ops
The driver may be required to act when some responses or
notifications arrive. For example the NCI core does not have a
handler for NCI_OP_CORE_GET_CONFIG_RSP. The NFCC can send a
config response that has to be read by the driver and the packet
may contain vendor specific data.

The Fields Peak driver needs to take certain actions when a reset
notification arrives (packet also not handled by the nfc core).

The driver handlers do not interfere with the core and they are
called after the core processes the packet.

Signed-off-by: Robert Dolca <robert.dolca@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2015-10-25 19:12:57 +01:00
..
core.c NFC: nci: Allow the driver to set handler for core nci ops 2015-10-25 19:12:57 +01:00
data.c NFC: nci: Add function to get max packet size for conn 2015-10-25 19:11:42 +01:00
hci.c nfc: nci: hci: Add check on skb nci_hci_send_cmd parameter 2015-08-20 21:56:36 +02:00
Kconfig NFC: nci: add generic uart support 2015-06-11 23:37:37 +02:00
lib.c nfc: Fix FSF address in file headers 2013-12-11 10:56:21 -05:00
Makefile NFC: nci: add generic uart support 2015-06-11 23:37:37 +02:00
ntf.c NFC: nci: Allow the driver to set handler for core nci ops 2015-10-25 19:12:57 +01:00
rsp.c NFC: nci: Allow the driver to set handler for core nci ops 2015-10-25 19:12:57 +01:00
spi.c NFC: NCI: Use reinit_completion() at appropriate places 2014-02-23 23:32:18 +01:00
uart.c NFC: nci: fix mistake in uart generic driver 2015-06-15 18:10:37 +02:00