[PATCH v7 3/8] of: add generic videomode description

2012-11-01 Thread Thierry Reding
On Wed, Oct 31, 2012 at 10:28:03AM +0100, Steffen Trumtrar wrote: [...] > +config OF_VIDEOMODE > + def_bool y > + depends on VIDEOMODE > + help > + helper to get videomodes from the devicetree > + I think patches 3 and 4 need to be swapped, since patch 4 introduces the VIDEOMODE

Re: [PATCH v7 3/8] of: add generic videomode description

2012-11-01 Thread Thierry Reding
On Wed, Oct 31, 2012 at 10:28:03AM +0100, Steffen Trumtrar wrote: [...] > +config OF_VIDEOMODE > + def_bool y > + depends on VIDEOMODE > + help > + helper to get videomodes from the devicetree > + I think patches 3 and 4 need to be swapped, since patch 4 introduces the VIDEOMODE

[PATCH v7 3/8] of: add generic videomode description

2012-10-31 Thread Steffen Trumtrar
Get videomode from devicetree in a format appropriate for the backend. drm_display_mode and fb_videomode are supported atm. Uses the display signal timings from of_display_timings Signed-off-by: Philipp Zabel Signed-off-by: Steffen Trumtrar --- drivers/of/Kconfig |6 ++ driver

[PATCH v7 3/8] of: add generic videomode description

2012-10-31 Thread Steffen Trumtrar
Get videomode from devicetree in a format appropriate for the backend. drm_display_mode and fb_videomode are supported atm. Uses the display signal timings from of_display_timings Signed-off-by: Philipp Zabel Signed-off-by: Steffen Trumtrar --- drivers/of/Kconfig |6 ++ driver