Re: Fwd: [PATCH 3/3] pinctrl: tigerlake: Add Alder Lake-P ACPI ID

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx>
> Кому: 	oficerovas@xxxxxxxxxxxx, Mika Westerberg
> <mika.westerberg@xxxxxxxxxxxxxxx>, Andy Shevchenko <andy@xxxxxxxxxx>, Linus
> Walleij <linus.walleij@xxxxxxxxxx>
> Копия: 	linux-gpio@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
> 
> 
> 
> 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@xxxxxxxxxxxx>
> ---
> 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>



[Index of Archives]     [Linux Kernel]     [Kernel Development Newbies]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Hiking]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux