From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] imx-drm: imx-hdmi: fix hdmi hotplug detection initial state Date: Fri, 6 Jun 2014 07:06:32 -0700 Message-ID: <20140606140632.GA12232@kroah.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 61B826E378 for ; Fri, 6 Jun 2014 07:06:38 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Russell King Cc: devel@driverdev.osuosl.org, DRI mailing list List-Id: dri-devel@lists.freedesktop.org On Fri, Jun 06, 2014 at 02:56:43PM +0100, Russell King wrote: > The initial state at boot is assumed to be disconnected, and we hope > to receive an interrupt to update the status. Let's be more explicit > about the current state - reading the PHY status register tells us > the current level of the hotplug signal, which we can report back in > the _detect() method. > > Signed-off-by: Russell King > --- > This fix should go in for -rc - though it's probably too late to get it > in for 3.15, it may be considered as a potential stable candidate. If > not, can we get this in for 3.16-rc1 please? Yes, it's too late for 3.15, but I can mark it for -stable and get it in for 3.16-rc1. thanks, greg k-h