HID: intel-ish-hid: ISH firmware loader client driver
authorRushikesh S Kadam <rushikesh.s.kadam@intel.com>
Tue, 2 Apr 2019 05:47:41 +0000 (11:17 +0530)
committerJiri Kosina <jkosina@suse.cz>
Wed, 3 Apr 2019 13:09:07 +0000 (15:09 +0200)
commit91b228107da3e41558449a62cd93816b47b3b4b5
treec57083e95af8ae07c1957363c500fdcd7f89d45e
parent0e568a16af403263f8e421f1f10b91f9f15b52c3
HID: intel-ish-hid: ISH firmware loader client driver

This driver adds support for loading Intel Integrated Sensor Hub (ISH) firmware
from host file system to ISH SRAM and start execution.

At power-on, the ISH subsystem shall boot to an interim Shim loader-firmware,
which shall expose an ISHTP loader device.

The driver implements an ISHTP client that communicates with the Shim ISHTP
loader device over the intel-ish-hid stack, to download the main ISH firmware.

Signed-off-by: Rushikesh S Kadam <rushikesh.s.kadam@intel.com>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Acked-by: Nick Crews <ncrews@chromium.org>
Tested-by: Jett Rink <jettrink@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Makefile
drivers/hid/intel-ish-hid/Kconfig
drivers/hid/intel-ish-hid/Makefile
drivers/hid/intel-ish-hid/ishtp-fw-loader.c [new file with mode: 0644]