linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 1/8 RE-SEND] ARM: S5P6440: Add new CPU	initialization support
Date: Thu, 14 Jan 2010 15:55:48 +0900	[thread overview]
Message-ID: <000f01ca94e6$9a93d910$cfbb8b30$%kim@samsung.com> (raw)
In-Reply-To: <20100114061322.GN3738@trinity.fluff.org>

Ben Dooks wrote:
> On Thu, Jan 14, 2010 at 01:26:50PM +0900, Kukjin Kim wrote:
> > This patch adds Samsung's S5P6440 CPU support.
> >
> > Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
> > ---

(snip)

> > diff --git a/arch/arm/plat-s3c/include/plat/cpu.h b/arch/arm/plat-
> s3c/include/plat/cpu.h
> > index d1131ca..d8e134c 100644
> > --- a/arch/arm/plat-s3c/include/plat/cpu.h
> > +++ b/arch/arm/plat-s3c/include/plat/cpu.h
> > @@ -48,9 +48,11 @@ extern void s3c_init_cpu(unsigned long idcode,
> >
> >  extern void s3c24xx_init_irq(void);
> >  extern void s3c64xx_init_irq(u32 vic0, u32 vic1);
> > +extern void s5p_init_irq(u32 *vic, u32 num_vic);
> >
> >  extern void s3c24xx_init_io(struct map_desc *mach_desc, int size);
> >  extern void s3c64xx_init_io(struct map_desc *mach_desc, int size);
> > +extern void s5p_init_io(struct map_desc *mach_desc, int size);
> 
> This is being used by smdk6440 with three arguments, which is causing
> the build of the overall series to fail.

Hi Ben,

Yes, you're right.
I missed something.
So I will re-send.

> >  extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
> >


Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
System LSI Division, SAMSUNG ELECTRONICS CO., LTD.

      reply	other threads:[~2010-01-14  6:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-14  4:26 [PATCH v5 1/8 RE-SEND] ARM: S5P6440: Add new CPU initialization support Kukjin Kim
2010-01-14  6:13 ` Ben Dooks
2010-01-14  6:55   ` Kukjin Kim [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='000f01ca94e6$9a93d910$cfbb8b30$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --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).