Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935939AbdGTMqE (ORCPT ); Thu, 20 Jul 2017 08:46:04 -0400 Received: from mail-qt0-f173.google.com ([209.85.216.173]:37562 "EHLO mail-qt0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933994AbdGTMqD (ORCPT ); Thu, 20 Jul 2017 08:46:03 -0400 MIME-Version: 1.0 In-Reply-To: <1500552357-29487-1-git-send-email-philippe.cornu@st.com> References: <1500552357-29487-1-git-send-email-philippe.cornu@st.com> From: Benjamin Gaignard Date: Thu, 20 Jul 2017 14:46:02 +0200 Message-ID: Subject: Re: [PATCH v2 0/7] drm/stm: Various cleanups To: Philippe CORNU Cc: Yannick Fertre , Vincent Abriou , David Airlie , "dri-devel@lists.freedesktop.org" , Linux Kernel Mailing List , Fabien Dessenne , Mickael Reulier , Gabriel Fernandez , Ludovic Barre , Alexandre Torgue , Maxime Coquelin Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 29 2017-07-20 14:05 GMT+02:00 Philippe CORNU : > Version 2: > - Add devm_reset_control_get_exclusive to follow explicit reset API > - Add missing commit messages & reviewed-by. > > Version 1: > - Initial commit > > The purpose of this set of patches is to clean up the drm stm driver. > > Philippe CORNU (7): > drm/stm: drv: Rename platform driver name > drm/stm: ltdc: Cleanup signal polarity defines > drm/stm: ltdc: Lindent and minor cleanups > drm/stm: ltdc: Constify funcs structures > drm/stm: ltdc: add devm_reset_control & platform_get_ressource > drm/stm: ltdc: Cleanup rename returned value > drm/stm: dsi: Constify phy ops structure > > drivers/gpu/drm/stm/drv.c | 21 ++-- > drivers/gpu/drm/stm/dw_mipi_dsi-stm.c | 2 +- > drivers/gpu/drm/stm/ltdc.c | 225 ++++++++++++++++------------------ > 3 files changed, 116 insertions(+), 132 deletions(-) > > -- > 1.9.1 > merged in drm-misc-next