Re: [PATCH 0/6] OMAPDSS: Misc fixes and cleanups
From: Archit Taneja <hidden>
Date: 2012-05-08 12:24:04
Also in:
linux-omap
On Tuesday 08 May 2012 05:28 PM, Tomi Valkeinen wrote:
On Mon, 2012-05-07 at 16:51 +0530, Archit Taneja wrote:quoted
The first patch in this series is a follow up on the previously posted series 'OMAPDSS: APPLY: Treat overlay manager timings as shadow registers'. It is required for HDMI and DPI interfaces to work properly, it ensures manager timings are applied in the set_timing() ops for these interfaces. The next 3 patches remove some unnecessary usage of omap_dss_device pointer in DISPC and APPLY. The last 2 patches are miscellaneous fixes and are self explanatory. Reference tree containing this series: git://gitorious.org/~boddob/linux-omap-dss2/archit-dss2-clone.git mgr_timing_and_fixes Tested on OMAP4 SDP. Archit Taneja (6): OMAPDSS: DPI/HDMI: Apply manager timings even if panel is disabled OMAPDSS: APPLY: Remove an unnecessary omap_dss_device pointer OMAPDSS: DISPC: Remove omap_dss_device pointer usage from dispc_mgr_pclk_rate() OMAPDSS: DISPC: Remove usage of dispc_mgr_get_device() OMAPDSS: Fix DSI_FCLK clock source selection OMAPDSS: DISPC: Remove Fake VSYNC supportThe first four patches seem to be related (or at least based) to the set_timings series (and the first patch you already had included in later version). Should I take the two last patches and apply them already, as they are fine and don't depend on anything? You could add the first 4 patches into the set_timings series.
Yes, you can apply the last 2 patches. Thanks, Archit
Tomi