Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752022AbdGRNji (ORCPT ); Tue, 18 Jul 2017 09:39:38 -0400 Received: from galahad.ideasonboard.com ([185.26.127.97]:57720 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751534AbdGRNjg (ORCPT ); Tue, 18 Jul 2017 09:39:36 -0400 From: Laurent Pinchart To: Philippe CORNU 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 Date: Tue, 18 Jul 2017 16:39:43 +0300 Message-ID: <1549201.DAvZbLDVYF@avalon> User-Agent: KMail/4.14.10 (Linux/4.9.34-gentoo; KDE/4.14.32; x86_64; ; ) In-Reply-To: <1500378232-21424-3-git-send-email-philippe.cornu@st.com> References: <1500378232-21424-1-git-send-email-philippe.cornu@st.com> <1500378232-21424-3-git-send-email-philippe.cornu@st.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 29 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. > - 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 > Signed-off-by: Philippe CORNU > --- > drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 77 +++++++++--------------- > 1 file changed, 33 insertions(+), 44 deletions(-) -- Regards, Laurent Pinchart