All of lore.kernel.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 4.19.y] arm64: renesas: Enable GPIOLIB to allow GPIO driver selection
@ 2019-04-05  7:54 Biju Das
  2019-04-15  0:29 ` nobuhiro1.iwamatsu at toshiba.co.jp
  0 siblings, 1 reply; 2+ messages in thread
From: Biju Das @ 2019-04-05  7:54 UTC (permalink / raw)
  To: cip-dev

From: Takeshi Kihara <takeshi.kihara.df@renesas.com>

The R-Car GPIO driver cannot be enabled when Renesas SoC's ARCH configs
(ARCH_RENESAS, ARCH_R8A7795, ARCH_R8A7796 and ARCH_R8A77965) are enabled
only.

As GPIOs are a critical resource for proper operation on Renesas
platforms, this patch selects GPIOLIB, just like is done for other SoC
vendors, and on Renesas arm32 SoCs.

Reported-by: Alexandru Gheorghe <Alexandru_Gheorghe@mentor.com>
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
[geert: Improve patch description]
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

(cherry picked from commit 9374eee32b666c92cf821a98eb3aeaa0bf4d5dd5)
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index e13c9ff..a6f9b64 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -178,6 +178,7 @@ config ARCH_SYNQUACER
 config ARCH_RENESAS
 	bool "Renesas SoC Platforms"
 	select ARCH_SHMOBILE
+	select GPIOLIB
 	select PINCTRL
 	select PM
 	select PM_GENERIC_DOMAINS
-- 
2.7.4

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

* [cip-dev] [PATCH 4.19.y] arm64: renesas: Enable GPIOLIB to allow GPIO driver selection
  2019-04-05  7:54 [cip-dev] [PATCH 4.19.y] arm64: renesas: Enable GPIOLIB to allow GPIO driver selection Biju Das
@ 2019-04-15  0:29 ` nobuhiro1.iwamatsu at toshiba.co.jp
  0 siblings, 0 replies; 2+ messages in thread
From: nobuhiro1.iwamatsu at toshiba.co.jp @ 2019-04-15  0:29 UTC (permalink / raw)
  To: cip-dev

Hi, Biju.

> -----Original Message-----
> From: cip-dev-bounces at lists.cip-project.org
> [mailto:cip-dev-bounces at lists.cip-project.org] On Behalf Of Biju Das
> Sent: Friday, April 5, 2019 4:55 PM
> To: cip-dev at lists.cip-project.org
> Cc: Biju Das <biju.das@bp.renesas.com>
> Subject: [cip-dev] [PATCH 4.19.y] arm64: renesas: Enable GPIOLIB to allow
> GPIO driver selection
> 
> From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> 
> The R-Car GPIO driver cannot be enabled when Renesas SoC's ARCH configs
> (ARCH_RENESAS, ARCH_R8A7795, ARCH_R8A7796 and ARCH_R8A77965) are
> enabled only.
> 
> As GPIOs are a critical resource for proper operation on Renesas platforms,
> this patch selects GPIOLIB, just like is done for other SoC vendors, and
> on Renesas arm32 SoCs.
> 
> Reported-by: Alexandru Gheorghe <Alexandru_Gheorghe@mentor.com>
> Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> [geert: Improve patch description]
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> (cherry picked from commit 9374eee32b666c92cf821a98eb3aeaa0bf4d5dd5)
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

I applied this patch, thanks.

Best regards,
  Nobuhiro

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

end of thread, other threads:[~2019-04-15  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-05  7:54 [cip-dev] [PATCH 4.19.y] arm64: renesas: Enable GPIOLIB to allow GPIO driver selection Biju Das
2019-04-15  0:29 ` nobuhiro1.iwamatsu at toshiba.co.jp

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.