NFC: Add firmware upload netlink command
authorEric Lapuyade <eric.lapuyade@linux.intel.com>
Mon, 29 Apr 2013 15:13:27 +0000 (17:13 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 13 Jun 2013 22:26:08 +0000 (00:26 +0200)
commit9674da8759df0d6c0d24e1ede6e2a1acdef91e3c
tree97363dfcf38f1e7c6bfb8a9abd76302c617eb705
parent1095e69f47926db6f1350a9d6a38626521580e87
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>
include/net/nfc/nfc.h
include/uapi/linux/nfc.h
net/nfc/core.c
net/nfc/netlink.c
net/nfc/nfc.h