From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omzsmtpe02.verizonbusiness.com ([199.249.25.209]:36874 "EHLO omzsmtpe02.verizonbusiness.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752862AbdDEOSv (ORCPT ); Wed, 5 Apr 2017 10:18:51 -0400 From: alexander.levin@verizon.com To: "gregkh@linuxfoundation.org" CC: "stable@vger.kernel.org" Subject: Re: [PATCH for 4.9 01/98] drm/sun4i: tcon: Move SoC specific quirks to a DT matched data structure Date: Wed, 5 Apr 2017 14:07:46 +0000 Message-ID: <20170405140747.7hl2h63fk5cqcyvl@sasha-lappy> References: <20170404193158.19041-1-alexander.levin@verizon.com> <20170404193158.19041-2-alexander.levin@verizon.com> <20170405101649.GB31998@kroah.com> In-Reply-To: <20170405101649.GB31998@kroah.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: On Wed, Apr 05, 2017 at 12:16:49PM +0200, gregkh@linuxfoundation.org wrote: > On Tue, Apr 04, 2017 at 07:32:02PM +0000, alexander.levin@verizon.com wro= te: > > From: Chen-Yu Tsai > >=20 > > [ Upstream commit 91ea2f29cba6a7fe035ea232e4f981211a9fce5d ] > >=20 > > We already have some differences between the 2 supported SoCs. > > More will be added as we support other SoCs. To avoid bloating > > the probe function with even more conditionals, move the quirks > > to a separate data structure that's tied to the compatible string. > >=20 > > Signed-off-by: Chen-Yu Tsai > > Signed-off-by: Maxime Ripard > > Signed-off-by: Sasha Levin > > --- > > drivers/gpu/drm/sun4i/sun4i_tcon.c | 33 ++++++++++++++++++------------= --- > > drivers/gpu/drm/sun4i/sun4i_tcon.h | 11 +++++++---- > > 2 files changed, 25 insertions(+), 19 deletions(-) >=20 > What new hardware is this enabling? It looks like this is just code > reorginizing to me, to make things easier for later patches, which I > don't see in this patch series... Uh, right, I pulled it in for: 49c440e87cd ("drm/sun4i: Add compatible strings for A31/A31s display pipel= ines") 93a5ec14da2 ("drm/sun4i: Add compatible string for A31/A31s TCON (timing c= ontroller)") I'm not sure where they went, can you pull them in please? --=20 Thanks, Sasha=