[EHL] Intel Sensor Hub (ISH): EClite driver enabling
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1921376
Brew: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=45226519
Upstream status: v5.18-rc6
Commiits:
2dbebbcd24c6 HID: intel-ish-hid: fix module device-id handling
6de6c426d2e5 mod_devicetable: fix kdocs for ishtp_device_id
392e38a834ca HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()
583846d5e82c platform/x86: isthp_eclite: only load for matching devices
14e2a1900c79 platform/x86: Add Intel ishtp eclite driver
7ea3b091323e platform/x86: Add config file for Intel ishtp eclite driver
$ git diff --stat=80 6a43a24466c4
MAINTAINERS | 6 +
drivers/hid/intel-ish-hid/ishtp-fw-loader.c | 13 +-
drivers/hid/intel-ish-hid/ishtp-hid-client.c | 13 +-
drivers/hid/intel-ish-hid/ishtp/bus.c | 2 +-
drivers/platform/chrome/cros_ec_ishtp.c | 13 +-
drivers/platform/x86/intel/Kconfig | 16 +
drivers/platform/x86/intel/Makefile | 3 +
drivers/platform/x86/intel/ishtp_eclite.c | 703 +++++++++++++++++++++
include/linux/intel-ish-client-if.h | 4 +-
include/linux/mod_devicetable.h | 14 +
.../generic/x86/x86_64/CONFIG_INTEL_ISHTP_ECLITE | 1 +
scripts/mod/devicetable-offsets.c | 3 +
scripts/mod/file2alias.c | 24 +
13 files changed, 797 insertions(+), 18 deletions(-)
Signed-off-by: Tony Camuso <tcamuso@redhat.com>