All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Kim Kyuwon <chammoru@gmail.com>,
	Peter 'p2' De Schrijver <peter.de-schrijver@nokia.com>
Cc: OMAP <linux-omap@vger.kernel.org>
Subject: Re: [PATCH] Fix the size of twl4030 script
Date: Wed, 13 May 2009 16:40:14 -0700	[thread overview]
Message-ID: <20090513234013.GD5593@atomide.com> (raw)
In-Reply-To: <4d34a0a70905061835u4b6aaaabnb0819584e4d6ed8f@mail.gmail.com>

* Kim Kyuwon <chammoru@gmail.com> [090506 18:36]:
> Hi All,
> 
> I sent this patch about 1 month ago.
> Can anybody check I'm sending correct patch?

Peter, care to ack? Any news on sending the scripts part of twl
driver upstream?

Regards,

Tony
 
> Thanks you!
> Kyuwon.
> 
> 2009/4/10 Kim Kyuwon <chammoru@gmail.com>:
> > The array size of wrst_seq is ARRAY_SIZE(wrst_seq)
> >
> > Signed-off-by: Kim Kyuwon <q1.kim@samsung.com>
> > ---
> >  arch/arm/mach-omap2/board-3430sdp.c |    2 +-
> >  arch/arm/mach-omap2/board-ldp.c     |    2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/mach-omap2/board-3430sdp.c
> > b/arch/arm/mach-omap2/board-3430sdp.c
> > index 03acac7..38550e2 100644
> > --- a/arch/arm/mach-omap2/board-3430sdp.c
> > +++ b/arch/arm/mach-omap2/board-3430sdp.c
> > @@ -473,7 +473,7 @@ static struct twl4030_ins wrst_seq[] __initdata = {
> >  };
> >  static struct twl4030_script wrst_script __initdata = {
> >        .script = wrst_seq,
> > -       .size   = ARRAY_SIZE(wakeup_seq),
> > +       .size   = ARRAY_SIZE(wrst_seq),
> >        .flags  = TRITON_WRST_SCRIPT,
> >  };
> >
> > diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c
> > index 804fd8e..da814d7 100644
> > --- a/arch/arm/mach-omap2/board-ldp.c
> > +++ b/arch/arm/mach-omap2/board-ldp.c
> > @@ -450,7 +450,7 @@ static struct twl4030_ins wrst_seq[] __initdata = {
> >
> >  static struct twl4030_script wrst_script __initdata = {
> >        .script = wrst_seq,
> > -       .size   = ARRAY_SIZE(wakeup_seq),
> > +       .size   = ARRAY_SIZE(wrst_seq),
> >        .flags  = TRITON_WRST_SCRIPT,
> >  };
> >
> > --
> > 1.5.2.5
> >
> > --
> > Kyuwon (규원)
> >
> 
> -- 
> Kyuwon
> --
> 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
--
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:[~2009-05-13 23:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-10  4:30 [PATCH] Fix the size of twl4030 script Kim Kyuwon
2009-05-07  1:35 ` Kim Kyuwon
2009-05-13 23:40   ` Tony Lindgren [this message]
2009-05-14  8:58     ` Peter 'p2' De Schrijver
2009-05-14 15:18       ` Tony Lindgren
2009-05-14 15:19 ` [APPLIED] " Tony Lindgren
  -- strict thread matches above, loose matches on Subject: below --
2009-04-10  4:09 Kyuwon Kim

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=20090513234013.GD5593@atomide.com \
    --to=tony@atomide.com \
    --cc=chammoru@gmail.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=peter.de-schrijver@nokia.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 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.