Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1375629

Re: [PATCH] mfd: cros_ec: allow building for ARM64

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] mfd: cros_ec: allow building for ARM64
Date 2016-04-11 10:50 +0200
Message-ID <rmFHJ-2Ui-35@gated-at.bofh.it> (permalink)
References <rlL2O-Ou-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


When submitting patches, please use the format appropriate for the
subsystem.

  `git log --oneline -- <subsystem>` helps with this.

Also please provide a commit log containing a short description of the
change.  Are you enabling ARM64 becuase the driver is able to be used
on a new platform?  If not, how did this work before?  Etc.

> Signed-off-by: Brian Norris <briannorris@chromium.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.

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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] mfd: cros_ec: allow building for ARM64 Brian Norris <briannorris@chromium.org> - 2016-04-08 22:20 +0200
  Re: [PATCH] mfd: cros_ec: allow building for ARM64 Lee Jones <lee.jones@linaro.org> - 2016-04-11 10:50 +0200
    Re: [PATCH] mfd: cros_ec: allow building for ARM64 Brian Norris <briannorris@chromium.org> - 2016-04-11 18:50 +0200
      Re: [PATCH] mfd: cros_ec: allow building for ARM64 Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-11 19:20 +0200
        Re: [PATCH] mfd: cros_ec: allow building for ARM64 Lee Jones <lee.jones@linaro.org> - 2016-04-12 09:20 +0200
          Re: [PATCH] mfd: cros_ec: allow building for ARM64 Javier Martinez Canillas <javier@osg.samsung.com> - 2016-04-12 16:00 +0200

csiph-web