Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752019AbdIAMlM (ORCPT ); Fri, 1 Sep 2017 08:41:12 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:53964 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751813AbdIAMlL (ORCPT ); Fri, 1 Sep 2017 08:41:11 -0400 From: Philippe CORNU To: Archit Taneja , Andrzej Hajda , Laurent Pinchart , David Airlie , Philipp Zabel , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" CC: Yannick FERTRE , Benjamin Gaignard , Vincent ABRIOU , Alexandre TORGUE , Maxime Coquelin , Gabriel FERNANDEZ , Ludovic BARRE , Fabien DESSENNE , Mickael REULIER Subject: Re: [PATCH v3 0/3] drm/bridge/synopsys: dsi: Various cleanups Thread-Topic: [PATCH v3 0/3] drm/bridge/synopsys: dsi: Various cleanups Thread-Index: AQHTCslc/tT5YVvqLkucygNmNMl7BKJvXXaAgDCqgAA= Date: Fri, 1 Sep 2017 12:40:47 +0000 Message-ID: <129a3c73-fcf6-393a-3d58-06425ed111bc@st.com> References: <1501593788-21036-1-git-send-email-philippe.cornu@st.com> <82027452-ce6f-a530-efd6-dcfd7a07f72e@st.com> In-Reply-To: <82027452-ce6f-a530-efd6-dcfd7a07f72e@st.com> Accept-Language: fr-FR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.75.127.48] Content-Type: text/plain; charset="utf-8" Content-ID: <7016ED6D2F992248B39A6FBB9D5C2C01@st.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-01_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id v81CfH1d015488 Content-Length: 1447 Lines: 50 Hi Archit, Gentle reminder :-) Do not hesitate to send me any comments so I can update these patches. Note that the "Constify funcs structures" patch is now obsolete as a similar ones from Bhumika Goyal has been posted then integrated recently. Many thanks for your support, Philippe :-) On 08/01/2017 03:30 PM, Philippe CORNU wrote: > Hi Archit, > > The 2 first patches have been reviewed by Laurent. The 3rd one has been > "acked" by Philipp. > > Do not hesitate to send me any comments so I can take them into account > before my holidays (end of next week)... > > Many thanks for your support, > > Philippe :-) > > > On 08/01/2017 03:23 PM, Philippe CORNU wrote: >> Version 3: >> - Add devm_reset_control_get_optional_exclusive (Philipp Zabel). >> >> Version 2: >> - Put back Synopsys mipi dsi unused registers. >> - Add devm_reset_control_get_exclusive to follow explicit reset API. >> - Add a missing commit message & reviewed-by. >> >> Version 1: >> - Initial commit >> >> The purpose of this set of patches is to clean up the mipi dsi dw >> Synopsys drm bridge. >> >> Philippe CORNU (3): >> drm/bridge/synopsys: dsi: Constify funcs structures >> drm/bridge/synopsys: dsi: Register list clean up >> drm/bridge/synopsys: dsi: explicitly request exclusive reset control >> >> drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 104 >> +++++++++++++++----------- >> 1 file changed, 60 insertions(+), 44 deletions(-) >>