Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for Intel Alder Lake PCH
@ 2023-08-10 11:56 Alexander Ofitserov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Ofitserov @ 2023-08-10 11:56 UTC (permalink / raw)
  To: oficerovas, stable, Greg Kroah-Hartman
  Cc: Jean Delvare, linux-i2c, linux-kernel, linux-gpio, Linus Walleij,
	Andy Shevchenko, Mika Westerberg

This patch series enables support of i2c bus for Intel Alder Lake PCH-P and PCH-M
on kernel version 5.10. These patches add ID's of Alder lake platform in these
drivers: i801, intel-lpss, pinctrl. ID's were taken from linux kernel version 5.15.

Alexander Ofitserov (3):
  i2c: i801: Add support for Intel Alder Lake PCH
  mfd: intel-lpss: Add Alder Lake's PCI devices IDs
  pinctrl: tigerlake: Add Alder Lake-P ACPI ID

 drivers/i2c/busses/i2c-i801.c             |  8 +++++
 drivers/mfd/intel-lpss-pci.c              | 41 +++++++++++++++++++++++
 drivers/pinctrl/intel/pinctrl-tigerlake.c |  1 +
 3 files changed, 50 insertions(+)

-- 
2.33.8


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

* [PATCH 0/3] Add support for Intel Alder Lake PCH
@ 2023-08-10 11:59 Alexander Ofitserov
  2023-08-10 11:59 ` Alexander Ofitserov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Ofitserov @ 2023-08-10 11:59 UTC (permalink / raw)
  To: oficerovas, stable, Greg Kroah-Hartman
  Cc: Jean Delvare, linux-i2c, linux-kernel, linux-gpio, Linus Walleij,
	Andy Shevchenko, Mika Westerberg

This patch series enables support of i2c bus for Intel Alder Lake PCH-P and PCH-M
on kernel version 5.10. These patches add ID's of Alder lake platform in these
drivers: i801, intel-lpss, pinctrl. ID's were taken from linux kernel version 5.15.

Alexander Ofitserov (3):
  i2c: i801: Add support for Intel Alder Lake PCH
  mfd: intel-lpss: Add Alder Lake's PCI devices IDs
  pinctrl: tigerlake: Add Alder Lake-P ACPI ID

 drivers/i2c/busses/i2c-i801.c             |  8 +++++
 drivers/mfd/intel-lpss-pci.c              | 41 +++++++++++++++++++++++
 drivers/pinctrl/intel/pinctrl-tigerlake.c |  1 +
 3 files changed, 50 insertions(+)

-- 
2.33.8


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

* [PATCH 0/3] Add support for Intel Alder Lake PCH
  2023-08-10 11:59 [PATCH 0/3] Add support for Intel Alder Lake PCH Alexander Ofitserov
@ 2023-08-10 11:59 ` Alexander Ofitserov
  2023-08-10 13:06   ` Greg Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Ofitserov @ 2023-08-10 11:59 UTC (permalink / raw)
  To: oficerovas, stable, Greg Kroah-Hartman
  Cc: Jean Delvare, linux-i2c, linux-kernel, linux-gpio, Linus Walleij,
	Andy Shevchenko, Mika Westerberg

This patch series enables support of i2c bus for Intel Alder Lake PCH-P and PCH-M
on kernel version 5.10. These patches add ID's of Alder lake platform in these
drivers: i801, intel-lpss, pinctrl. ID's were taken from linux kernel version 5.15.

Alexander Ofitserov (3):
  i2c: i801: Add support for Intel Alder Lake PCH
  mfd: intel-lpss: Add Alder Lake's PCI devices IDs
  pinctrl: tigerlake: Add Alder Lake-P ACPI ID

 drivers/i2c/busses/i2c-i801.c             |  8 +++++
 drivers/mfd/intel-lpss-pci.c              | 41 +++++++++++++++++++++++
 drivers/pinctrl/intel/pinctrl-tigerlake.c |  1 +
 3 files changed, 50 insertions(+)

-- 
2.33.8


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

* Re: [PATCH 0/3] Add support for Intel Alder Lake PCH
  2023-08-10 11:59 ` Alexander Ofitserov
@ 2023-08-10 13:06   ` Greg Kroah-Hartman
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Kroah-Hartman @ 2023-08-10 13:06 UTC (permalink / raw)
  To: Alexander Ofitserov
  Cc: stable, Jean Delvare, linux-i2c, linux-kernel, linux-gpio,
	Linus Walleij, Andy Shevchenko, Mika Westerberg

On Thu, Aug 10, 2023 at 02:59:35PM +0300, Alexander Ofitserov wrote:
> This patch series enables support of i2c bus for Intel Alder Lake PCH-P and PCH-M
> on kernel version 5.10. These patches add ID's of Alder lake platform in these
> drivers: i801, intel-lpss, pinctrl. ID's were taken from linux kernel version 5.15.
> 
> Alexander Ofitserov (3):
>   i2c: i801: Add support for Intel Alder Lake PCH
>   mfd: intel-lpss: Add Alder Lake's PCI devices IDs
>   pinctrl: tigerlake: Add Alder Lake-P ACPI ID
> 
>  drivers/i2c/busses/i2c-i801.c             |  8 +++++
>  drivers/mfd/intel-lpss-pci.c              | 41 +++++++++++++++++++++++
>  drivers/pinctrl/intel/pinctrl-tigerlake.c |  1 +
>  3 files changed, 50 insertions(+)
> 
> -- 
> 2.33.8
> 

I'm confused, why was this sent 3 times, yet no actual patches were
sent?

And you have read how to get patches into the stable kernels:
    https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html

thanks,

greg k-h

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

end of thread, other threads:[~2023-08-10 13:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10 11:59 [PATCH 0/3] Add support for Intel Alder Lake PCH Alexander Ofitserov
2023-08-10 11:59 ` Alexander Ofitserov
2023-08-10 13:06   ` Greg Kroah-Hartman
  -- strict thread matches above, loose matches on Subject: below --
2023-08-10 11:56 Alexander Ofitserov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox