diff mbox series

[v1,1/1] pinctrl: intel: platform: Add Panther Lake to the list of supported

Message ID 20241002150036.3698181-1-andriy.shevchenko@linux.intel.com
State New
Headers show
Series [v1,1/1] pinctrl: intel: platform: Add Panther Lake to the list of supported | expand

Commit Message

Andy Shevchenko Oct. 2, 2024, 3 p.m. UTC
Intel Panther Lake is supported by the generic platform driver,
so add it to the list of supported in Kconfig.

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

Comments

Mika Westerberg Oct. 2, 2024, 3:27 p.m. UTC | #1
On Wed, Oct 02, 2024 at 06:00:36PM +0300, Andy Shevchenko wrote:
> Intel Panther Lake is supported by the generic platform driver,
> so add it to the list of supported in Kconfig.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Raag Jadav Oct. 3, 2024, 2:48 a.m. UTC | #2
On Wed, Oct 02, 2024 at 06:00:36PM +0300, Andy Shevchenko wrote:
> Intel Panther Lake is supported by the generic platform driver,
> so add it to the list of supported in Kconfig.
> 
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  drivers/pinctrl/intel/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
> index 2101d30bd66c..14c26c023590 100644
> --- a/drivers/pinctrl/intel/Kconfig
> +++ b/drivers/pinctrl/intel/Kconfig
> @@ -46,6 +46,7 @@ config PINCTRL_INTEL_PLATFORM
>  	  of Intel PCH pins and using them as GPIOs. Currently the following
>  	  Intel SoCs / platforms require this to be functional:
>  	  - Lunar Lake
> +	  - Panther Lake

Perhaps add a small comment in the driver as well?
It is not quite obvious from the code given the generic name of the driver.

Raag
Andy Shevchenko Oct. 3, 2024, 10:14 a.m. UTC | #3
On Wed, Oct 02, 2024 at 06:27:58PM +0300, Mika Westerberg wrote:
> On Wed, Oct 02, 2024 at 06:00:36PM +0300, Andy Shevchenko wrote:
> > Intel Panther Lake is supported by the generic platform driver,
> > so add it to the list of supported in Kconfig.
> > 
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> 
> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Pushed to my review and testing queue, thanks!
diff mbox series

Patch

diff --git a/drivers/pinctrl/intel/Kconfig b/drivers/pinctrl/intel/Kconfig
index 2101d30bd66c..14c26c023590 100644
--- a/drivers/pinctrl/intel/Kconfig
+++ b/drivers/pinctrl/intel/Kconfig
@@ -46,6 +46,7 @@  config PINCTRL_INTEL_PLATFORM
 	  of Intel PCH pins and using them as GPIOs. Currently the following
 	  Intel SoCs / platforms require this to be functional:
 	  - Lunar Lake
+	  - Panther Lake
 
 config PINCTRL_ALDERLAKE
 	tristate "Intel Alder Lake pinctrl and GPIO driver"