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] ARM: mach-mx5/mx53_ard: Add missing definition
Date: Sat, 25 Jun 2011 10:33:49 +0200	[thread overview]
Message-ID: <20110625083349.GA6588@pengutronix.de> (raw)
In-Reply-To: <1308938870-3062-1-git-send-email-festevam@gmail.com>

Hi Fabio,

On Fri, Jun 24, 2011 at 03:07:50PM -0300, Fabio Estevam wrote:
> commit 9203d59 (ARM:mach-mx5/mx53_ard: Add I2C2 and I2C3 support) missed to include
> the define for ARD_I2CPORTEXP_B.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/mach-mx5/board-mx53_ard.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-mx5/board-mx53_ard.c b/arch/arm/mach-mx5/board-mx53_ard.c
> index 70ae25e..b94ddeb 100644
> --- a/arch/arm/mach-mx5/board-mx53_ard.c
> +++ b/arch/arm/mach-mx5/board-mx53_ard.c
> @@ -38,6 +38,7 @@
>  #define ARD_ETHERNET_INT_B	IMX_GPIO_NR(2, 31)
>  #define ARD_SD1_CD		IMX_GPIO_NR(1, 1)
>  #define ARD_SD1_WP		IMX_GPIO_NR(1, 9)
> +#define ARD_I2CPORTEXP_B        IMX_GPIO_NR(2, 3)
The other ARD symbols are indented with tabs, you used spaces.  Care to
redo this to be consistent?

Best regards
Uwe

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

      reply	other threads:[~2011-06-25  8:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-24 18:07 [PATCH] ARM: mach-mx5/mx53_ard: Add missing definition Fabio Estevam
2011-06-25  8:33 ` Uwe Kleine-König [this message]

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=20110625083349.GA6588@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).