Re: [PATCH 19/20] OMAPDSS: DISPC: remove dssdev depependency from error handler

2012-10-29 Thread Archit Taneja
Hi, On Wednesday 24 October 2012 02:59 PM, Tomi Valkeinen wrote: The dispc error handler tries to fix issues by disabling and enabling panel. This is problematic, as we're trying to remove the dependency from omapdss to the omap_dss_devices. It's also racy, and doesn't really fix anything.

Re: [PATCH 19/20] OMAPDSS: DISPC: remove dssdev depependency from error handler

2012-10-29 Thread Tomi Valkeinen
On 2012-10-29 09:12, Archit Taneja wrote: Hi, On Wednesday 24 October 2012 02:59 PM, Tomi Valkeinen wrote: The dispc error handler tries to fix issues by disabling and enabling panel. This is problematic, as we're trying to remove the dependency from omapdss to the omap_dss_devices. It's

Re: [PATCH 19/20] OMAPDSS: DISPC: remove dssdev depependency from error handler

2012-10-29 Thread Archit Taneja
On Monday 29 October 2012 01:34 PM, Tomi Valkeinen wrote: On 2012-10-29 09:12, Archit Taneja wrote: Hi, On Wednesday 24 October 2012 02:59 PM, Tomi Valkeinen wrote: The dispc error handler tries to fix issues by disabling and enabling panel. This is problematic, as we're trying to remove the

[PATCH 19/20] OMAPDSS: DISPC: remove dssdev depependency from error handler

2012-10-24 Thread Tomi Valkeinen
The dispc error handler tries to fix issues by disabling and enabling panel. This is problematic, as we're trying to remove the dependency from omapdss to the omap_dss_devices. It's also racy, and doesn't really fix anything. This patch removes the use of omap_dss_device from the error handler,