From: kgene@kernel.org
To: 'Tushar Behera' <tushar.behera@linaro.org>,
linux-samsung-soc@vger.kernel.org
Cc: broonie@linaro.org
Subject: RE: [PATCH V2 0/3] ARM: SAMSUNG: Remove plat/regs-serial.h file
Date: Fri, 10 Jan 2014 17:12:04 +0900 [thread overview]
Message-ID: <093501cf0ddb$a7b6aec0$f7240c40$@kernel.org> (raw)
In-Reply-To: <1389073997-30763-1-git-send-email-tushar.behera@linaro.org>
Tushar Behera wrote:
>
> plat-samsung/include/plat/regs-serial.h only includes linux/serial_s3c.h.
> Including linux/serial_s3c.h directly would reduce platform dependency
> while working towards multi-platform kernel.
>
> Tested on top of Kukjin's for-next branch.
> Commit 8109c47 "Merge branch 'v3.14-next/dt-exynos-3' into for-next"
>
> Changes for V2:
> * Squashed patches #2 to #8 from original series.
> * Rebased on top of Kukjin's for-next branch.
>
> Sachin Kamat (1):
> ARM: SAMSUNG: Remove platform dependency from samsung.S
>
> Tushar Behera (2):
> ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file
> ARM: SAMSUNG: Delete unused plat/regs-serial.h header file
>
> arch/arm/include/debug/samsung.S | 2 +-
> arch/arm/mach-exynos/common.c | 2 +-
> arch/arm/mach-s3c24xx/clock-s3c2410.c | 3 +--
> arch/arm/mach-s3c24xx/clock-s3c2412.c | 3 +--
> arch/arm/mach-s3c24xx/clock-s3c2440.c | 2 +-
> arch/arm/mach-s3c24xx/common.c | 2 +-
> arch/arm/mach-s3c24xx/dma-s3c2410.c | 2 +-
> arch/arm/mach-s3c24xx/dma-s3c2412.c | 2 +-
> arch/arm/mach-s3c24xx/dma-s3c2440.c | 2 +-
> arch/arm/mach-s3c24xx/dma-s3c2443.c | 2 +-
> arch/arm/mach-s3c24xx/include/mach/debug-macro.S | 2 +-
> arch/arm/mach-s3c24xx/mach-amlm5900.c | 2 +-
> arch/arm/mach-s3c24xx/mach-anubis.c | 2 +-
> arch/arm/mach-s3c24xx/mach-at2440evb.c | 2 +-
> arch/arm/mach-s3c24xx/mach-bast.c | 2 +-
> arch/arm/mach-s3c24xx/mach-gta02.c | 2 +-
> arch/arm/mach-s3c24xx/mach-h1940.c | 2 +-
> arch/arm/mach-s3c24xx/mach-jive.c | 2 +-
> arch/arm/mach-s3c24xx/mach-mini2440.c | 2 +-
> arch/arm/mach-s3c24xx/mach-n30.c | 2 +-
> arch/arm/mach-s3c24xx/mach-nexcoder.c | 2 +-
> arch/arm/mach-s3c24xx/mach-osiris.c | 2 +-
> arch/arm/mach-s3c24xx/mach-otom.c | 2 +-
> arch/arm/mach-s3c24xx/mach-qt2410.c | 2 +-
> arch/arm/mach-s3c24xx/mach-rx1950.c | 2 +-
> arch/arm/mach-s3c24xx/mach-rx3715.c | 2 +-
> arch/arm/mach-s3c24xx/mach-s3c2416-dt.c | 2 +-
> arch/arm/mach-s3c24xx/mach-smdk2410.c | 2 +-
> arch/arm/mach-s3c24xx/mach-smdk2413.c | 2 +-
> arch/arm/mach-s3c24xx/mach-smdk2416.c | 2 +-
> arch/arm/mach-s3c24xx/mach-smdk2440.c | 2 +-
> arch/arm/mach-s3c24xx/mach-smdk2443.c | 2 +-
> arch/arm/mach-s3c24xx/mach-tct_hammer.c | 2 +-
> arch/arm/mach-s3c24xx/mach-vr1000.c | 2 +-
> arch/arm/mach-s3c24xx/mach-vstms.c | 2 +-
> arch/arm/mach-s3c24xx/pm.c | 2 +-
> arch/arm/mach-s3c24xx/s3c2410.c | 2 +-
> arch/arm/mach-s3c24xx/s3c2412.c | 2 +-
> arch/arm/mach-s3c24xx/s3c244x.c | 2 +-
> arch/arm/mach-s3c24xx/sleep-s3c2410.S | 2 +-
> arch/arm/mach-s3c24xx/sleep.S | 2 +-
> arch/arm/mach-s3c64xx/common.c | 2 +-
> arch/arm/mach-s3c64xx/include/mach/debug-macro.S | 2 +-
> arch/arm/mach-s3c64xx/irq-pm.c | 2 +-
> arch/arm/mach-s3c64xx/mach-anw6410.c | 2 +-
> arch/arm/mach-s3c64xx/mach-crag6410.c | 2 +-
> arch/arm/mach-s3c64xx/mach-hmt.c | 2 +-
> arch/arm/mach-s3c64xx/mach-mini6410.c | 2 +-
> arch/arm/mach-s3c64xx/mach-ncp.c | 2 +-
> arch/arm/mach-s3c64xx/mach-real6410.c | 2 +-
> arch/arm/mach-s3c64xx/mach-smartq.c | 2 +-
> arch/arm/mach-s3c64xx/mach-smdk6400.c | 3 +--
> arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 +-
> arch/arm/mach-s3c64xx/s3c6400.c | 2 +-
> arch/arm/mach-s3c64xx/s3c6410.c | 2 +-
> arch/arm/mach-s5p64x0/common.c | 2 +-
> arch/arm/mach-s5p64x0/include/mach/debug-macro.S | 3 +--
> arch/arm/mach-s5p64x0/irq-pm.c | 2 +-
> arch/arm/mach-s5p64x0/mach-smdk6440.c | 2 +-
> arch/arm/mach-s5p64x0/mach-smdk6450.c | 2 +-
> arch/arm/mach-s5pc100/common.c | 2 +-
> arch/arm/mach-s5pc100/include/mach/debug-macro.S | 2 +-
> arch/arm/mach-s5pc100/mach-smdkc100.c | 2 +-
> arch/arm/mach-s5pv210/common.c | 2 +-
> arch/arm/mach-s5pv210/include/mach/debug-macro.S | 2 +-
> arch/arm/mach-s5pv210/mach-aquila.c | 2 +-
> arch/arm/mach-s5pv210/mach-goni.c | 2 +-
> arch/arm/mach-s5pv210/mach-smdkc110.c | 2 +-
> arch/arm/mach-s5pv210/mach-smdkv210.c | 2 +-
> arch/arm/mach-s5pv210/mach-torbreck.c | 2 +-
> arch/arm/plat-samsung/clock.c | 2 +-
> arch/arm/plat-samsung/devs.c | 2 +-
> arch/arm/plat-samsung/include/plat/regs-serial.h | 1 -
> arch/arm/plat-samsung/include/plat/uncompress.h | 2 +-
> arch/arm/plat-samsung/init.c | 3 +--
> arch/arm/plat-samsung/pm.c | 3 +--
> 76 files changed, 75 insertions(+), 82 deletions(-)
> delete mode 100644 arch/arm/plat-samsung/include/plat/regs-serial.h
>
> --
> 1.7.9.5
Nice cleanup <plat/regs-serial>, applied.
Thanks,
Kukjin
prev parent reply other threads:[~2014-01-10 8:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-30 10:00 [PATCH 0/9] ARM: SAMSUNG: Remove plat/regs-serial.h file Tushar Behera
2013-12-30 10:00 ` [PATCH 1/9] ARM: SAMSUNG: Remove platform dependency from samsung.S Tushar Behera
2013-12-31 15:38 ` Mark Brown
2014-01-02 2:55 ` Tushar Behera
2014-01-04 2:35 ` kgene
2014-01-06 3:07 ` Tushar Behera
2013-12-30 10:00 ` [PATCH 2/9] ARM: S3C24XX: Replace inclusion of plat/regs-serial.h Tushar Behera
2013-12-30 10:00 ` [PATCH 3/9] ARM: S3C64XX: Replace inclusion of plat/regs-serial.h header file Tushar Behera
2013-12-31 15:39 ` Mark Brown
2013-12-30 10:00 ` [PATCH 4/9] ARM: S5P64X0: " Tushar Behera
2013-12-30 10:00 ` [PATCH 5/9] ARM: S5PC100: " Tushar Behera
2013-12-30 10:00 ` [PATCH 6/9] ARM: S5PV210: " Tushar Behera
2013-12-30 10:00 ` [PATCH 7/9] ARM: EXYNOS: " Tushar Behera
2013-12-30 10:00 ` [PATCH 8/9] ARM: SAMSUNG: " Tushar Behera
2013-12-30 10:00 ` [PATCH 9/9] ARM: SAMSUNG: Delete unused " Tushar Behera
2014-01-07 5:53 ` [PATCH V2 0/3] ARM: SAMSUNG: Remove plat/regs-serial.h file Tushar Behera
2014-01-07 5:53 ` [PATCH V2 1/3] ARM: SAMSUNG: Remove platform dependency from samsung.S Tushar Behera
2014-01-07 5:53 ` [PATCH V2 2/3] ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file Tushar Behera
2014-01-07 5:53 ` [PATCH V2 3/3] ARM: SAMSUNG: Delete unused " Tushar Behera
2014-01-10 8:12 ` kgene [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='093501cf0ddb$a7b6aec0$f7240c40$@kernel.org' \
--to=kgene@kernel.org \
--cc=broonie@linaro.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=tushar.behera@linaro.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