public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Eduardo Valentin <edubezval@gmail.com>
Cc: arun c <arunedarath@mistralsolutions.com>,
	linux-omap@vger.kernel.org, Chandra shekhar <x0044955@ti.com>,
	Felipe Balbi <me@felipebalbi.com>
Subject: Re: [Resend][PATCH] Fix for the i2c initialization error on 2430sdp
Date: Tue, 10 Jun 2008 14:20:25 -0700	[thread overview]
Message-ID: <20080610212025.GL23796@atomide.com> (raw)
In-Reply-To: <a0580c510806090553v19362b88k4fd3a110450daed7@mail.gmail.com>

* Eduardo Valentin <edubezval@gmail.com> [080609 05:55]:
> On Mon, Jun 9, 2008 at 2:25 AM, arun c <arunedarath@mistralsolutions.com> wrote:
> > Hi all,
> >
> > Resending the patch after incorporating comments from
> > Chandra , Eduardo Valentin and Felipe.
> >
> > ########################################################
> >
> >
> > From ee2a6fd572c6d0464166fc8123982a38b36e7776 Mon Sep 17 00:00:00 2001
> > From: arun <arunedarath@mistralsolutions.com>
> > Date: Fri, 6 Jun 2008 18:18:50 +0530
> > Subject: [PATCH] Fix for the i2c initialization error on 2430sdp
> >
> >
> > Signed-off-by: arun <arunedarath@mistralsolutions.com>
> Acked-by: Eduardo Valentin <eduardo.valentin@indt.org.br>

Pushing today.

Tony


> > ---
> >  arch/arm/mach-omap2/board-2430sdp.c |    6 +++++-
> >  1 files changed, 5 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/board-2430sdp.c
> > b/arch/arm/mach-omap2/board-2430sdp.c
> > index e078a2a..780913e 100644
> > --- a/arch/arm/mach-omap2/board-2430sdp.c
> > +++ b/arch/arm/mach-omap2/board-2430sdp.c
> > @@ -379,8 +379,12 @@ static struct omap_board_config_kernel
> > sdp2430_config[] __initdata = {
> >
> >  static int __init omap2430_i2c_init(void)
> >  {
> > -       omap_register_i2c_bus(1, 400, NULL, 0);
> > +       /*
> > +        * Registering bus 2 first to avoid twl4030 misbehaving as 2430SDP
> > +        * has twl4030 on bus 2
> > +        */
> >        omap_register_i2c_bus(2, 2600, NULL, 0);
> > +       omap_register_i2c_bus(1, 400, NULL, 0);
> >        return 0;
> >  }
> >
> > --
> > 1.5.3.4
> >
> > #################################################
> > Regards,
> > Arun C
> >
> 
> 
> 
> -- 
> Eduardo Bezerra Valentin
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2008-06-10 21:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-09  6:25 [Resend][PATCH] Fix for the i2c initialization error on 2430sdp arun c
2008-06-09 12:53 ` Eduardo Valentin
2008-06-10 21:20   ` Tony Lindgren [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=20080610212025.GL23796@atomide.com \
    --to=tony@atomide.com \
    --cc=arunedarath@mistralsolutions.com \
    --cc=edubezval@gmail.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=me@felipebalbi.com \
    --cc=x0044955@ti.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