* Re: Fwd: [PATCH 3/3] pinctrl: tigerlake: Add Alder Lake-P ACPI ID
[not found] ` <4c4f1531-55ff-90dd-9b8c-af0ab7559e80@basealt.ru>
@ 2023-08-14 15:09 ` Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2023-08-14 15:09 UTC (permalink / raw)
To: Александр Офицеров
Cc: stable
On Mon, Aug 14, 2023 at 05:35:37PM +0300, Александр Офицеров wrote:
>
>
>
> -------- Перенаправленное сообщение --------
> Тема: [PATCH 3/3] pinctrl: tigerlake: Add Alder Lake-P ACPI ID
> Дата: Thu, 10 Aug 2023 14:59:38 +0300
> От: Alexander Ofitserov <oficerovas@altlinux.org>
> Кому: oficerovas@altlinux.org, Mika Westerberg
> <mika.westerberg@linux.intel.com>, Andy Shevchenko <andy@kernel.org>, Linus
> Walleij <linus.walleij@linaro.org>
> Копия: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org
>
>
>
> Intel Alder Lake-P has the same pin layout as the Tiget Lake-LP
> so add support for this to the existing Tiger Lake driver.
>
> Signed-off-by: Alexander Ofitserov <oficerovas@altlinux.org>
> ---
> drivers/pinctrl/intel/pinctrl-tigerlake.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pinctrl/intel/pinctrl-tigerlake.c
> b/drivers/pinctrl/intel/pinctrl-tigerlake.c
> index bed769d99b8be0..3ddaeffc04150a 100644
> --- a/drivers/pinctrl/intel/pinctrl-tigerlake.c
> +++ b/drivers/pinctrl/intel/pinctrl-tigerlake.c
> @@ -748,6 +748,7 @@ static const struct intel_pinctrl_soc_data tglh_soc_data
> = {
> static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
> { "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
> { "INT34C6", (kernel_ulong_t)&tglh_soc_data },
> + { "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
> { }
> };
> MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);
>
> --
> 2.33.8
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read:
https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html
for how to do this properly.
</formletter>
^ permalink raw reply [flat|nested] only message in thread