All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
	linux-can@vger.kernel.org
Subject: Re: [PATCH v2 1/2] arm: imx: enable flexcan on imx25, imx35, imx53, imx6q
Date: Mon, 2 Jul 2012 11:33:19 +0200	[thread overview]
Message-ID: <20120702093319.GN2698@pengutronix.de> (raw)
In-Reply-To: <1341219781-26107-2-git-send-email-mkl@pengutronix.de>

Shawn,

In case you want to apply this one:

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Sascha

On Mon, Jul 02, 2012 at 11:03:00AM +0200, Marc Kleine-Budde wrote:
> Aas the flexcan driver has DT binding for some time now. This patch makes
> the flexcan driver available in the can drivers menu if a SOC with flexcan
> is enabled.
> 
> Cc: Sascha Hauer <sha@pengutronix.de>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  arch/arm/mach-imx/Kconfig |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index eff4db5..c296851 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -52,6 +52,7 @@ config SOC_IMX25
>  	select ARCH_MX25
>  	select COMMON_CLK
>  	select CPU_ARM926T
> +	select HAVE_CAN_FLEXCAN if CAN
>  	select ARCH_MXC_IOMUX_V3
>  	select MXC_AVIC
>  
> @@ -79,6 +80,7 @@ config SOC_IMX35
>  	select HAVE_EPIT
>  	select MXC_AVIC
>  	select SMP_ON_UP if SMP
> +	select HAVE_CAN_FLEXCAN if CAN
>  
>  config SOC_IMX5
>  	select CPU_V7
> @@ -105,6 +107,7 @@ config	SOC_IMX53
>  	select SOC_IMX5
>  	select ARCH_MX5
>  	select ARCH_MX53
> +	select HAVE_CAN_FLEXCAN if CAN
>  
>  if ARCH_IMX_V4_V5
>  
> @@ -826,6 +829,7 @@ config SOC_IMX6Q
>  	select COMMON_CLK
>  	select CPU_V7
>  	select HAVE_ARM_SCU
> +	select HAVE_CAN_FLEXCAN if CAN
>  	select HAVE_IMX_GPC
>  	select HAVE_IMX_MMDC
>  	select HAVE_IMX_SRC
> -- 
> 1.7.10
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

WARNING: multiple messages have this Message-ID (diff)
From: sha@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] arm: imx: enable flexcan on imx25, imx35, imx53, imx6q
Date: Mon, 2 Jul 2012 11:33:19 +0200	[thread overview]
Message-ID: <20120702093319.GN2698@pengutronix.de> (raw)
In-Reply-To: <1341219781-26107-2-git-send-email-mkl@pengutronix.de>

Shawn,

In case you want to apply this one:

Acked-by: Sascha Hauer <s.hauer@pengutronix.de>

Sascha

On Mon, Jul 02, 2012 at 11:03:00AM +0200, Marc Kleine-Budde wrote:
> Aas the flexcan driver has DT binding for some time now. This patch makes
> the flexcan driver available in the can drivers menu if a SOC with flexcan
> is enabled.
> 
> Cc: Sascha Hauer <sha@pengutronix.de>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
>  arch/arm/mach-imx/Kconfig |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index eff4db5..c296851 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -52,6 +52,7 @@ config SOC_IMX25
>  	select ARCH_MX25
>  	select COMMON_CLK
>  	select CPU_ARM926T
> +	select HAVE_CAN_FLEXCAN if CAN
>  	select ARCH_MXC_IOMUX_V3
>  	select MXC_AVIC
>  
> @@ -79,6 +80,7 @@ config SOC_IMX35
>  	select HAVE_EPIT
>  	select MXC_AVIC
>  	select SMP_ON_UP if SMP
> +	select HAVE_CAN_FLEXCAN if CAN
>  
>  config SOC_IMX5
>  	select CPU_V7
> @@ -105,6 +107,7 @@ config	SOC_IMX53
>  	select SOC_IMX5
>  	select ARCH_MX5
>  	select ARCH_MX53
> +	select HAVE_CAN_FLEXCAN if CAN
>  
>  if ARCH_IMX_V4_V5
>  
> @@ -826,6 +829,7 @@ config SOC_IMX6Q
>  	select COMMON_CLK
>  	select CPU_V7
>  	select HAVE_ARM_SCU
> +	select HAVE_CAN_FLEXCAN if CAN
>  	select HAVE_IMX_GPC
>  	select HAVE_IMX_MMDC
>  	select HAVE_IMX_SRC
> -- 
> 1.7.10
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  reply	other threads:[~2012-07-02  9:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02  9:02 [PATCH v2 0/2] arm: imx/mxs: enable flexcan driver Marc Kleine-Budde
2012-07-02  9:02 ` Marc Kleine-Budde
2012-07-02  9:03 ` [PATCH v2 1/2] arm: imx: enable flexcan on imx25, imx35, imx53, imx6q Marc Kleine-Budde
2012-07-02  9:03   ` Marc Kleine-Budde
2012-07-02  9:33   ` Sascha Hauer [this message]
2012-07-02  9:33     ` Sascha Hauer
2012-07-03  2:36   ` Shawn Guo
2012-07-03  2:36     ` Shawn Guo
2012-07-02  9:03 ` [PATCH v2 2/2] arm: mxs: enable flexcan on imx28 Marc Kleine-Budde
2012-07-02  9:03   ` Marc Kleine-Budde
2012-07-03  2:41   ` Shawn Guo
2012-07-03  2:41     ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120702093319.GN2698@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-can@vger.kernel.org \
    --cc=mkl@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.