All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Heiko Stübner'" <heiko@sntech.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH 0/2] ARM: S3C24XX: make s3c24XX.h header content local
Date: Fri, 08 Feb 2013 14:42:01 -0800	[thread overview]
Message-ID: <1a5701ce064d$840dd2f0$8c2978d0$@samsung.com> (raw)
In-Reply-To: <201302072249.04263.heiko@sntech.de>

Heiko Stübner wrote:
> 
> This series moves the contents of the plat/s3c24XX.h headers into
> common.h, as their content does not need to be global anymore, now that
> everything lives in mach-s3c24xx.
> 
> Heiko Stuebner (2):
>   ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h
>   ARM: S3C24XX: cleanup the included soc init functions in common.h
> 
>  arch/arm/mach-s3c24xx/clock-s3c2410.c        |    1 -
>  arch/arm/mach-s3c24xx/clock-s3c2412.c        |    1 -
>  arch/arm/mach-s3c24xx/clock-s3c2416.c        |    1 -
>  arch/arm/mach-s3c24xx/clock-s3c2443.c        |    1 -
>  arch/arm/mach-s3c24xx/common.c               |    7 +--
>  arch/arm/mach-s3c24xx/common.h               |   90
> +++++++++++++++++++++++++-
>  arch/arm/mach-s3c24xx/mach-jive.c            |    2 +-
>  arch/arm/mach-s3c24xx/mach-n30.c             |    1 -
>  arch/arm/mach-s3c24xx/mach-nexcoder.c        |    2 -
>  arch/arm/mach-s3c24xx/mach-otom.c            |    1 -
>  arch/arm/mach-s3c24xx/mach-smdk2413.c        |    4 +-
>  arch/arm/mach-s3c24xx/mach-smdk2416.c        |    3 +-
>  arch/arm/mach-s3c24xx/mach-smdk2440.c        |    2 -
>  arch/arm/mach-s3c24xx/mach-smdk2443.c        |    4 +-
>  arch/arm/mach-s3c24xx/mach-vstms.c           |    4 +-
>  arch/arm/mach-s3c24xx/pm-s3c2412.c           |    1 -
>  arch/arm/mach-s3c24xx/s3c2410.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2412.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2416.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2440.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2442.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2443.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c244x.c              |    2 -
>  arch/arm/plat-samsung/include/plat/s3c2410.h |   31 ---------
>  arch/arm/plat-samsung/include/plat/s3c2412.h |   32 ---------
>  arch/arm/plat-samsung/include/plat/s3c2416.h |   37 -----------
>  arch/arm/plat-samsung/include/plat/s3c2443.h |   36 ----------
>  arch/arm/plat-samsung/include/plat/s3c244x.h |   42 ------------
>  28 files changed, 99 insertions(+), 212 deletions(-)
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2410.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2412.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2416.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2443.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c244x.h
> 
> --

Yeah, looks good to me, applied this series.

Thanks.

- Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: S3C24XX: make s3c24XX.h header content local
Date: Fri, 08 Feb 2013 14:42:01 -0800	[thread overview]
Message-ID: <1a5701ce064d$840dd2f0$8c2978d0$@samsung.com> (raw)
In-Reply-To: <201302072249.04263.heiko@sntech.de>

Heiko St?bner wrote:
> 
> This series moves the contents of the plat/s3c24XX.h headers into
> common.h, as their content does not need to be global anymore, now that
> everything lives in mach-s3c24xx.
> 
> Heiko Stuebner (2):
>   ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h
>   ARM: S3C24XX: cleanup the included soc init functions in common.h
> 
>  arch/arm/mach-s3c24xx/clock-s3c2410.c        |    1 -
>  arch/arm/mach-s3c24xx/clock-s3c2412.c        |    1 -
>  arch/arm/mach-s3c24xx/clock-s3c2416.c        |    1 -
>  arch/arm/mach-s3c24xx/clock-s3c2443.c        |    1 -
>  arch/arm/mach-s3c24xx/common.c               |    7 +--
>  arch/arm/mach-s3c24xx/common.h               |   90
> +++++++++++++++++++++++++-
>  arch/arm/mach-s3c24xx/mach-jive.c            |    2 +-
>  arch/arm/mach-s3c24xx/mach-n30.c             |    1 -
>  arch/arm/mach-s3c24xx/mach-nexcoder.c        |    2 -
>  arch/arm/mach-s3c24xx/mach-otom.c            |    1 -
>  arch/arm/mach-s3c24xx/mach-smdk2413.c        |    4 +-
>  arch/arm/mach-s3c24xx/mach-smdk2416.c        |    3 +-
>  arch/arm/mach-s3c24xx/mach-smdk2440.c        |    2 -
>  arch/arm/mach-s3c24xx/mach-smdk2443.c        |    4 +-
>  arch/arm/mach-s3c24xx/mach-vstms.c           |    4 +-
>  arch/arm/mach-s3c24xx/pm-s3c2412.c           |    1 -
>  arch/arm/mach-s3c24xx/s3c2410.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2412.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2416.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2440.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2442.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c2443.c              |    1 -
>  arch/arm/mach-s3c24xx/s3c244x.c              |    2 -
>  arch/arm/plat-samsung/include/plat/s3c2410.h |   31 ---------
>  arch/arm/plat-samsung/include/plat/s3c2412.h |   32 ---------
>  arch/arm/plat-samsung/include/plat/s3c2416.h |   37 -----------
>  arch/arm/plat-samsung/include/plat/s3c2443.h |   36 ----------
>  arch/arm/plat-samsung/include/plat/s3c244x.h |   42 ------------
>  28 files changed, 99 insertions(+), 212 deletions(-)
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2410.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2412.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2416.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c2443.h
>  delete mode 100644 arch/arm/plat-samsung/include/plat/s3c244x.h
> 
> --

Yeah, looks good to me, applied this series.

Thanks.

- Kukjin

  parent reply	other threads:[~2013-02-08 22:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07 21:49 [PATCH 0/2] ARM: S3C24XX: make s3c24XX.h header content local Heiko Stübner
2013-02-07 21:49 ` Heiko Stübner
2013-02-07 21:49 ` [PATCH 1/2] ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h Heiko Stübner
2013-02-07 21:49   ` Heiko Stübner
2013-02-07 21:50 ` [PATCH 2/2] ARM: S3C24XX: cleanup the included soc init functions in common.h Heiko Stübner
2013-02-07 21:50   ` Heiko Stübner
2013-02-08 22:42 ` Kukjin Kim [this message]
2013-02-08 22:42   ` [PATCH 0/2] ARM: S3C24XX: make s3c24XX.h header content local Kukjin 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='1a5701ce064d$840dd2f0$8c2978d0$@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.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 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.