Re: [PATCH 0/9] OMAP: HWMOD: DSS patches
Hi Tomi, thanks for cleaning up the commit messages and reposting these so quickly. On Tue, 23 Aug 2011, Tomi Valkeinen wrote: > These are the previously sent HWMOD patches split into smaller pieces and with > improved commit messages. > > I'm not sure if these are strictly needed to be sent for -rc. The DSS patches > 9ede365aa6f74428a1f69c21ca1cf21213167576 ("HACK: OMAP: DSS2: clk hack for > OMAP2/3") and df5d3ed23cf73ee0763a8963003bda9b69d9620f ("OMAP: DSS2: HDMI: fix > hdmi clock name") already circumvent the problems with wrong clocks, and the > DSS reset problem on OMAP4 hasn't caused any actual runtime problems as far as > I know. Sounds like we should wait until 3.2 for these. The series has been queued for 3.2 in the branch 'hwmod_dss_fixes_3.2' of the git://git.pwsan.com/linux-2.6 repository. - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH 0/9] OMAP: HWMOD: DSS patches
These are the previously sent HWMOD patches split into smaller pieces and with improved commit messages. I'm not sure if these are strictly needed to be sent for -rc. The DSS patches 9ede365aa6f74428a1f69c21ca1cf21213167576 ("HACK: OMAP: DSS2: clk hack for OMAP2/3") and df5d3ed23cf73ee0763a8963003bda9b69d9620f ("OMAP: DSS2: HDMI: fix hdmi clock name") already circumvent the problems with wrong clocks, and the DSS reset problem on OMAP4 hasn't caused any actual runtime problems as far as I know. So while it'd be nice to remove the hack from omapdss driver and get rid of the reset error print, it's up to you if you want these for -rc. Tomi Tomi Valkeinen (9): OMAP2xxx: HWMOD: Fix DSS reset OMAP2xxx: HWMOD: fix DSS clock data OMAP3: HWMOD: Fix DSS reset OMAP3: HWMOD: fix DSS clock data OMAP4: HWMOD: remove extra clocks OMAP4: HWMOD: Add HWMOD_CONTROL_OPT_CLKS_IN_RESET for dss_core OMAP4: HWMOD: fix DSS clock data OMAP2/3: HWMOD: Add SYSS_HAS_RESET_STATUS for dss OMAP: HWMOD: Unify DSS resets for OMAPs arch/arm/mach-omap2/Makefile |5 +-- arch/arm/mach-omap2/display.c | 35 arch/arm/mach-omap2/omap_hwmod_2420_data.c | 15 +++- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 15 +++- .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c |5 ++- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 35 +-- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 18 +++--- arch/arm/plat-omap/include/plat/common.h |3 ++ include/video/omapdss.h|7 9 files changed, 106 insertions(+), 32 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html