greybus: firmware: Add firmware-download protocol driver
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 28 Apr 2016 04:36:38 +0000 (10:06 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Fri, 29 Apr 2016 21:34:32 +0000 (14:34 -0700)
commitcca22207673896262443c72f19b049552d65f88e
tree210b5f5de80bdd89340301f5cf95574ef42ac5cd
parent7adb32b429ce38bae39e277ae2cc37c93770104f
greybus: firmware: Add firmware-download protocol driver

This patch adds Firmware Download Protocol support to firmware core,
which allows an Interface to download a firmware package over Unipro.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Jun Li <li_jun@projectara.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/firmware.h [new file with mode: 0644]
drivers/staging/greybus/fw-core.c
drivers/staging/greybus/fw-download.c [new file with mode: 0644]
drivers/staging/greybus/greybus_protocols.h