alistair23-linux/net/nfc
Eric Lapuyade 9674da8759 NFC: Add firmware upload netlink command
As several NFC chipsets can have their firmwares upgraded and
reflashed, this patchset adds a new netlink command to trigger
that the driver loads or flashes a new firmware. This will allows
userspace triggered firmware upgrade through netlink.
The firmware name or hint is passed as a parameter, and the driver
will eventually fetch the firmware binary through the request_firmware
API.
The cmd can only be executed when the nfc dev is not in use. Actual
firmware loading/flashing is an asynchronous operation. Result of the
operation shall send a new event up to user space through the nfc dev
multicast socket. During operation, the nfc dev is not openable and
thus not usable.

Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2013-06-14 00:26:08 +02:00
..
hci NFC: Initial Secure Element API 2013-01-10 00:51:54 +01:00
nci NFC: NCI: Fix skb->dev usage 2013-06-14 00:25:53 +02:00
af_nfc.c
core.c NFC: Add firmware upload netlink command 2013-06-14 00:26:08 +02:00
Kconfig NFC: Add missing RFKILL dependency for Kconfig 2013-04-27 01:02:46 +02:00
llcp.h NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
llcp_commands.c NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
llcp_core.c NFC: Move LLCP code to the NFC top level diirectory 2013-04-26 12:37:28 +02:00
llcp_sock.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2013-04-30 03:55:20 -04:00
Makefile NFC: Remove commented out LLCP related Makefile line 2013-05-21 10:47:41 +02:00
netlink.c NFC: Add firmware upload netlink command 2013-06-14 00:26:08 +02:00
nfc.h NFC: Add firmware upload netlink command 2013-06-14 00:26:08 +02:00
rawsock.c NFC: Fix some code style and whitespace issues 2012-10-26 18:26:52 +02:00