From: Stephen Boyd <sboyd@codeaurora.org>
To: Michael Turquette <mturquette@baylibre.com>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Tomeu Vizoso <tomeu.vizoso@collabora.com>,
linux-kernel@vger.kernel.org,
Gustavo Padovan <gustavo.padovan@collabora.co.uk>,
Javier Martinez Canillas <javier@osg.samsung.com>,
Seung-Woo Kim <sw0312.kim@samsung.com>,
Kukjin Kim <kgene@kernel.org>, Inki Dae <inki.dae@samsung.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
Joonyoung Shim <jy0922.shim@samsung.com>,
devicetree@vger.kernel.org, Kumar Gala <galak@codeaurora.org>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
linux-samsung-soc@vger.kernel.org,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Pawel Moll <pawel.moll@arm.com>, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Tomasz Figa <tomasz.figa@gmail.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks
Date: Fri, 16 Oct 2015 10:26:51 -0700 [thread overview]
Message-ID: <20151016172651.GB23912@codeaurora.org> (raw)
In-Reply-To: <20151016124935.20687.4394@quantum>
On 10/16, Michael Turquette wrote:
> Quoting Krzysztof Kozlowski (2015-10-15 16:46:27)
> > On 15.10.2015 19:31, Tomeu Vizoso wrote:
> > > When the DISP1 power domain is powered off, there's two clocks that need
> > > to be temporarily reparented to OSC, and back to their original parents
> > > when the domain is powered on again.
> > >
> > > We expose these two clocks in the DT bindings so that the DT node of the
> > > power domain can reference them.
> > >
> > > Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
> > > Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> > > ---
> > >
> > > Changes in v2:
> > > - Reuse mout_aclk200_p
> > > - Rename div_aclk300 as div_aclk300_disp
> > >
> > > drivers/clk/samsung/clk-exynos5250.c | 14 +++++++++++++-
> > > include/dt-bindings/clock/exynos5250.h | 4 +++-
> > > 2 files changed, 16 insertions(+), 2 deletions(-)
> > >
> >
> > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Applied to clk-next.
>
I think Tomeu wanted to take this through arm-soc? Otherwise
we'll need to provide a stable branch for the dt header.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks
Date: Fri, 16 Oct 2015 10:26:51 -0700 [thread overview]
Message-ID: <20151016172651.GB23912@codeaurora.org> (raw)
In-Reply-To: <20151016124935.20687.4394@quantum>
On 10/16, Michael Turquette wrote:
> Quoting Krzysztof Kozlowski (2015-10-15 16:46:27)
> > On 15.10.2015 19:31, Tomeu Vizoso wrote:
> > > When the DISP1 power domain is powered off, there's two clocks that need
> > > to be temporarily reparented to OSC, and back to their original parents
> > > when the domain is powered on again.
> > >
> > > We expose these two clocks in the DT bindings so that the DT node of the
> > > power domain can reference them.
> > >
> > > Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
> > > Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> > > ---
> > >
> > > Changes in v2:
> > > - Reuse mout_aclk200_p
> > > - Rename div_aclk300 as div_aclk300_disp
> > >
> > > drivers/clk/samsung/clk-exynos5250.c | 14 +++++++++++++-
> > > include/dt-bindings/clock/exynos5250.h | 4 +++-
> > > 2 files changed, 16 insertions(+), 2 deletions(-)
> > >
> >
> > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>
> Applied to clk-next.
>
I think Tomeu wanted to take this through arm-soc? Otherwise
we'll need to provide a stable branch for the dt header.
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2015-10-16 17:26 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 10:31 [PATCH v2 0/2] Fix display on second resume on 5250-snow Tomeu Vizoso
2015-10-15 10:31 ` Tomeu Vizoso
2015-10-15 10:31 ` Tomeu Vizoso
2015-10-15 10:31 ` [PATCH v2 1/2] clk: samsung: exynos5250: Add DISP1 clocks Tomeu Vizoso
2015-10-15 10:31 ` Tomeu Vizoso
2015-10-15 23:46 ` Krzysztof Kozlowski
2015-10-15 23:46 ` Krzysztof Kozlowski
2015-10-16 12:49 ` Michael Turquette
2015-10-16 12:49 ` Michael Turquette
2015-10-16 12:49 ` Michael Turquette
2015-10-16 12:49 ` Michael Turquette
2015-10-16 17:26 ` Stephen Boyd [this message]
2015-10-16 17:26 ` Stephen Boyd
2015-10-16 18:56 ` Tomeu Vizoso
2015-10-16 18:56 ` Tomeu Vizoso
2015-10-16 18:56 ` Tomeu Vizoso
2015-10-16 23:41 ` Kukjin Kim
2015-10-16 23:41 ` Kukjin Kim
2015-10-16 23:41 ` Kukjin Kim
2015-10-17 8:53 ` Krzysztof Kozlowski
2015-10-17 8:53 ` Krzysztof Kozlowski
2015-10-17 8:53 ` Krzysztof Kozlowski
2015-10-17 9:55 ` Javier Martinez Canillas
2015-10-17 9:55 ` Javier Martinez Canillas
2015-10-17 9:55 ` Javier Martinez Canillas
2015-10-17 10:08 ` Krzysztof Kozlowski
2015-10-17 10:08 ` Krzysztof Kozlowski
2015-10-17 10:08 ` Krzysztof Kozlowski
2015-10-15 10:31 ` [PATCH v2 2/2] ARM: dts: exynos5250: Add clocks to DISP1 domain Tomeu Vizoso
2015-10-15 10:31 ` Tomeu Vizoso
2015-10-15 23:44 ` Krzysztof Kozlowski
2015-10-15 23:44 ` Krzysztof Kozlowski
2015-10-16 8:19 ` Tomeu Vizoso
2015-10-16 8:19 ` Tomeu Vizoso
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=20151016172651.GB23912@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=gustavo.padovan@collabora.co.uk \
--cc=ijc+devicetree@hellion.org.uk \
--cc=inki.dae@samsung.com \
--cc=javier@osg.samsung.com \
--cc=jy0922.shim@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=s.nawrocki@samsung.com \
--cc=sw0312.kim@samsung.com \
--cc=tomasz.figa@gmail.com \
--cc=tomeu.vizoso@collabora.com \
/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.