stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel
@ 2015-06-12 10:06 Hyungwon Hwang
  2015-06-12 15:38 ` Greg KH
  2015-06-13  6:15 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Hyungwon Hwang @ 2015-06-12 10:06 UTC (permalink / raw)
  To: dri-devel, linux-samsung-soc, linux-kernel, inki.dae
  Cc: stable, sw0312.kim, jy0922.shim, Hyungwon Hwang

After the commit abc0b1447d4974963548777a5ba4a4457c82c426
("drm: Perform basic sanity checks on probed modes"), proper
clock-frequency becomes mandatory for validating the mode of panel.
The display does not work if there is no mode validated. Also, this
clock-frequency must be set appropriately for getting required frame
rate.

Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
---
 arch/arm/boot/dts/exynos3250-rinato.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts
index 0b99068..75aba40 100644
--- a/arch/arm/boot/dts/exynos3250-rinato.dts
+++ b/arch/arm/boot/dts/exynos3250-rinato.dts
@@ -181,7 +181,7 @@

 		display-timings {
 			timing-0 {
-				clock-frequency = <0>;
+				clock-frequency = <4600000>;
 				hactive = <320>;
 				vactive = <320>;
 				hfront-porch = <1>;
--
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel
  2015-06-12 10:06 [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel Hyungwon Hwang
@ 2015-06-12 15:38 ` Greg KH
  2015-06-13  6:15 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-06-12 15:38 UTC (permalink / raw)
  To: Hyungwon Hwang
  Cc: dri-devel, linux-samsung-soc, linux-kernel, inki.dae, stable,
	sw0312.kim, jy0922.shim

On Fri, Jun 12, 2015 at 07:06:50PM +0900, Hyungwon Hwang wrote:
> After the commit abc0b1447d4974963548777a5ba4a4457c82c426
> ("drm: Perform basic sanity checks on probed modes"), proper
> clock-frequency becomes mandatory for validating the mode of panel.
> The display does not work if there is no mode validated. Also, this
> clock-frequency must be set appropriately for getting required frame
> rate.
> 
> Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
> ---
>  arch/arm/boot/dts/exynos3250-rinato.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

<formletter>

This is not the correct way to submit patches for inclusion in the
stable kernel tree.  Please read Documentation/stable_kernel_rules.txt
for how to do this properly.

</formletter>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel
  2015-06-12 10:06 [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel Hyungwon Hwang
  2015-06-12 15:38 ` Greg KH
@ 2015-06-13  6:15 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2015-06-13  6:15 UTC (permalink / raw)
  To: Hyungwon Hwang, dri-devel, linux-samsung-soc, linux-kernel,
	inki.dae
  Cc: stable, sw0312.kim, jy0922.shim

W dniu 12.06.2015 o 19:06, Hyungwon Hwang pisze:
> After the commit abc0b1447d4974963548777a5ba4a4457c82c426
> ("drm: Perform basic sanity checks on probed modes"), proper
> clock-frequency becomes mandatory for validating the mode of panel.
> The display does not work if there is no mode validated. Also, this
> clock-frequency must be set appropriately for getting required frame
> rate.
> 
> Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>

Thanks for updating the commit message, description now looks fine.

But please indicate stable backporting properly, like in commit 242ddf0429.
Just add cc and fixes tags to commit message and send with git send-email.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-13  6:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-12 10:06 [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel Hyungwon Hwang
2015-06-12 15:38 ` Greg KH
2015-06-13  6:15 ` Krzysztof Kozlowski

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).