From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] S5PV210 PM Support (suspend-to-mem)
Date: Tue, 15 Jun 2010 12:45:36 +0900 [thread overview]
Message-ID: <007601cb0c3d$3aa91910$affb4b30$%kim@samsung.com> (raw)
In-Reply-To: <1276504755-24741-1-git-send-email-MyungJoo.Ham@samsung.com>
Myungjoo Ham wrote:
>
> This patch set supports S5PV210/S5PC110 PM (suspend-to-mem).
>
Please include Ben Dooks for Samsung SoC patch - his address is in
MAINTAINERS.
And If this patch set is for S5PV210/S5PC110 PM, please make sure that
includes for PM code.
Seems to be added unnecessary codes.
> MyungJoo Ham (8):
> S5PV210 Add IRQ/EINT register information for the CPU.
> S5PV210 add clock registers for the CPU.
> S5PV210 added register mappings
> S5PV210 GPIO relataed registers are added.
> S5PV210 added EINT-GPIO register mappings
> S5PV210 PM Support (suspend-to-mem)
>
> arch/arm/mach-s5pv210/Makefile | 4 +
> arch/arm/mach-s5pv210/include/mach/irqs.h | 9 +
> arch/arm/mach-s5pv210/include/mach/map.h | 45 +++
> arch/arm/mach-s5pv210/include/mach/regs-clock.h | 467
> ++++++++++++++++++++++-
> arch/arm/mach-s5pv210/include/mach/regs-gpio.h | 121 ++++++
> arch/arm/mach-s5pv210/include/mach/regs-irq.h | 6 +
> arch/arm/plat-s5p/Makefile | 3 +
> arch/arm/plat-s5p/include/plat/gpio-ext.h | 44 +++
> arch/arm/plat-s5p/include/plat/map-s5p.h | 1 +
> arch/arm/plat-s5p/sleep.S | 248 ++++++++++++
> arch/arm/plat-samsung/include/plat/pm-core.h | 53 +++
> arch/arm/plat-samsung/include/plat/pm.h | 13 +
> arch/arm/plat-samsung/pm-gpio.c | 4 +-
> arch/arm/plat-samsung/pm.c | 75 ++++-
> 14 files changed, 1082 insertions(+), 11 deletions(-)
> create mode 100644 arch/arm/plat-s5p/include/plat/gpio-ext.h
> create mode 100644 arch/arm/plat-s5p/sleep.S
> create mode 100644 arch/arm/plat-samsung/include/plat/pm-core.h
>
>
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
prev parent reply other threads:[~2010-06-15 3:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 8:39 [PATCH 0/6] S5PV210 PM Support (suspend-to-mem) MyungJoo Ham
2010-06-14 8:39 ` [PATCH 1/6] S5PV210 Add IRQ/EINT register information for the CPU MyungJoo Ham
2010-06-14 8:39 ` [PATCH 2/6] S5PV210 add clock registers " MyungJoo Ham
2010-06-14 8:39 ` [PATCH 3/6] S5PV210 added register mappings MyungJoo Ham
2010-06-14 8:39 ` [PATCH 4/6] S5PV210 GPIO relataed registers are added MyungJoo Ham
2010-06-14 8:39 ` [PATCH 5/6] S5PV210 added EINT-GPIO register mappings MyungJoo Ham
2010-06-14 8:39 ` [PATCH 6/6] S5PV210 PM Support Main (suspend-to-mem) MyungJoo Ham
2010-06-15 5:59 ` [PATCH 3/6] S5PV210 added register mappings Kukjin Kim
2010-06-15 4:20 ` [PATCH 2/6] S5PV210 add clock registers for the CPU Kukjin Kim
2010-06-15 6:05 ` [PATCH 1/6] S5PV210 Add IRQ/EINT register information " Kukjin Kim
2010-06-15 3:45 ` 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='007601cb0c3d$3aa91910$affb4b30$%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).