Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751746AbdHANcM (ORCPT ); Tue, 1 Aug 2017 09:32:12 -0400 Received: from mx08-00178001.pphosted.com ([91.207.212.93]:53502 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751769AbdHANau (ORCPT ); Tue, 1 Aug 2017 09:30:50 -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/tT5YVvqLkucygNmNMl7BKJvXXaA Date: Tue, 1 Aug 2017 13:30:03 +0000 Message-ID: <82027452-ce6f-a530-efd6-dcfd7a07f72e@st.com> References: <1501593788-21036-1-git-send-email-philippe.cornu@st.com> In-Reply-To: <1501593788-21036-1-git-send-email-philippe.cornu@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.47] Content-Type: text/plain; charset="utf-8" Content-ID: MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-01_07:,, 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 v71DXsdF030654 Content-Length: 1059 Lines: 36 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(-) >