All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64
@ 2016-04-14 19:37 ` Rhyland Klein
  0 siblings, 0 replies; 3+ messages in thread
From: Rhyland Klein @ 2016-04-14 19:37 UTC (permalink / raw)
  To: Lee Jones
  Cc: Simon Glass, Andrew Bresticker,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA, Rhyland Klein

The cros-ec driver should also be enabled for arm64 platforms as there
are platforms, like the tegra210-smaug which make use of the ChromeOS
Embedded Controller.

Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index eea61e349e26..1d63c5fb3f3c 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -134,7 +134,7 @@ config MFD_CROS_EC
 	select MFD_CORE
 	select CHROME_PLATFORMS
 	select CROS_EC_PROTO
-	depends on X86 || ARM || COMPILE_TEST
+	depends on X86 || ARM || ARM64 || COMPILE_TEST
 	help
 	  If you say Y here you get support for the ChromeOS Embedded
 	  Controller (EC) providing keyboard, battery and power services.
-- 
1.9.1

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

* [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64
@ 2016-04-14 19:37 ` Rhyland Klein
  0 siblings, 0 replies; 3+ messages in thread
From: Rhyland Klein @ 2016-04-14 19:37 UTC (permalink / raw)
  To: Lee Jones
  Cc: Simon Glass, Andrew Bresticker, linux-kernel, linux-tegra, Rhyland Klein

The cros-ec driver should also be enabled for arm64 platforms as there
are platforms, like the tegra210-smaug which make use of the ChromeOS
Embedded Controller.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
---
 drivers/mfd/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index eea61e349e26..1d63c5fb3f3c 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -134,7 +134,7 @@ config MFD_CROS_EC
 	select MFD_CORE
 	select CHROME_PLATFORMS
 	select CROS_EC_PROTO
-	depends on X86 || ARM || COMPILE_TEST
+	depends on X86 || ARM || ARM64 || COMPILE_TEST
 	help
 	  If you say Y here you get support for the ChromeOS Embedded
 	  Controller (EC) providing keyboard, battery and power services.
-- 
1.9.1

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

* Re: [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64
  2016-04-14 19:37 ` Rhyland Klein
  (?)
@ 2016-04-25 10:50 ` Lee Jones
  -1 siblings, 0 replies; 3+ messages in thread
From: Lee Jones @ 2016-04-25 10:50 UTC (permalink / raw)
  To: Rhyland Klein; +Cc: Simon Glass, Andrew Bresticker, linux-kernel, linux-tegra

On Thu, 14 Apr 2016, Rhyland Klein wrote:

> The cros-ec driver should also be enabled for arm64 platforms as there
> are platforms, like the tegra210-smaug which make use of the ChromeOS
> Embedded Controller.
> 
> Signed-off-by: Rhyland Klein <rklein@nvidia.com>
> ---
>  drivers/mfd/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

> diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
> index eea61e349e26..1d63c5fb3f3c 100644
> --- a/drivers/mfd/Kconfig
> +++ b/drivers/mfd/Kconfig
> @@ -134,7 +134,7 @@ config MFD_CROS_EC
>  	select MFD_CORE
>  	select CHROME_PLATFORMS
>  	select CROS_EC_PROTO
> -	depends on X86 || ARM || COMPILE_TEST
> +	depends on X86 || ARM || ARM64 || COMPILE_TEST
>  	help
>  	  If you say Y here you get support for the ChromeOS Embedded
>  	  Controller (EC) providing keyboard, battery and power services.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

end of thread, other threads:[~2016-04-25 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-14 19:37 [PATCH] mfd: cros_ec: Enable cros-ec driver for arm64 Rhyland Klein
2016-04-14 19:37 ` Rhyland Klein
2016-04-25 10:50 ` Lee Jones

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.