linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
@ 2020-01-16 11:09 Andy Shevchenko
  2020-01-17  8:10 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-01-16 11:09 UTC (permalink / raw)
  To: Linus Walleij, linux-gpio; +Cc: Mika Westerberg, Andy Shevchenko

From: Mika Westerberg <mika.westerberg@linux.intel.com>

Intel Coffee Lake-S PCH has the same GPIO hardware than Sunrisepoint-H
PCH but the ACPI ID is different. Add this new ACPI ID to the list of
supported devices.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/pinctrl/intel/pinctrl-sunrisepoint.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/intel/pinctrl-sunrisepoint.c b/drivers/pinctrl/intel/pinctrl-sunrisepoint.c
index d936e7aa74c4..330c8f077b73 100644
--- a/drivers/pinctrl/intel/pinctrl-sunrisepoint.c
+++ b/drivers/pinctrl/intel/pinctrl-sunrisepoint.c
@@ -589,6 +589,7 @@ static const struct intel_pinctrl_soc_data spth_soc_data = {
 
 static const struct acpi_device_id spt_pinctrl_acpi_match[] = {
 	{ "INT344B", (kernel_ulong_t)&sptlp_soc_data },
+	{ "INT3451", (kernel_ulong_t)&spth_soc_data },
 	{ "INT345D", (kernel_ulong_t)&spth_soc_data },
 	{ }
 };
-- 
2.24.1


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

* Re: [PATCH v1] pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
  2020-01-16 11:09 [PATCH v1] pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID Andy Shevchenko
@ 2020-01-17  8:10 ` Linus Walleij
  2020-01-20 10:14   ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2020-01-17  8:10 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: open list:GPIO SUBSYSTEM, Mika Westerberg

On Thu, Jan 16, 2020 at 12:09 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:

> From: Mika Westerberg <mika.westerberg@linux.intel.com>
>
> Intel Coffee Lake-S PCH has the same GPIO hardware than Sunrisepoint-H
> PCH but the ACPI ID is different. Add this new ACPI ID to the list of
> supported devices.
>
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Just because I understand it:
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Expecting a pull request for some v5.6 material soon!

Yours,
Linus Walleij

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

* Re: [PATCH v1] pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID
  2020-01-17  8:10 ` Linus Walleij
@ 2020-01-20 10:14   ` Andy Shevchenko
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-01-20 10:14 UTC (permalink / raw)
  To: Linus Walleij; +Cc: open list:GPIO SUBSYSTEM, Mika Westerberg

On Fri, Jan 17, 2020 at 09:10:43AM +0100, Linus Walleij wrote:
> On Thu, Jan 16, 2020 at 12:09 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> 
> > From: Mika Westerberg <mika.westerberg@linux.intel.com>
> >
> > Intel Coffee Lake-S PCH has the same GPIO hardware than Sunrisepoint-H
> > PCH but the ACPI ID is different. Add this new ACPI ID to the list of
> > supported devices.
> >
> > Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Just because I understand it:
> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Thanks! Sorry, it was a bit late and final commit misses this tag.

> Expecting a pull request for some v5.6 material soon!

Had been just sent.

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2020-01-20 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 11:09 [PATCH v1] pinctrl: sunrisepoint: Add Coffee Lake-S ACPI ID Andy Shevchenko
2020-01-17  8:10 ` Linus Walleij
2020-01-20 10:14   ` Andy Shevchenko

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).