From: Kukjin Kim <kgene@kernel.org>
To: 'Javier Martinez Canillas' <javier.martinez@collabora.co.uk>,
'Kukjin Kim' <kgene@kernel.org>
Cc: 'Doug Anderson' <dianders@chromium.org>,
'Olof Johansson' <olof@lixom.net>,
'Krzysztof Kozlowski' <k.kozlowski@samsung.com>,
'Andrzej Hajda' <a.hajda@samsung.com>,
'Kevin Hilman' <khilman@linaro.org>,
'Tyler Baker' <tyler.baker@linaro.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: RE: [PATCH 1/1] ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420
Date: Thu, 30 Apr 2015 09:36:23 +0900 [thread overview]
Message-ID: <126501d082dd$af818a30$0e849e90$@kernel.org> (raw)
In-Reply-To: <55417810.6070202@collabora.co.uk>
Javier Martinez Canillas wrote:
>
> Hello Kukjin,
>
Hi,
> On 04/16/2015 09:40 AM, Javier Martinez Canillas wrote:
> >
> > On 04/12/2015 10:30 PM, Javier Martinez Canillas wrote:
> >> Commit ea08de16eb1b ("ARM: dts: Add DISP1 power domain for exynos5420")
> >> added a device node for the Exynos5420 DISP1 power domain but dit not
> >> make the DP controller a consumer of that power domain.
> >>
> >> This causes an "Unhandled fault: imprecise external abort" error if the
> >> exynos-dp driver tries to access the DP controller registers and the PD
> >> was turned off. This lead to a kernel panic and a complete system hang.
> >>
> >> Make the DP controller device node a consumer of the DISP1 power domain
> >> to ensure that the PD is turned on when the exynos-dp driver is probed.
> >>
> >> Fixes: ea08de16eb1b ("ARM: dts: Add DISP1 power domain for exynos5420")
> >> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> >
> > Any comments about this patch?
> >
> > It's very trivial but fixes a very important regression on Exynos5420 boards
> > with display panel and Peach Pit and Pi have been broken since next-20150401.
> >
> > This [0] is the Peach Pit boot log with yesteday's linux-next for example.
> >
> > Best regards,
> > Javier
> >
> > [0]: http://arm-soc.lixom.net/bootlogs/next/next-20150415/pit-arm-exynos_defconfig.html
> >
>
> It has been many weeks since this patch has been posted and linux-next
> is still broken:
>
> http://arm-soc.lixom.net/bootlogs/next/next-20150429/pi-arm-exynos_defconfig.html
>
> Could you please apply $subject to fix the imprecise external abort issue.
>
Sure I'll in this weekend.
Thanks for your gentle reminder ;-)
- Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420
Date: Thu, 30 Apr 2015 09:36:23 +0900 [thread overview]
Message-ID: <126501d082dd$af818a30$0e849e90$@kernel.org> (raw)
In-Reply-To: <55417810.6070202@collabora.co.uk>
Javier Martinez Canillas wrote:
>
> Hello Kukjin,
>
Hi,
> On 04/16/2015 09:40 AM, Javier Martinez Canillas wrote:
> >
> > On 04/12/2015 10:30 PM, Javier Martinez Canillas wrote:
> >> Commit ea08de16eb1b ("ARM: dts: Add DISP1 power domain for exynos5420")
> >> added a device node for the Exynos5420 DISP1 power domain but dit not
> >> make the DP controller a consumer of that power domain.
> >>
> >> This causes an "Unhandled fault: imprecise external abort" error if the
> >> exynos-dp driver tries to access the DP controller registers and the PD
> >> was turned off. This lead to a kernel panic and a complete system hang.
> >>
> >> Make the DP controller device node a consumer of the DISP1 power domain
> >> to ensure that the PD is turned on when the exynos-dp driver is probed.
> >>
> >> Fixes: ea08de16eb1b ("ARM: dts: Add DISP1 power domain for exynos5420")
> >> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> >
> > Any comments about this patch?
> >
> > It's very trivial but fixes a very important regression on Exynos5420 boards
> > with display panel and Peach Pit and Pi have been broken since next-20150401.
> >
> > This [0] is the Peach Pit boot log with yesteday's linux-next for example.
> >
> > Best regards,
> > Javier
> >
> > [0]: http://arm-soc.lixom.net/bootlogs/next/next-20150415/pit-arm-exynos_defconfig.html
> >
>
> It has been many weeks since this patch has been posted and linux-next
> is still broken:
>
> http://arm-soc.lixom.net/bootlogs/next/next-20150429/pi-arm-exynos_defconfig.html
>
> Could you please apply $subject to fix the imprecise external abort issue.
>
Sure I'll in this weekend.
Thanks for your gentle reminder ;-)
- Kukjin
next prev parent reply other threads:[~2015-04-30 0:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-12 20:30 [PATCH 1/1] ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420 Javier Martinez Canillas
2015-04-12 20:30 ` Javier Martinez Canillas
2015-04-13 10:59 ` Krzysztof Kozlowski
2015-04-13 10:59 ` Krzysztof Kozlowski
2015-04-16 7:40 ` Javier Martinez Canillas
2015-04-16 7:40 ` Javier Martinez Canillas
2015-04-30 0:32 ` Javier Martinez Canillas
2015-04-30 0:32 ` Javier Martinez Canillas
2015-04-30 0:36 ` Kukjin Kim [this message]
2015-04-30 0:36 ` Kukjin Kim
2015-04-30 15:43 ` Kevin Hilman
2015-04-30 15:43 ` Kevin Hilman
2015-05-04 15:57 ` Kevin Hilman
2015-05-04 15:57 ` Kevin Hilman
2015-05-08 17:32 ` Kukjin Kim
2015-05-08 17:32 ` Kukjin Kim
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='126501d082dd$af818a30$0e849e90$@kernel.org' \
--to=kgene@kernel.org \
--cc=a.hajda@samsung.com \
--cc=dianders@chromium.org \
--cc=javier.martinez@collabora.co.uk \
--cc=k.kozlowski@samsung.com \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=tyler.baker@linaro.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 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.