[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABxCQKu4trmjbfW=mCZEYh6k6G3gTeLA9Q5CD6eWys4ez4iq8Q@mail.gmail.com>
Date: Fri, 19 Dec 2025 14:39:18 +0900
From: Vishnu Sankar <vishnuocv@...il.com>
To: "Zhang, Lixu" <lixu.zhang@...el.com>
Cc: srinivas pandruvada <srinivas.pandruvada@...ux.intel.com>,
"jikos@...nel.org" <jikos@...nel.org>, "bentiss@...nel.org" <bentiss@...nel.org>,
"Sankar, Vishnu" <vsankar@...ovo.com>, "Xu, Even" <even.xu@...el.com>,
"linux-input@...r.kernel.org" <linux-input@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Mark Pearson <mpearson-lenovo@...ebb.ca>,
Richie Roy Jayme <rjayme.jp@...il.com>
Subject: Re: [PATCH] HID: intel-ish-hid: loader: Add PRODUCT_FAMILY-based
firmware matching
Hi Lixu,
Thank you for the comments.
On Fri, Dec 19, 2025 at 10:26 AM Zhang, Lixu <lixu.zhang@...el.com> wrote:
>
> >-----Original Message-----
> >From: srinivas pandruvada <srinivas.pandruvada@...ux.intel.com>
> >Sent: Thursday, December 18, 2025 11:55 PM
> >To: Vishnu Sankar <vishnuocv@...il.com>; jikos@...nel.org;
> >bentiss@...nel.org; Sankar, Vishnu <vsankar@...ovo.com>; Zhang, Lixu
> ><lixu.zhang@...el.com>; Xu, Even <even.xu@...el.com>
> >Cc: linux-input@...r.kernel.org; linux-kernel@...r.kernel.org; Mark Pearson
> ><mpearson-lenovo@...ebb.ca>; Richie Roy Jayme <rjayme.jp@...il.com>
> >Subject: Re: [PATCH] HID: intel-ish-hid: loader: Add PRODUCT_FAMILY-based
> >firmware matching
> >
> >+ Lixu
> >+ Even
> >
> >
> >On Thu, 2025-12-18 at 23:00 +0900, Vishnu Sankar wrote:
> >> Add support for firmware filenames that include the CRC32 checksum of
> >> the DMI product_family field. Several OEMs ship ISH firmware variants
> >> shared across a product family while product_name or product_sku may
> >> differ.
> >> This
> >> intermediate matching granularity reduces duplication and improves
> >> firmware selection for vendor-customized platforms.
>
> ...
>
> >> +
> >> + if (sys_vendor && product_family) {
> >> + snprintf(filename, sizeof(filename),
> >> + ISH_FW_FILE_VENDOR_FAMILY_FMT,
> >> + gen, vendor_crc, family_crc);
> >> + ret = _request_ish_firmware(firmware_p, filename,
> >> dev);
> >> + if (!ret)
> >> + return 0;
> >> +}
> Indent issue.
>
> Hi Vishnu,
> Thanks for your patch.
> 1. Please run the ` ./scripts/checkpatch.pl --strict --codespell [PATCH FILE]`, and fix the issue.
Acked
> 2. Could you please also update the document `Documentation/hid/intel-ish-hid.rst`?
Will update the document in v2.
>
> Thanks,
> Lixu
>
> >>
> >> if (sys_vendor && product_name && product_sku) {
> >> snprintf(filename, sizeof(filename),
> >> ISH_FW_FILE_VENDOR_NAME_SKU_FMT, gen,
--
Regards,
Vishnu Sankar
+817015150407 (Japan)
Powered by blists - more mailing lists