All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-07 23:01 ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2020-12-07 23:01 UTC (permalink / raw)
  To: soc; +Cc: linux-amlogic, Linus Walleij

Don't automatically select pinctrl drivers, leave it up to defaults in
drivers/pinctrl/meson, which default to built-in, but are also now
optionally configurable as modules as of
commit 9c65441ec823 ("pinctrl/meson: enable building as modules")

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
Arnd, Olof: I missed this in my earlier PR for arm-soc core changes.
Please apply directly.

 arch/arm64/Kconfig.platforms | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index e4e74e0b5b01..6c4d7356d918 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -152,8 +152,6 @@ config ARCH_MEDIATEK
 
 config ARCH_MESON
 	bool "Amlogic Platforms"
-	select PINCTRL
-	select PINCTRL_MESON
 	select MESON_IRQ_GPIO
 	help
 	  This enables support for the arm64 based Amlogic SoCs
-- 
2.28.0


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

* [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-07 23:01 ` Kevin Hilman
  0 siblings, 0 replies; 7+ messages in thread
From: Kevin Hilman @ 2020-12-07 23:01 UTC (permalink / raw)
  To: soc; +Cc: linux-amlogic, Linus Walleij

Don't automatically select pinctrl drivers, leave it up to defaults in
drivers/pinctrl/meson, which default to built-in, but are also now
optionally configurable as modules as of
commit 9c65441ec823 ("pinctrl/meson: enable building as modules")

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
---
Arnd, Olof: I missed this in my earlier PR for arm-soc core changes.
Please apply directly.

 arch/arm64/Kconfig.platforms | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index e4e74e0b5b01..6c4d7356d918 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -152,8 +152,6 @@ config ARCH_MEDIATEK
 
 config ARCH_MESON
 	bool "Amlogic Platforms"
-	select PINCTRL
-	select PINCTRL_MESON
 	select MESON_IRQ_GPIO
 	help
 	  This enables support for the arm64 based Amlogic SoCs
-- 
2.28.0


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-08 10:32   ` Jerome Brunet
  0 siblings, 0 replies; 7+ messages in thread
From: Jerome Brunet @ 2020-12-08 10:32 UTC (permalink / raw)
  To: Kevin Hilman, soc; +Cc: linux-amlogic, Linus Walleij


On Tue 08 Dec 2020 at 00:01, Kevin Hilman <khilman@baylibre.com> wrote:

> Don't automatically select pinctrl drivers, leave it up to defaults in
> drivers/pinctrl/meson, which default to built-in, but are also now
> optionally configurable as modules as of
> commit 9c65441ec823 ("pinctrl/meson: enable building as modules")
>
> Signed-off-by: Kevin Hilman <khilman@baylibre.com>

Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>

> ---
> Arnd, Olof: I missed this in my earlier PR for arm-soc core changes.
> Please apply directly.
>
>  arch/arm64/Kconfig.platforms | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index e4e74e0b5b01..6c4d7356d918 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -152,8 +152,6 @@ config ARCH_MEDIATEK
>  
>  config ARCH_MESON
>  	bool "Amlogic Platforms"
> -	select PINCTRL
> -	select PINCTRL_MESON
>  	select MESON_IRQ_GPIO
>  	help
>  	  This enables support for the arm64 based Amlogic SoCs


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

* Re: [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-08 10:32   ` Jerome Brunet
  0 siblings, 0 replies; 7+ messages in thread
From: Jerome Brunet @ 2020-12-08 10:32 UTC (permalink / raw)
  To: Kevin Hilman, soc; +Cc: linux-amlogic, Linus Walleij


On Tue 08 Dec 2020 at 00:01, Kevin Hilman <khilman@baylibre.com> wrote:

> Don't automatically select pinctrl drivers, leave it up to defaults in
> drivers/pinctrl/meson, which default to built-in, but are also now
> optionally configurable as modules as of
> commit 9c65441ec823 ("pinctrl/meson: enable building as modules")
>
> Signed-off-by: Kevin Hilman <khilman@baylibre.com>

Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>

> ---
> Arnd, Olof: I missed this in my earlier PR for arm-soc core changes.
> Please apply directly.
>
>  arch/arm64/Kconfig.platforms | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index e4e74e0b5b01..6c4d7356d918 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -152,8 +152,6 @@ config ARCH_MEDIATEK
>  
>  config ARCH_MESON
>  	bool "Amlogic Platforms"
> -	select PINCTRL
> -	select PINCTRL_MESON
>  	select MESON_IRQ_GPIO
>  	help
>  	  This enables support for the arm64 based Amlogic SoCs


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-09 16:41   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2020-12-09 16:41 UTC (permalink / raw)
  To: Kevin Hilman, soc; +Cc: Arnd Bergmann, linux-amlogic, Linus Walleij

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 15:01:56 -0800, Kevin Hilman wrote:
> Don't automatically select pinctrl drivers, leave it up to defaults in
> drivers/pinctrl/meson, which default to built-in, but are also now
> optionally configurable as modules as of
> commit 9c65441ec823 ("pinctrl/meson: enable building as modules")

Applied to arm/soc, thanks!

[1/1] arm64: Kconfig: meson: drop pinctrl
      commit: dcb11100cd5d3f5a191b7fba75422e3df792f3ff

       Arnd

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

* Re: [PATCH] arm64: Kconfig: meson: drop pinctrl
@ 2020-12-09 16:41   ` Arnd Bergmann
  0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2020-12-09 16:41 UTC (permalink / raw)
  To: Kevin Hilman, soc; +Cc: linux-amlogic, Linus Walleij, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 15:01:56 -0800, Kevin Hilman wrote:
> Don't automatically select pinctrl drivers, leave it up to defaults in
> drivers/pinctrl/meson, which default to built-in, but are also now
> optionally configurable as modules as of
> commit 9c65441ec823 ("pinctrl/meson: enable building as modules")

Applied to arm/soc, thanks!

[1/1] arm64: Kconfig: meson: drop pinctrl
      commit: dcb11100cd5d3f5a191b7fba75422e3df792f3ff

       Arnd

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] arm64: Kconfig: meson: drop pinctrl
  2020-12-07 23:01 ` Kevin Hilman
                   ` (2 preceding siblings ...)
  (?)
@ 2020-12-09 17:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2020-12-09 17:10 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: soc

Hello:

This patch was applied to soc/soc.git (refs/heads/for-next):

On Mon,  7 Dec 2020 15:01:56 -0800 you wrote:
> Don't automatically select pinctrl drivers, leave it up to defaults in
> drivers/pinctrl/meson, which default to built-in, but are also now
> optionally configurable as modules as of
> commit 9c65441ec823 ("pinctrl/meson: enable building as modules")
> 
> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
> 
> [...]

Here is the summary with links:
  - arm64: Kconfig: meson: drop pinctrl
    https://git.kernel.org/soc/soc/c/dcb11100cd5d

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2020-12-09 17:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07 23:01 [PATCH] arm64: Kconfig: meson: drop pinctrl Kevin Hilman
2020-12-07 23:01 ` Kevin Hilman
2020-12-08 10:32 ` Jerome Brunet
2020-12-08 10:32   ` Jerome Brunet
2020-12-09 16:41 ` Arnd Bergmann
2020-12-09 16:41   ` Arnd Bergmann
2020-12-09 17:10 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.