linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: u.kleine-koenig@pengutronix.de (Uwe Kleine-König)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] spi_imx: Fix misspelled configuration variable SOC_IMX31
Date: Tue, 8 Mar 2011 20:44:08 +0100	[thread overview]
Message-ID: <20110308194408.GA22310@pengutronix.de> (raw)
In-Reply-To: <1299425955.2624.30.camel@realization>

On Sun, Mar 06, 2011 at 04:39:15PM +0100, Alberto Panizzo wrote:
> Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
Acked-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>

> ---
>  drivers/spi/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index bd9dad5..996cf03 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -161,7 +161,7 @@ config SPI_IMX_VER_0_0
>  	def_bool y if SOC_IMX21 || SOC_IMX27
>  
>  config SPI_IMX_VER_0_4
> -	def_bool y if SOC_MX31
> +	def_bool y if SOC_IMX31
>  
>  config SPI_IMX_VER_0_7
>  	def_bool y if ARCH_MX25 || SOC_IMX35 || SOC_IMX51 || SOC_IMX53

-- 
Pengutronix e.K.                           | Uwe Kleine-K?nig            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

  reply	other threads:[~2011-03-08 19:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-06 15:37 [PATCH 0/4] Continue the mx31_3ds machine support Alberto Panizzo
2011-03-06 15:39 ` [PATCH 1/4] spi_imx: Fix misspelled configuration variable SOC_IMX31 Alberto Panizzo
2011-03-08 19:44   ` Uwe Kleine-König [this message]
2011-03-06 15:40 ` [PATCH 2/4] mach-mx31_3ds: Add support for the MMC slot of the personality board Alberto Panizzo
2011-03-07  8:27   ` Sascha Hauer
2011-03-07  9:06     ` Alberto Panizzo
2011-03-06 15:40 ` [PATCH 3/4] mach-mx31_3ds: Add support for framebuffer and LCD Alberto Panizzo
2011-03-06 15:41 ` [PATCH 4/4] mx31_3ds: Add support for the camera device on the personality board Alberto Panizzo
2011-03-08 19:59   ` Uwe Kleine-König
  -- strict thread matches above, loose matches on Subject: below --
2011-03-07 10:09 [PATCHv2 0/4] Continue the mx31_3ds machine support Alberto Panizzo
2011-03-07 10:10 ` [PATCH 1/4] spi_imx: Fix misspelled configuration variable SOC_IMX31 Alberto Panizzo

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=20110308194408.GA22310@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).