* [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
@ 2012-09-06 14:16 Chander Kashyap
2012-09-14 9:21 ` Chander Kashyap
2012-09-18 4:16 ` Thomas Abraham
0 siblings, 2 replies; 6+ messages in thread
From: Chander Kashyap @ 2012-09-06 14:16 UTC (permalink / raw)
To: linux-arm-kernel
The clocks for PCM, Slimbus, Spdif added to off list in order
to turn them off at boot time.
Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
---
arch/arm/mach-exynos/clock-exynos4.c | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c
index 7cc5491..6a45c9a 100644
--- a/arch/arm/mach-exynos/clock-exynos4.c
+++ b/arch/arm/mach-exynos/clock-exynos4.c
@@ -627,6 +627,25 @@ static struct clk exynos4_init_clocks_off[] = {
.enable = exynos4_clk_ip_peril_ctrl,
.ctrlbit = (1 << 21),
}, {
+ .name = "pcm",
+ .devname = "samsung-pcm.1",
+ .enable = exynos4_clk_ip_peril_ctrl,
+ .ctrlbit = (1 << 22),
+ }, {
+ .name = "pcm",
+ .devname = "samsung-pcm.2",
+ .enable = exynos4_clk_ip_peril_ctrl,
+ .ctrlbit = (1 << 23),
+ }, {
+ .name = "slimbus",
+ .enable = exynos4_clk_ip_peril_ctrl,
+ .ctrlbit = (1 << 25),
+ }, {
+ .name = "spdif",
+ .devname = "samsung-spdif",
+ .enable = exynos4_clk_ip_peril_ctrl,
+ .ctrlbit = (1 << 26),
+ }, {
.name = "ac97",
.devname = "samsung-ac97",
.enable = exynos4_clk_ip_peril_ctrl,
--
1.7.9.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
2012-09-06 14:16 [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state Chander Kashyap
@ 2012-09-14 9:21 ` Chander Kashyap
2012-09-18 4:16 ` Thomas Abraham
1 sibling, 0 replies; 6+ messages in thread
From: Chander Kashyap @ 2012-09-14 9:21 UTC (permalink / raw)
To: linux-arm-kernel
ping
On 6 September 2012 19:46, Chander Kashyap <chander.kashyap@linaro.org> wrote:
> The clocks for PCM, Slimbus, Spdif added to off list in order
> to turn them off at boot time.
>
> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> ---
> arch/arm/mach-exynos/clock-exynos4.c | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
> diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c
> index 7cc5491..6a45c9a 100644
> --- a/arch/arm/mach-exynos/clock-exynos4.c
> +++ b/arch/arm/mach-exynos/clock-exynos4.c
> @@ -627,6 +627,25 @@ static struct clk exynos4_init_clocks_off[] = {
> .enable = exynos4_clk_ip_peril_ctrl,
> .ctrlbit = (1 << 21),
> }, {
> + .name = "pcm",
> + .devname = "samsung-pcm.1",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 22),
> + }, {
> + .name = "pcm",
> + .devname = "samsung-pcm.2",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 23),
> + }, {
> + .name = "slimbus",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 25),
> + }, {
> + .name = "spdif",
> + .devname = "samsung-spdif",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 26),
> + }, {
> .name = "ac97",
> .devname = "samsung-ac97",
> .enable = exynos4_clk_ip_peril_ctrl,
> --
> 1.7.9.5
>
--
with warm regards,
Chander Kashyap
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
2012-09-06 14:16 [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state Chander Kashyap
2012-09-14 9:21 ` Chander Kashyap
@ 2012-09-18 4:16 ` Thomas Abraham
2012-09-19 23:23 ` Kukjin Kim
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Abraham @ 2012-09-18 4:16 UTC (permalink / raw)
To: linux-arm-kernel
On 6 September 2012 19:46, Chander Kashyap <chander.kashyap@linaro.org> wrote:
> The clocks for PCM, Slimbus, Spdif added to off list in order
> to turn them off at boot time.
>
> Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> ---
> arch/arm/mach-exynos/clock-exynos4.c | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
>
> diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-exynos/clock-exynos4.c
> index 7cc5491..6a45c9a 100644
> --- a/arch/arm/mach-exynos/clock-exynos4.c
> +++ b/arch/arm/mach-exynos/clock-exynos4.c
> @@ -627,6 +627,25 @@ static struct clk exynos4_init_clocks_off[] = {
> .enable = exynos4_clk_ip_peril_ctrl,
> .ctrlbit = (1 << 21),
> }, {
> + .name = "pcm",
> + .devname = "samsung-pcm.1",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 22),
> + }, {
> + .name = "pcm",
> + .devname = "samsung-pcm.2",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 23),
> + }, {
> + .name = "slimbus",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 25),
> + }, {
> + .name = "spdif",
> + .devname = "samsung-spdif",
> + .enable = exynos4_clk_ip_peril_ctrl,
> + .ctrlbit = (1 << 26),
> + }, {
> .name = "ac97",
> .devname = "samsung-ac97",
> .enable = exynos4_clk_ip_peril_ctrl,
> --
> 1.7.9.5
Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
2012-09-18 4:16 ` Thomas Abraham
@ 2012-09-19 23:23 ` Kukjin Kim
2012-09-19 23:52 ` Sangbeom Kim
0 siblings, 1 reply; 6+ messages in thread
From: Kukjin Kim @ 2012-09-19 23:23 UTC (permalink / raw)
To: linux-arm-kernel
Thomas Abraham wrote:
>
> On 6 September 2012 19:46, Chander Kashyap <chander.kashyap@linaro.org>
> wrote:
> > The clocks for PCM, Slimbus, Spdif added to off list in order
> > to turn them off at boot time.
> >
> > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> > ---
> > arch/arm/mach-exynos/clock-exynos4.c | 19 +++++++++++++++++++
> > 1 file changed, 19 insertions(+)
> >
> > diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-
> exynos/clock-exynos4.c
> > index 7cc5491..6a45c9a 100644
> > --- a/arch/arm/mach-exynos/clock-exynos4.c
> > +++ b/arch/arm/mach-exynos/clock-exynos4.c
> > @@ -627,6 +627,25 @@ static struct clk exynos4_init_clocks_off[] = {
> > .enable = exynos4_clk_ip_peril_ctrl,
> > .ctrlbit = (1 << 21),
> > }, {
> > + .name = "pcm",
> > + .devname = "samsung-pcm.1",
> > + .enable = exynos4_clk_ip_peril_ctrl,
> > + .ctrlbit = (1 << 22),
> > + }, {
> > + .name = "pcm",
> > + .devname = "samsung-pcm.2",
> > + .enable = exynos4_clk_ip_peril_ctrl,
> > + .ctrlbit = (1 << 23),
> > + }, {
> > + .name = "slimbus",
> > + .enable = exynos4_clk_ip_peril_ctrl,
> > + .ctrlbit = (1 << 25),
> > + }, {
> > + .name = "spdif",
> > + .devname = "samsung-spdif",
> > + .enable = exynos4_clk_ip_peril_ctrl,
> > + .ctrlbit = (1 << 26),
> > + }, {
> > .name = "ac97",
> > .devname = "samsung-ac97",
> > .enable = exynos4_clk_ip_peril_ctrl,
> > --
> > 1.7.9.5
>
> Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
Sangbeom, could you please check this one more?
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
2012-09-19 23:23 ` Kukjin Kim
@ 2012-09-19 23:52 ` Sangbeom Kim
2012-09-19 23:55 ` Kukjin Kim
0 siblings, 1 reply; 6+ messages in thread
From: Sangbeom Kim @ 2012-09-19 23:52 UTC (permalink / raw)
To: linux-arm-kernel
Hi!
On Thursday, Sep 20, 2012 at 08:24 AM, Kukjin Kim wrote:
> > > The clocks for PCM, Slimbus, Spdif added to off list in order
> > > to turn them off at boot time.
> > >
> > > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> > Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
Acked-by: Sangbeom Kim <sbkim73@samsung.com>
Thanks,
Sangbeom.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
2012-09-19 23:52 ` Sangbeom Kim
@ 2012-09-19 23:55 ` Kukjin Kim
0 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-09-19 23:55 UTC (permalink / raw)
To: linux-arm-kernel
Sangbeom Kim wrote:
>
> Hi!
> On Thursday, Sep 20, 2012 at 08:24 AM, Kukjin Kim wrote:
>
> > > > The clocks for PCM, Slimbus, Spdif added to off list in order
> > > > to turn them off at boot time.
> > > >
> > > > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> > > Acked-by: Thomas Abraham <thomas.abraham@linaro.org>
>
> Acked-by: Sangbeom Kim <sbkim73@samsung.com>
>
Thanks, will apply.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-09-19 23:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 14:16 [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state Chander Kashyap
2012-09-14 9:21 ` Chander Kashyap
2012-09-18 4:16 ` Thomas Abraham
2012-09-19 23:23 ` Kukjin Kim
2012-09-19 23:52 ` Sangbeom Kim
2012-09-19 23:55 ` Kukjin Kim
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).