From: "Heiko Stübner" <heiko@sntech.de>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: "'Ben Dooks'" <ben-linux@fluff.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
"Heiko Stübner" <heiko@sntech.de>
Subject: [PATCH 0/2] Move some stuff into the new mach-s3c24xx
Date: Tue, 21 Feb 2012 22:21:41 +0100 [thread overview]
Message-ID: <201202212221.41744.heiko@sntech.de> (raw)
Hi,
These two patches move the s3c2443 common clock code and the dma
base code from plat-s3c24xx to mach-s3c24xx and apply on top of the
current s3c24xx-cleanup topic-branch.
The s3c2443-clock.c got a common-s3c2443.c name, to hold more common
code for s3c2443/2416/2450 later on.
I'm still not sure what would be a fitting name for "s3c2443 and later",
so please speak up everyone with better ideas :-) .
I can also do more later on, but would like to check first if my direction
is correct :-)
Heiko
Heiko Stuebner (2):
ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx
ARM: S3C24XX: Move the DMA base code to mach-s3c24xx
arch/arm/mach-s3c24xx/Kconfig | 32 +-
arch/arm/mach-s3c24xx/Makefile | 5 +
arch/arm/mach-s3c24xx/common-s3c2443.c | 644 ++++++++++++++
arch/arm/mach-s3c24xx/dma.c | 1469 ++++++++++++++++++++++++++++++++
arch/arm/plat-s3c24xx/Kconfig | 22 -
arch/arm/plat-s3c24xx/Makefile | 2 -
arch/arm/plat-s3c24xx/dma.c | 1469 --------------------------------
arch/arm/plat-s3c24xx/s3c2443-clock.c | 635 --------------
8 files changed, 2148 insertions(+), 2130 deletions(-)
create mode 100644 arch/arm/mach-s3c24xx/common-s3c2443.c
create mode 100644 arch/arm/mach-s3c24xx/dma.c
delete mode 100644 arch/arm/plat-s3c24xx/dma.c
delete mode 100644 arch/arm/plat-s3c24xx/s3c2443-clock.c
--
1.7.2.3
WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Move some stuff into the new mach-s3c24xx
Date: Tue, 21 Feb 2012 22:21:41 +0100 [thread overview]
Message-ID: <201202212221.41744.heiko@sntech.de> (raw)
Hi,
These two patches move the s3c2443 common clock code and the dma
base code from plat-s3c24xx to mach-s3c24xx and apply on top of the
current s3c24xx-cleanup topic-branch.
The s3c2443-clock.c got a common-s3c2443.c name, to hold more common
code for s3c2443/2416/2450 later on.
I'm still not sure what would be a fitting name for "s3c2443 and later",
so please speak up everyone with better ideas :-) .
I can also do more later on, but would like to check first if my direction
is correct :-)
Heiko
Heiko Stuebner (2):
ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx
ARM: S3C24XX: Move the DMA base code to mach-s3c24xx
arch/arm/mach-s3c24xx/Kconfig | 32 +-
arch/arm/mach-s3c24xx/Makefile | 5 +
arch/arm/mach-s3c24xx/common-s3c2443.c | 644 ++++++++++++++
arch/arm/mach-s3c24xx/dma.c | 1469 ++++++++++++++++++++++++++++++++
arch/arm/plat-s3c24xx/Kconfig | 22 -
arch/arm/plat-s3c24xx/Makefile | 2 -
arch/arm/plat-s3c24xx/dma.c | 1469 --------------------------------
arch/arm/plat-s3c24xx/s3c2443-clock.c | 635 --------------
8 files changed, 2148 insertions(+), 2130 deletions(-)
create mode 100644 arch/arm/mach-s3c24xx/common-s3c2443.c
create mode 100644 arch/arm/mach-s3c24xx/dma.c
delete mode 100644 arch/arm/plat-s3c24xx/dma.c
delete mode 100644 arch/arm/plat-s3c24xx/s3c2443-clock.c
--
1.7.2.3
next reply other threads:[~2012-02-21 21:21 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-21 21:21 Heiko Stübner [this message]
2012-02-21 21:21 ` [PATCH 0/2] Move some stuff into the new mach-s3c24xx Heiko Stübner
2012-02-21 21:26 ` [PATCH 1/2] ARM: S3C24XX: Move s3c2443-clock.c to mach-s3c24xx Heiko Stübner
2012-02-21 21:26 ` Heiko Stübner
2012-02-22 17:18 ` Arnd Bergmann
2012-02-22 17:18 ` Arnd Bergmann
2012-02-22 17:28 ` Heiko Stübner
2012-02-22 17:28 ` Heiko Stübner
2012-02-22 17:42 ` Kukjin Kim
2012-02-22 17:42 ` Kukjin Kim
2012-02-22 17:51 ` Jassi Brar
2012-02-22 17:51 ` Jassi Brar
2012-02-23 14:35 ` [PATCH v2] " Heiko Stübner
2012-02-23 14:35 ` Heiko Stübner
2012-03-01 4:32 ` Kukjin Kim
2012-03-01 4:32 ` Kukjin Kim
2012-02-21 21:26 ` [PATCH 2/2] ARM: S3C24XX: Move the DMA base code " Heiko Stübner
2012-02-21 21:26 ` Heiko Stübner
2012-02-22 17:21 ` Arnd Bergmann
2012-02-22 17:21 ` Arnd Bergmann
2012-02-22 17:38 ` Kukjin Kim
2012-02-22 17:38 ` 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=201202212221.41744.heiko@sntech.de \
--to=heiko@sntech.de \
--cc=ben-linux@fluff.org \
--cc=kgene.kim@samsung.com \
--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.