Re: [PATCH] ARM: dts: exynos4412-odroid: add 'rtc_src' clock to rtc node

2015-03-19 Thread Chanwoo Choi
On 03/20/2015 10:29 AM, Tobias Jakobi wrote: > From: Markus Reichl > > The Exynos4412 SoC has a s3c6410 RTC where the source clock > is now a mandatory property. > > This patch fixes probe failure of s3c-rtc on Odroid-X2/U2/U3 boards. > > Signed-off-by: Markus Reichl > Tested-by: Tobias Jakobi

[PATCH] ARM: dts: exynos4412-odroid: add 'rtc_src' clock to rtc node

2015-03-19 Thread Tobias Jakobi
From: Markus Reichl The Exynos4412 SoC has a s3c6410 RTC where the source clock is now a mandatory property. This patch fixes probe failure of s3c-rtc on Odroid-X2/U2/U3 boards. Signed-off-by: Markus Reichl Tested-by: Tobias Jakobi --- arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 3 +++

Re: exynos4412: misc issues on Hardkernel Odroid boards

2015-03-19 Thread Tobias Jakobi
Hello! Tobias Jakobi wrote: > Hello Krzysztof, > > On 2015-02-17 14:24, Krzysztof Kozlowski wrote: >> Looking at the backtrace this seems very likely however I have >> troubles reproducing this. Any special tree or config is required >> (except MMC_CLKGATE and DEBUG_ATOMIC_SLEEP)? >> >> Best rega

Re: [PATCH 1/3] drm/exynos: don't commit if plane scaling is required

2015-03-19 Thread Tobias Jakobi
Hello Gustavo, Gustavo Padovan wrote: > From: Gustavo Padovan > > exynos doesn't show scaled planes properly on the screen so > disable the feature and show a message to the user. do you know if this is a hardware limitation/issue? With best wishes, Tobias -- To unsubscribe from this list: sen

Re: [PATCH v7 0/9] arm64: Add the support for new Exynos5433 SoC

2015-03-19 Thread Chanwoo Choi
Dear Kukjin, Could you please pick or review this patch-set? Best Regards, Chanwoo Choi On Wed, Mar 18, 2015 at 9:17 AM, Chanwoo Choi wrote: > This patchset adds new 64-bit Exynos5433 Samsung SoC which contains quad > Cortex-A57 and quad Cortex-A53. It is desigend with the 20nm low power > pro

[PATCH 3/3] drm/exynos: enable/disable blend based on pixel format

2015-03-19 Thread Gustavo Padovan
From: Gustavo Padovan Change the switch to use the pixel_format instead of bpp to figure out if we need to enable or disable the layer blending. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos_mixer.c | 29 + 1 file changed, 25 insertions(+), 4 dele

[PATCH 1/3] drm/exynos: don't commit if plane scaling is required

2015-03-19 Thread Gustavo Padovan
From: Gustavo Padovan exynos doesn't show scaled planes properly on the screen so disable the feature and show a message to the user. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos_mixer.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/drm/exynos/exynos

[PATCH 2/3] drm/exynos: reset temporary value after write to register

2015-03-19 Thread Gustavo Padovan
From: Gustavo Padovan 'val' wasn't clean after its last usage, so we could get garbage value and send the wrong command to the hw. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos_mixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos

[PATCH] ARM: dts: Update video-phy node with syscon phandle for Exynos3250

2015-03-19 Thread Beata Michalska
As a follow-up to recent changes to Exynos mipi video phy driver, introducing support for PMU regmap in commit e4b3d38088df6f3acd40 ("phy: exynos-video-mipi: Fix regression by adding support for PMU regmap") add a syscon phandle to video-phy node to bring back to life both MIPI DSI displays and MIP

Re: [PATCH v2 Resend] pwm: samsung: Fix output race on disabling

2015-03-19 Thread Javier Martinez Canillas
Hello Sjoerd, On 03/05/2015 09:14 AM, Sjoerd Simons wrote: > When disabling the samsung PWM the output state remains at the level it > was in the end of a pwm cycle. In other words, calling pwm_disable when > at 100% duty will keep the output active, while at all other setting the > output will go