[PATCH v6 03/11] dts: exynos4412-odroid*: enable the HDMI CEC device

2015-05-05 Thread Krzysztof Kozłowski
2015-05-05 2:32 GMT+09:00 Kamil Debski : > Add a dts node entry and enable the HDMI CEC device present in the Exynos4 > family of SoCs. > > Signed-off-by: Kamil Debski Acked-by: Krzysztof Kozlowski Best regards, Krzysztof

[PATCH v6 02/11] dts: exynos4: add node for the HDMI CEC device

2015-05-05 Thread Krzysztof Kozłowski
2015-05-05 2:32 GMT+09:00 Kamil Debski : > This patch adds HDMI CEC node specific to the Exynos4210/4x12 SoC series. > > Signed-off-by: Kamil Debski Acked-by: Krzysztof Kozlowski Best regards, Krzysztof

[PATCH v6 01/11] dts: exynos4*: add HDMI CEC pin definition to pinctrl

2015-05-05 Thread Krzysztof Kozłowski
2015-05-05 2:32 GMT+09:00 Kamil Debski : > Add pinctrl nodes for the HDMI CEC device to the Exynos4210 and > Exynos4x12 SoCs. These are required by the HDMI CEC device. > > Signed-off-by: Kamil Debski Acked-by: Krzysztof Kozlowski Are there any objections to picking the DTS changes independentl

exynos boot falures in linux-next

2014-11-17 Thread Krzysztof Kozłowski
On 17.11.2014 16:57, Kevin Hilman wrote: > FYI... > > Various new exynos5 boot failures starting next-20141117. Looking in > the boot logs, the boot stops during DRM initialization. > > Note that the boot failures are only on exynos_defconfig, and not > multi_v7_defconfig. Cc: +Inki Dae, +dri-d

[PATCH] drm/exynos: resolve infinite loop issue on multi-platform

2014-11-06 Thread Krzysztof Kozłowski
On 06.11.2014 11:32, Inki Dae wrote: > This patch resolves temporarily infinite loop issue incurred > when Exynos drm driver is enabled and multi-platform kernel > is used by registering Exynos drm device object only in case > of Exynos SoC. So this patch will be replaced with more generic > way la