From: Chanwoo Choi <cw00.choi@samsung.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
linux-samsung-soc@vger.kernel.org
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
Krzysztof Kozlowski <krzk@kernel.org>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
Inki Dae <inki.dae@samsung.com>
Subject: Re: [PATCH v2 3/6] arm64: dts: exynos: Add MSCL power domain to Exynos 5433 SoC
Date: Fri, 01 Dec 2017 10:18:21 +0900 [thread overview]
Message-ID: <5A20ADDD.8020203@samsung.com> (raw)
In-Reply-To: <8c9ccbc5-21ee-3df7-ac7f-2a4506e6fa43@samsung.com>
Dear Marek,
On 2017년 11월 30일 21:21, Marek Szyprowski wrote:
> Dear Chanwoo,
>
> On 2017-11-30 10:35, Marek Szyprowski wrote:
>> On 2017-11-30 03:51, Chanwoo Choi wrote:
>>> On 2017년 11월 30일 11:20, Chanwoo Choi wrote:
>>>> On 2017년 11월 29일 20:26, Marek Szyprowski wrote:
>>>>> This patch adds support for MSCL power domain to Exynos 5433 SoCs, which
>>>>> contains following devices: a clock controller, JPEG codec device and its
>>>>> SYSMMU.
>>>>>
>>>>> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
>>>>> ---
>>>>> arch/arm64/boot/dts/exynos/exynos5433.dtsi | 10 ++++++++++
>>>>> 1 file changed, 10 insertions(+)
>>>> Looks good to me.
>>>> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
>>>>
>>>> [snip]
>>>>
>>> When I tested this patch with enabling exynos-bus.c,
>>> I got the following external abort. In order to fix this abort,
>>> I add the power-domain property to arch/arm64/boot/dts/exynos/exynos5433-bus.dtsi
>>> as following:
>>
>> Thanks for this report. You are right that exynos-bus devices should be
>> also added to respective power domains. I will also check how to add
>> runtime PM support and awareness of power domain to exynos-bus driver,
>> to avoid blocking respective power domains in turned on state.
>
> I've investigated it further and it turned out to be a missing case in
> my runtime PM patch for clocks core.
>
> In this case exynos-bus operates on a clock, which is in the
> TOP CMU and TOP power domain (always on), which has no relation with
> the newly added MSCL power domain. We should not mix this by forcing
> exynos-bus to be in the MSCL domain.
>
> The reported external abort is solved by proper patch for clock core:
> https://patchwork.kernel.org/patch/10084725/
>
> This patch (and the other patches from this patch series) can be applied
> without any changes.
I tested it with your clk patch. It is well working. Thanks.
--
Best Regards,
Chanwoo Choi
Samsung Electronics
next prev parent reply other threads:[~2017-12-01 1:18 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20171129112648eucas1p18273a4a2176518171c22ee49f8bfd21b@eucas1p1.samsung.com>
2017-11-29 11:26 ` [PATCH v2 0/6] Power domains support for Exynos5433 SoCs Marek Szyprowski
2017-11-29 11:26 ` [PATCH v2 1/6] arm64: dts: exynos: Add GSCL power domain to Exynos 5433 SoC Marek Szyprowski
2017-11-30 2:18 ` Chanwoo Choi
2017-12-01 16:48 ` Krzysztof Kozlowski
2017-11-29 11:26 ` [PATCH v2 2/6] arm64: dts: exynos: Add DISP " Marek Szyprowski
2017-11-30 2:19 ` Chanwoo Choi
2017-12-01 16:49 ` Krzysztof Kozlowski
2017-11-29 11:26 ` [PATCH v2 3/6] arm64: dts: exynos: Add MSCL " Marek Szyprowski
2017-11-30 2:20 ` Chanwoo Choi
2017-11-30 2:51 ` Chanwoo Choi
2017-11-30 9:35 ` Marek Szyprowski
2017-11-30 12:21 ` Marek Szyprowski
2017-12-01 1:18 ` Chanwoo Choi [this message]
2017-12-01 16:50 ` Krzysztof Kozlowski
2017-11-29 11:26 ` [PATCH v2 4/6] arm64: dts: exynos: Add MFC " Marek Szyprowski
2017-11-30 2:21 ` Chanwoo Choi
2017-11-30 2:54 ` Chanwoo Choi
2017-12-01 16:49 ` Krzysztof Kozlowski
2017-11-29 11:26 ` [PATCH v2 5/6] arm64: dts: exynos: Add AUD power domain to Exynos5433 SoC Marek Szyprowski
2017-12-01 1:20 ` Chanwoo Choi
2017-12-01 16:50 ` Krzysztof Kozlowski
2017-11-29 11:26 ` [PATCH v2 6/6] arm64: dts: exynos: Add remaining power domains " Marek Szyprowski
2017-12-01 1:21 ` Chanwoo Choi
2017-12-01 16:50 ` Krzysztof Kozlowski
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=5A20ADDD.8020203@samsung.com \
--to=cw00.choi@samsung.com \
--cc=b.zolnierkie@samsung.com \
--cc=inki.dae@samsung.com \
--cc=krzk@kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=s.nawrocki@samsung.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.