From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753210AbcGVHOr (ORCPT ); Fri, 22 Jul 2016 03:14:47 -0400 Received: from muru.com ([72.249.23.125]:44537 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753154AbcGVHOq (ORCPT ); Fri, 22 Jul 2016 03:14:46 -0400 Date: Fri, 22 Jul 2016 00:14:42 -0700 From: Tony Lindgren To: Sebastian Reichel Cc: Paul Walmsley , Tomi Valkeinen , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: OMAP3: hwmod data: Add sysc information for DSI Message-ID: <20160722071442.GY28140@atomide.com> References: <1466733573-19177-1-git-send-email-sre@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466733573-19177-1-git-send-email-sre@kernel.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Sebastian Reichel [160623 19:02]: > Add missing sysconfig/sysstatus information > to OMAP3 hwmod. The information has been > checked against OMAP34xx and OMAP36xx TRM. > > Without this change DSI block is not reset > during boot, which is required for working > Nokia N950 display. > > Signed-off-by: Sebastian Reichel > --- > Hi, > > This is an updated version of this patch [0]. Instead > of the workaround implemented in [0], this patch fixes > the root problem - missing hwmod data. I think it should > be added to -rc. > > [0] http://article.gmane.org/gmane.comp.video.dri.devel/153665 Sorry for the delay in replying, I was offline for few weeks. I'll add this into fixes for v4.8 with cc stable as it's not a regression or a oops. Regards, Tony