linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] HID: intel-ish-hid: Implement loading firmware from host feature
@ 2024-05-06  1:30 Zhang Lixu
  2024-05-06  1:30 ` [PATCH 1/5] Documentation: hid: intel-ish-hid: remove section numbering Zhang Lixu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zhang Lixu @ 2024-05-06  1:30 UTC (permalink / raw)
  To: linux-input, srinivas.pandruvada, jikos, benjamin.tissoires; +Cc: lixu.zhang

This patch series is comprised of 5 patches. The first two patches are to add documentation
for firmware loading. The third and fourth patches introduce support for the 'Load Main
Firmware from Host' feature in the ISHTP driver, applicable to Lunar Lake and subsequent
platforms. The last patch enhances the firmware reset handler in the ISH driver. This
addresses an issue where the driver receives two MNG_RESET_NOTIFY messages upon implementing
the 'Load Main Firmware from Host' feature.

This patch series is based on the following 3 commits, which have already been included in the linux-next/master branch.
- HID: intel-ish-hid: ipc: Fix dev_err usage with uninitialized dev->devc
- HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macros
- HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device ID

Qianru Huang (2):
  Documentation: hid: intel-ish-hid: remove section numbering
  Documentation: hid: intel-ish-hid: add section for firmware loading

Zhang Lixu (3):
  HID: intel-ish-hid: Add driver_data for specifying the firmware
    filename
  HID: intel-ish-hid: Implement loading firmware from host feature
  HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messages

 Documentation/hid/intel-ish-hid.rst         | 137 +++++++---
 drivers/hid/intel-ish-hid/Makefile          |   1 +
 drivers/hid/intel-ish-hid/ipc/ipc.c         |   7 +-
 drivers/hid/intel-ish-hid/ipc/pci-ish.c     |  18 +-
 drivers/hid/intel-ish-hid/ishtp/hbm.c       |  21 ++
 drivers/hid/intel-ish-hid/ishtp/init.c      |   8 +
 drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h |  28 ++
 drivers/hid/intel-ish-hid/ishtp/loader.c    | 275 ++++++++++++++++++++
 drivers/hid/intel-ish-hid/ishtp/loader.h    | 226 ++++++++++++++++
 9 files changed, 681 insertions(+), 40 deletions(-)
 create mode 100644 drivers/hid/intel-ish-hid/ishtp/loader.c
 create mode 100644 drivers/hid/intel-ish-hid/ishtp/loader.h


base-commit: 9221b2819b8a4196eecf5476d66201be60fbcf29
-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-06 21:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06  1:30 [PATCH 0/5] HID: intel-ish-hid: Implement loading firmware from host feature Zhang Lixu
2024-05-06  1:30 ` [PATCH 1/5] Documentation: hid: intel-ish-hid: remove section numbering Zhang Lixu
2024-05-06  1:30 ` [PATCH 2/5] Documentation: hid: intel-ish-hid: add section for firmware loading Zhang Lixu
2024-05-06  1:30 ` [PATCH 3/5] HID: intel-ish-hid: Add driver_data for specifying the firmware filename Zhang Lixu
2024-05-06  1:30 ` [PATCH 4/5] HID: intel-ish-hid: Implement loading firmware from host feature Zhang Lixu
2024-05-06  1:30 ` [PATCH 5/5] HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messages Zhang Lixu
2024-05-06 21:34 ` [PATCH 0/5] HID: intel-ish-hid: Implement loading firmware from host feature Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).