From: kmpark@infradead.org (Kyungmin Park)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Samsung: Move Samsung SoCs GPIO drivers to drivers/gpio
Date: Mon, 23 May 2011 17:27:28 +0900 [thread overview]
Message-ID: <20110523082728.GA6192@july> (raw)
The following changes since commit dcb4a1f0e0367efb813907e5083998bbb98b0456:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 (2011-05-21 12:25:07 -0700)
Kyungmin Park (4):
Move to Samsung common GPIO library to drivers/gpio
Move the exynos4 GPIO to drivers/gpio
Move the s5pv210 GPIO to drivers/gpio
Move the s5pc100 GPIO to drivers/gpio
Changelog v2:
Use the gpio-* prefix by Grant
Note that: gpio-samsung.c will be used as common samsung gpio file
arch/arm/mach-exynos4/Makefile | 2
arch/arm/mach-exynos4/gpiolib.c | 365 ------------------------------------
arch/arm/mach-s5pc100/Makefile | 2
arch/arm/mach-s5pc100/gpiolib.c | 355 -----------------------------------
arch/arm/mach-s5pv210/Makefile | 2
arch/arm/mach-s5pv210/gpiolib.c | 288 -----------------------------
arch/arm/plat-samsung/Makefile | 1
arch/arm/plat-samsung/gpiolib.c | 206 --------------------
b/arch/arm/mach-exynos4/Makefile | 2
b/arch/arm/mach-s5pc100/Makefile | 2
b/arch/arm/mach-s5pv210/Makefile | 2
b/arch/arm/plat-samsung/Makefile | 1
b/drivers/gpio/Kconfig | 24 ++
b/drivers/gpio/Makefile | 4
b/drivers/gpio/gpio-exynos4.c | 366 ++++++++++++++++++++++++++++++++++++-
b/drivers/gpio/gpio-plat-samsung.c | 207 ++++++++++++++++++++
b/drivers/gpio/gpio-s5pc100.c | 356 +++++++++++++++++++++++++++++++++++
b/drivers/gpio/gpio-s5pv210.c | 289 +++++++++++++++++++++++++++++
b/drivers/gpio/samsung-gpiolib.c | 3
drivers/gpio/Kconfig | 24 ++
drivers/gpio/Makefile | 4
21 files changed, 1278 insertions(+), 1227 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Kyungmin Park <kmpark@infradead.org>
To: grant.likely@secretlab.ca, linux-kernel@vger.kernel.org
Cc: arnd@arndb.de, kgene.kim@samsung.com,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] Samsung: Move Samsung SoCs GPIO drivers to drivers/gpio
Date: Mon, 23 May 2011 17:27:28 +0900 [thread overview]
Message-ID: <20110523082728.GA6192@july> (raw)
The following changes since commit dcb4a1f0e0367efb813907e5083998bbb98b0456:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 (2011-05-21 12:25:07 -0700)
Kyungmin Park (4):
Move to Samsung common GPIO library to drivers/gpio
Move the exynos4 GPIO to drivers/gpio
Move the s5pv210 GPIO to drivers/gpio
Move the s5pc100 GPIO to drivers/gpio
Changelog v2:
Use the gpio-* prefix by Grant
Note that: gpio-samsung.c will be used as common samsung gpio file
arch/arm/mach-exynos4/Makefile | 2
arch/arm/mach-exynos4/gpiolib.c | 365 ------------------------------------
arch/arm/mach-s5pc100/Makefile | 2
arch/arm/mach-s5pc100/gpiolib.c | 355 -----------------------------------
arch/arm/mach-s5pv210/Makefile | 2
arch/arm/mach-s5pv210/gpiolib.c | 288 -----------------------------
arch/arm/plat-samsung/Makefile | 1
arch/arm/plat-samsung/gpiolib.c | 206 --------------------
b/arch/arm/mach-exynos4/Makefile | 2
b/arch/arm/mach-s5pc100/Makefile | 2
b/arch/arm/mach-s5pv210/Makefile | 2
b/arch/arm/plat-samsung/Makefile | 1
b/drivers/gpio/Kconfig | 24 ++
b/drivers/gpio/Makefile | 4
b/drivers/gpio/gpio-exynos4.c | 366 ++++++++++++++++++++++++++++++++++++-
b/drivers/gpio/gpio-plat-samsung.c | 207 ++++++++++++++++++++
b/drivers/gpio/gpio-s5pc100.c | 356 +++++++++++++++++++++++++++++++++++
b/drivers/gpio/gpio-s5pv210.c | 289 +++++++++++++++++++++++++++++
b/drivers/gpio/samsung-gpiolib.c | 3
drivers/gpio/Kconfig | 24 ++
drivers/gpio/Makefile | 4
21 files changed, 1278 insertions(+), 1227 deletions(-)
next reply other threads:[~2011-05-23 8:27 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-23 8:27 Kyungmin Park [this message]
2011-05-23 8:27 ` [PATCH v2 0/4] Samsung: Move Samsung SoCs GPIO drivers to drivers/gpio Kyungmin Park
2011-05-26 23:34 ` Grant Likely
2011-05-26 23:34 ` Grant Likely
[not found] <BANLkTikKs5E8WNSCG680mk2ow3+SH2WKLA@mail.gmail.com>
2011-06-09 4:34 ` Kyungmin Park
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=20110523082728.GA6192@july \
--to=kmpark@infradead.org \
--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 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.