All of lore.kernel.org
 help / color / mirror / Atom feed
From: "K Naduvalath, Sumesh" <sumesh.k.naduvalath@intel.com>
To: Randy Dunlap <rdunlap@infradead.org>,
	"hdegoede@redhat.com" <hdegoede@redhat.com>,
	"mgross@linux.intel.com" <mgross@linux.intel.com>,
	"srinivas.pandruvada@linux.intel.com" 
	<srinivas.pandruvada@linux.intel.com>
Cc: "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com>,
	"platform-driver-x86@vger.kernel.org" 
	<platform-driver-x86@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Chinnu, Ganapathi" <ganapathi.chinnu@intel.com>,
	"Kumar, Nachiketa" <nachiketa.kumar@intel.com>
Subject: RE: [PATCH v3 1/1] ishtp: Add support for Intel ishtp eclite driver
Date: Thu, 2 Sep 2021 12:07:01 +0000	[thread overview]
Message-ID: <BYAPR11MB3752899FD7FE512F9682E807A9CE9@BYAPR11MB3752.namprd11.prod.outlook.com> (raw)
In-Reply-To: <2e82bbb6-59c1-e713-f153-57ddd1e68163@infradead.org>

Thank you Randy for the review. Please find my comments inline -

> -----Original Message-----
> From: Randy Dunlap <rdunlap@infradead.org>
> Sent: Thursday, September 2, 2021 1:02 AM
> To: K Naduvalath, Sumesh <sumesh.k.naduvalath@intel.com>;
> hdegoede@redhat.com; mgross@linux.intel.com;
> srinivas.pandruvada@linux.intel.com
> Cc: Pandruvada, Srinivas <srinivas.pandruvada@intel.com>; platform-driver-
> x86@vger.kernel.org; linux-kernel@vger.kernel.org; Chinnu, Ganapathi
> <ganapathi.chinnu@intel.com>; Kumar, Nachiketa
> <nachiketa.kumar@intel.com>
> Subject: Re: [PATCH v3 1/1] ishtp: Add support for Intel ishtp eclite driver
> 
> On 9/1/21 5:43 AM, sumesh.k.naduvalath@intel.com wrote:
> > diff --git a/drivers/platform/x86/Kconfig
> > b/drivers/platform/x86/Kconfig index d12db6c316ea..8a0945ed1182
> 100644
> > --- a/drivers/platform/x86/Kconfig
> > +++ b/drivers/platform/x86/Kconfig
> > @@ -1176,6 +1176,22 @@ config INTEL_CHTDC_TI_PWRBTN
> >   	  To compile this driver as a module, choose M here: the module
> >   	  will be called intel_chtdc_ti_pwrbtn.
> >
> > +config INTEL_ISHTP_ECLITE
> > +	tristate "Intel ISHTP eclite controller"
> > +	depends on INTEL_ISH_HID
> > +	depends on ACPI
> > +	help
> > +	  This driver is for accessing the PSE (Programmable Service Engine),
> > +	  an Embedded Controller like IP, using ISHTP (Integrated Sensor Hub
> 
> Which "IP" is that?  "an Embedded Controller like IP" doesn't make sense
> IMO.

This is Intel Elkhartlake's PSE IP. This IP is a dedicated low power real-time ARM
based microcontroller within the SoC. More information here:
https://www.intel.in/content/www/in/en/products/platforms/details/elkhart-lake.html

Do you suggest to reword like below?

This driver is for accessing the PSE (Programmable Service Engine) - an Embedded 
Controller like IP - using ISHTP...

Or reword it with more details?

> 
> 
> > +	  Transport Protocol) to get battery, thermal and UCSI (USB Type-C
> > +          Connector System Software Interface) related data from the
> platform.
> 
> Indent above line with tab + 2 spaces instead of many spaces.
> 
Sure. Will fix in V4.

> > +	  Users who don't want to use discrete Embedded Controller on
> Intel's
> > +	  Elkhartlake platform, can leverage this integrated solution of
> 
> 	Drop this comma       ^
> 
Sure. I'll fix it.

> > +	  ECLite which is part of PSE subsystem.
> > +
> > +	  To compile this driver as a module, choose M here: the module
> > +	  will be called intel_ishtp_eclite
> 
> End the last sentence with a period ('.').
> 
>
Sure. I'll fix it, thanks.
 
> thanks.
> --
> ~Randy


  reply	other threads:[~2021-09-02 12:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 12:43 [PATCH v3 1/1] ishtp: Add support for Intel ishtp eclite driver sumesh.k.naduvalath
2021-09-01 19:31 ` Randy Dunlap
2021-09-02 12:07   ` K Naduvalath, Sumesh [this message]
2021-09-09  7:15     ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BYAPR11MB3752899FD7FE512F9682E807A9CE9@BYAPR11MB3752.namprd11.prod.outlook.com \
    --to=sumesh.k.naduvalath@intel.com \
    --cc=ganapathi.chinnu@intel.com \
    --cc=hdegoede@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mgross@linux.intel.com \
    --cc=nachiketa.kumar@intel.com \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=srinivas.pandruvada@intel.com \
    --cc=srinivas.pandruvada@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.