Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 0/3] S5P64X0 PM Support
Date: Sun, 02 Oct 2011 16:07:52 +0900	[thread overview]
Message-ID: <001601cc80d2$00c045b0$0240d110$%kim@samsung.com> (raw)
In-Reply-To: <1317154964-22600-1-git-send-email-a.kesavan@samsung.com>

Abhilash Kesavan wrote:
> 
> The patchset adds Power Mangement support for S5P64X0. The first
> two patches lay the groundwork for adding PM support, while the
> final patch adds the SoC specific PM code.
> 
> Changes since V1:
> - Changed register naming as per User Manual.
> - Dropped the pm-gpio warning patch as it will be taken care in the gpio
>   movement patch by Kukjin Kim.
> - Used soc_is_* for differentiating between 6440 and 6450.
> - Merged all the sleep files of S5P SoCs while leaving the S3C64XX sleep
>   code as is.
> 
> Abhilash Kesavan (3):
>   ARM: S5P: Make the common S5P PM code conditionally compile
>   ARM: S5P: Make the sleep code common for S5P series SoCs
>   ARM: S5P64X0: Add Power Management support
> 
>  arch/arm/Kconfig                                |    2 +-
>  arch/arm/mach-exynos4/Kconfig                   |    4 +
>  arch/arm/mach-exynos4/Makefile                  |    2 +-
>  arch/arm/mach-s5p64x0/Kconfig                   |    4 +
>  arch/arm/mach-s5p64x0/Makefile                  |    1 +
>  arch/arm/mach-s5p64x0/include/mach/map.h        |    1 +
>  arch/arm/mach-s5p64x0/include/mach/pm-core.h    |  117 +++++++++++++
>  arch/arm/mach-s5p64x0/include/mach/regs-clock.h |   33 ++++
>  arch/arm/mach-s5p64x0/include/mach/regs-gpio.h  |   19 ++
>  arch/arm/mach-s5p64x0/irq-eint.c                |    2 +
>  arch/arm/mach-s5p64x0/irq-pm.c                  |   92 ++++++++++
>  arch/arm/mach-s5p64x0/pm.c                      |  204
+++++++++++++++++++++++
>  arch/arm/mach-s5pv210/Kconfig                   |    2 +
>  arch/arm/mach-s5pv210/Makefile                  |    2 +-
>  arch/arm/mach-s5pv210/sleep.S                   |   52 ------
>  arch/arm/plat-s5p/Kconfig                       |   12 ++
>  arch/arm/plat-s5p/Makefile                      |    4 +-
>  arch/arm/{mach-exynos4 => plat-s5p}/sleep.S     |   13 +-
>  18 files changed, 500 insertions(+), 66 deletions(-)
>  create mode 100644 arch/arm/mach-s5p64x0/include/mach/pm-core.h
>  create mode 100644 arch/arm/mach-s5p64x0/irq-pm.c
>  create mode 100644 arch/arm/mach-s5p64x0/pm.c
>  delete mode 100644 arch/arm/mach-s5pv210/sleep.S
>  rename arch/arm/{mach-exynos4 => plat-s5p}/sleep.S (81%)

Looks ok to me, will apply.
Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      parent reply	other threads:[~2011-10-02  7:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-27 20:22 [PATCH V2 0/3] S5P64X0 PM Support Abhilash Kesavan
2011-09-27 20:22 ` [PATCH 1/3] ARM: S5P: Make the common S5P PM code conditionally compile Abhilash Kesavan
2011-09-27 20:22 ` [PATCH 2/3] ARM: S5P: Make the sleep code common for S5P series SoCs Abhilash Kesavan
2011-09-27 20:22 ` [PATCH 3/3] ARM: S5P64X0: Add Power Management support Abhilash Kesavan
2011-10-02  7:07 ` 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='001601cc80d2$00c045b0$0240d110$%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