Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753399AbdGSJML (ORCPT ); Wed, 19 Jul 2017 05:12:11 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:18144 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbdGSJMJ (ORCPT ); Wed, 19 Jul 2017 05:12:09 -0400 From: Philippe CORNU To: Laurent Pinchart CC: Archit Taneja , Andrzej Hajda , David Airlie , "dri-devel@lists.freedesktop.org" , "linux-kernel@vger.kernel.org" , Yannick FERTRE , Benjamin Gaignard , Vincent ABRIOU , Alexandre TORGUE , Maxime Coquelin , Gabriel FERNANDEZ , Ludovic BARRE , Fabien DESSENNE , "Mickael REULIER" Subject: Re: [PATCH v1 2/2] drm/bridge/synopsys: dsi: Register list clean up Thread-Topic: [PATCH v1 2/2] drm/bridge/synopsys: dsi: Register list clean up Thread-Index: AQHS/8tPRnu0OvQNdE6zLhRz+pj/Y6JavPOA Date: Wed, 19 Jul 2017 09:11:44 +0000 Message-ID: References: <1500378232-21424-1-git-send-email-philippe.cornu@st.com> <1500378232-21424-3-git-send-email-philippe.cornu@st.com> <1549201.DAvZbLDVYF@avalon> In-Reply-To: <1549201.DAvZbLDVYF@avalon> 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.46] Content-Type: text/plain; charset="utf-8" Content-ID: <93341392D6C14743AC8584341FE3F2ED@st.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-07-19_06:,, 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 v6J9CIvE013113 Content-Length: 1478 Lines: 48 On 07/18/2017 03:39 PM, Laurent Pinchart wrote: > Hi Philippe, > > Thank you for the patch. > > On Tuesday 18 Jul 2017 13:43:52 Philippe CORNU wrote: >> This patch cleans up the Synopsys mipi dsi register list: >> - remove unused registers > > Is the documentation for the DSI transmitter core public ? If not, it could be > useful to keep unused registers for reference. That's nine lines only. > Hi Laurent, And many thanks for the code review. Unfortunately the Synopsys Documentation seems not public (I may google more), so I will put back these registers :) Nevertheless, the stm32 documentation is public and it is probably the same for rockchip (and hisilicon and...), and in these public documentations, register and bitfield names are slightly different but register addresses and bitfield descriptions are the same... I do not know if it makes sense or not but we may ask Synopsys to publicly release the mipi dsi documentation... Did you manage to get it "publicly" for the Synopsys hdmi? >> - rename registers according to the Synopsys documentation >> (1.30 & 1.31) >> - fix typos >> - re-order registers for a better coherency > > For the rest, > > Reviewed-by: Laurent Pinchart > Thank you Philippe >> Signed-off-by: Philippe CORNU >> --- >> drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 77 +++++++++--------------- >> 1 file changed, 33 insertions(+), 44 deletions(-) >