From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Tobias Schandinat Date: Tue, 28 Feb 2012 16:03:29 +0000 Subject: Re: [GIT PULL] OMAP DSS fixes for 3.3-rc Message-Id: <4F4CFAD1.1000301@gmx.de> List-Id: References: <1329988974.1820.62.camel@deskari> In-Reply-To: <1329988974.1820.62.camel@deskari> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tomi Valkeinen Cc: "linux-fbdev@vger.kernel.org" , linux-omap mailing list On 02/23/2012 09:22 AM, Tomi Valkeinen wrote: > Hi Florian, > > Two fixes for OMAP DSS for 3.3: > > First one gets the HDMI output working again. Managing the clocks for > OMAP4 is not very simple, and this patch circumvents the problems we > have in the clock framework. It's a clean but rather hacky fix, but it > shouldn't cause any side-effects. The issue will hopefully be fixed > properly with DT when we'll get proper parent-child hierarchy for DSS HW > submodules. > > The second one is a simple fix for HDMI hotplug detection, which I > missed when I wrote the HDMI PHY fix > (c49d005b6cc8491fad5b24f82805be2d6bcbd3dd). Merged. You would add Cc: stable@vger.kernel.org to patches if appropriate? Thanks, Florian Tobias Schandinat > > Tomi > > The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d: > > Linux 3.3-rc3 (2012-02-08 19:21:53 -0800) > > are available in the git repository at: > git://gitorious.org/linux-omap-dss2/linux.git for-3.3-rc > > Archit Taneja (1): > OMAPDSS: HACK: Ensure DSS clock domain gets out of idle when HDMI is enabled > > Rob Clark (1): > OMAPDSS: HDMI: hot plug detect fix > > drivers/video/omap2/dss/hdmi.c | 24 +++++++++++++++++++++++- > drivers/video/omap2/dss/ti_hdmi_4xxx_ip.c | 9 +-------- > 2 files changed, 24 insertions(+), 9 deletions(-) >