[PATCH] drm/exynos: fimd: Keep power enabled during fimd_bind

2014-07-04 Thread Tushar Behera
o keep power-domain enabled explicitly. Unhandled fault: external abort on non-linefetch (0x1008) at 0xf0180034 Internal error: : 1008 [#1] PREEMPT SMP ARM ... PC is at fimd_bind+0x84/0x134 LR is at component_bind_all+0xb4/0x1d8 Signed-off-by: Tushar Behera --- drivers/gpu/drm/exynos/exynos_drm_

[PATCH 0/3] Remove devm_request_and_ioremap()

2014-06-20 Thread Tushar Behera
;> Kroah-Hartman. [1] Also, it was accepted by Greg Kroah-Hartman. >>> [2] Thank you. >>> >>> [1] https://lkml.org/lkml/2014/6/11/26 [2] >>> https://lkml.org/lkml/2014/6/11/649 >> >> Yeah, I'll go apply that right now while I'm remembering it :) >

[PATCH V2] drm/exynos: Fix multiplatform breakage for ipp/gsc

2014-01-16 Thread Tushar Behera
There is no need to include "plat/map-base.h" in ipp driver. Remove this and enable this driver for multi-platform. However gsc driver is not multiplatform compliant yet, so make the compilation conditional upon !ARCH_MULTIPLATFORM. Signed-off-by: Tushar Behera --- Changes for

[PATCH] drm/exynos: Fix multiplatform breakage for ipp

2014-01-16 Thread Tushar Behera
On 16 January 2014 10:33, Sachin Kamat wrote: > Hi Tushar, > > On 15 January 2014 17:27, Tushar Behera wrote: >> There is no need to include "plat/map-base.h" in ipp driver. Remove >> this and enable this driver for multi-platform. >> >> Signed-off-by

[PATCH] drm/exynos: Fix multiplatform breakage for ipp

2014-01-15 Thread Tushar Behera
There is no need to include "plat/map-base.h" in ipp driver. Remove this and enable this driver for multi-platform. Signed-off-by: Tushar Behera --- drivers/gpu/drm/exynos/Kconfig |2 +- drivers/gpu/drm/exynos/exynos_drm_ipp.c |1 - 2 files changed, 1 insertion(+), 2

[PATCH 2/5] DRM: Armada: Use devm_ioremap_resource

2013-10-31 Thread Tushar Behera
While at it, propagate the error code. Signed-off-by: Tushar Behera CC: dri-devel at lists.freedesktop.org CC: Russell King <rmk+kernel at arm.linux.org.uk> CC: David Airlie --- drivers/gpu/drm/armada/armada_crtc.c |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff

[PATCH 0/5] Remove remaining instances of devm_request_and_ioremap

2013-10-31 Thread Tushar Behera
devm_request_and_ioremap is now obsolete and is replaced by devm_ioremap_resource. Update the remaining places where devm_request_and_ioremap is still used and remove its definition. The patches are based on next-20131030. Tushar Behera (5): MIPS: ralink: Use devm_ioremap_resource DRM

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-01 Thread Tushar Behera
/7 in this series). Would you please split this and send it as a separate patch for v3.12? -- Tushar Behera ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel