From: Yong Shen <yong.shen@linaro.org>
To: yong.shen@freescale.com
Cc: spi-devel-general@lists.sourceforge.net,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM i.MX SPI driver changes for i.MX53 support
Date: Thu, 13 Jan 2011 11:01:44 +0800 [thread overview]
Message-ID: <AANLkTikErJYCNRM1+-hx5Qrk_iW4Ad7fE1iFUODmqK6A@mail.gmail.com> (raw)
In-Reply-To: <1294737713-24015-2-git-send-email-yong.shen@freescale.com>
Seems no comments from spi-devel list. This patch is also:
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Who will take this patch into a tree?
Yong
On Tue, Jan 11, 2011 at 5:21 PM, <yong.shen@freescale.com> wrote:
> From: Yong Shen <yong.shen@freescale.com>
>
> 1. Change the Kconfig to include i.MX53
> 2. add devtype entry for i.MX53
>
> Signed-off-by: Yong Shen <yong.shen@freescale.com>
> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
> ---
> drivers/spi/Kconfig | 4 ++--
> drivers/spi/spi_imx.c | 6 ++++++
> 2 files changed, 8 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 78f9fd0..04965e2 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -153,10 +153,10 @@ config SPI_IMX_VER_0_4
> def_bool y if ARCH_MX31
>
> config SPI_IMX_VER_0_7
> - def_bool y if ARCH_MX25 || ARCH_MX35 || ARCH_MX51
> + def_bool y if ARCH_MX25 || ARCH_MX35 || ARCH_MX51 || ARCH_MX53
>
> config SPI_IMX_VER_2_3
> - def_bool y if ARCH_MX51
> + def_bool y if ARCH_MX51 || ARCH_MX53
>
> config SPI_IMX
> tristate "Freescale i.MX SPI controllers"
> diff --git a/drivers/spi/spi_imx.c b/drivers/spi/spi_imx.c
> index 55a38e2..9b8a733 100644
> --- a/drivers/spi/spi_imx.c
> +++ b/drivers/spi/spi_imx.c
> @@ -747,6 +747,12 @@ static struct platform_device_id spi_imx_devtype[] = {
> .name = "imx51-ecspi",
> .driver_data = SPI_IMX_VER_2_3,
> }, {
> + .name = "imx53-cspi",
> + .driver_data = SPI_IMX_VER_0_7,
> + }, {
> + .name = "imx53-ecspi",
> + .driver_data = SPI_IMX_VER_2_3,
> + }, {
> /* sentinel */
> }
> };
> --
> 1.7.1
>
>
>
next prev parent reply other threads:[~2011-01-13 3:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-11 9:21 ARM i.MX SPI driver changes for i.MX53 support yong.shen-KZfg59tc24xl57MIdRCFDg
[not found] ` <1294737713-24015-1-git-send-email-yong.shen-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2011-01-11 9:21 ` [PATCH] " yong.shen-KZfg59tc24xl57MIdRCFDg
2011-01-13 3:01 ` Yong Shen [this message]
2011-01-13 3:05 ` Grant Likely
2011-01-13 3:12 ` Yong Shen
2011-01-13 3:16 ` Grant Likely
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=AANLkTikErJYCNRM1+-hx5Qrk_iW4Ad7fE1iFUODmqK6A@mail.gmail.com \
--to=yong.shen@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=spi-devel-general@lists.sourceforge.net \
--cc=yong.shen@freescale.com \
/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).