From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
"Rafael J. Wysocki" <rjw@sisk.pl>
Subject: [GIT PULL 2/4] Samsung devel-pd for v3.4
Date: Sat, 10 Mar 2012 08:08:33 -0800 [thread overview]
Message-ID: <4F5B7C81.6080301@samsung.com> (raw)
Hi Arnd, Olof,
This is Generic Power Domain patches for EXYNOS. Basically, Thomas'
patches, adding support Generic Power Domain patches are in Rafael's
tree, linux-pm/linux-next and see below merge commit.
http://git.kernel.org/?p=linux/kernel/git/rafael/linux-pm.git;a=commit;h=dcaad77a8074b6de58e745546bc543d5538404f2
And this adds hooking up G2D and JPEG to Generic PD.
Please pull and here is my preferred resolution when merge this after
next/board-samsung.
diff --cc arch/arm/mach-exynos/mach-universal_c210.c
index 3663aee,0262417..0b944eb
--- a/arch/arm/mach-exynos/mach-universal_c210.c
+++ b/arch/arm/mach-exynos/mach-universal_c210.c
@@@ -1053,10 -981,6 +1052,7 @@@ static struct platform_device *universa
&s5p_device_mfc,
&s5p_device_mfc_l,
&s5p_device_mfc_r,
- &exynos4_device_pd[PD_MFC],
- &exynos4_device_pd[PD_LCD0],
- &exynos4_device_pd[PD_CAM],
+ &cam_vt_dio_fixed_reg_dev,
&cam_i_core_fixed_reg_dev,
&cam_s_if_fixed_reg_dev,
&s5p_device_fimc_md,
If any problems, please kindly let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-pd
Sachin Kamat (2):
ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure
ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure
Thomas Abraham (2):
PM / Domains: Add OF support
ARM: EXYNOS: Hook up power domains to generic power domain
infrastructure
.../bindings/arm/exynos/power_domain.txt | 21 ++
arch/arm/mach-exynos/Kconfig | 10 +-
arch/arm/mach-exynos/Makefile | 2 +-
arch/arm/mach-exynos/dev-pd.c | 139 --------------
arch/arm/mach-exynos/mach-nuri.c | 11 -
arch/arm/mach-exynos/mach-origen.c | 14 --
arch/arm/mach-exynos/mach-smdkv310.c | 12 --
arch/arm/mach-exynos/mach-universal_c210.c | 17 --
arch/arm/mach-exynos/pm_domains.c | 201
++++++++++++++++++++
drivers/base/power/domain.c | 32 +++
include/linux/pm_domain.h | 12 ++
11 files changed, 268 insertions(+), 203 deletions(-)
create mode 100644
Documentation/devicetree/bindings/arm/exynos/power_domain.txt
delete mode 100644 arch/arm/mach-exynos/dev-pd.c
create mode 100644 arch/arm/mach-exynos/pm_domains.c
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] Samsung devel-pd for v3.4
Date: Sat, 10 Mar 2012 08:08:33 -0800 [thread overview]
Message-ID: <4F5B7C81.6080301@samsung.com> (raw)
Hi Arnd, Olof,
This is Generic Power Domain patches for EXYNOS. Basically, Thomas'
patches, adding support Generic Power Domain patches are in Rafael's
tree, linux-pm/linux-next and see below merge commit.
http://git.kernel.org/?p=linux/kernel/git/rafael/linux-pm.git;a=commit;h=dcaad77a8074b6de58e745546bc543d5538404f2
And this adds hooking up G2D and JPEG to Generic PD.
Please pull and here is my preferred resolution when merge this after
next/board-samsung.
diff --cc arch/arm/mach-exynos/mach-universal_c210.c
index 3663aee,0262417..0b944eb
--- a/arch/arm/mach-exynos/mach-universal_c210.c
+++ b/arch/arm/mach-exynos/mach-universal_c210.c
@@@ -1053,10 -981,6 +1052,7 @@@ static struct platform_device *universa
&s5p_device_mfc,
&s5p_device_mfc_l,
&s5p_device_mfc_r,
- &exynos4_device_pd[PD_MFC],
- &exynos4_device_pd[PD_LCD0],
- &exynos4_device_pd[PD_CAM],
+ &cam_vt_dio_fixed_reg_dev,
&cam_i_core_fixed_reg_dev,
&cam_s_if_fixed_reg_dev,
&s5p_device_fimc_md,
If any problems, please kindly let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-pd
Sachin Kamat (2):
ARM: EXYNOS: Hook up G2D PD to generic PD infrastructure
ARM: EXYNOS: Hook up JPEG PD to generic PD infrastructure
Thomas Abraham (2):
PM / Domains: Add OF support
ARM: EXYNOS: Hook up power domains to generic power domain
infrastructure
.../bindings/arm/exynos/power_domain.txt | 21 ++
arch/arm/mach-exynos/Kconfig | 10 +-
arch/arm/mach-exynos/Makefile | 2 +-
arch/arm/mach-exynos/dev-pd.c | 139 --------------
arch/arm/mach-exynos/mach-nuri.c | 11 -
arch/arm/mach-exynos/mach-origen.c | 14 --
arch/arm/mach-exynos/mach-smdkv310.c | 12 --
arch/arm/mach-exynos/mach-universal_c210.c | 17 --
arch/arm/mach-exynos/pm_domains.c | 201
++++++++++++++++++++
drivers/base/power/domain.c | 32 +++
include/linux/pm_domain.h | 12 ++
11 files changed, 268 insertions(+), 203 deletions(-)
create mode 100644
Documentation/devicetree/bindings/arm/exynos/power_domain.txt
delete mode 100644 arch/arm/mach-exynos/dev-pd.c
create mode 100644 arch/arm/mach-exynos/pm_domains.c
next reply other threads:[~2012-03-10 16:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-10 16:08 Kukjin Kim [this message]
2012-03-10 16:08 ` [GIT PULL 2/4] Samsung devel-pd for v3.4 Kukjin Kim
2012-03-10 18:05 ` Olof Johansson
2012-03-10 18:05 ` Olof Johansson
2012-03-10 21:09 ` Rafael J. Wysocki
2012-03-10 21:09 ` Rafael J. Wysocki
2012-03-11 8:05 ` Kukjin Kim
2012-03-11 8:05 ` Kukjin Kim
2012-03-13 23:46 ` Olof Johansson
2012-03-13 23:46 ` Olof Johansson
2012-03-14 0:53 ` Olof Johansson
2012-03-14 0:53 ` Olof Johansson
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=4F5B7C81.6080301@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=rjw@sisk.pl \
/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.