Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967521AbdCXTjG (ORCPT ); Fri, 24 Mar 2017 15:39:06 -0400 Received: from mail-qt0-f170.google.com ([209.85.216.170]:35795 "EHLO mail-qt0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967263AbdCXTi5 (ORCPT ); Fri, 24 Mar 2017 15:38:57 -0400 Date: Fri, 24 Mar 2017 15:38:54 -0400 From: Sean Paul To: Chris Zhong Cc: linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Mark Yao , Heiko Stuebner , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , David Airlie , Mark Rutland , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/4] RK3399 dw-mipi-dsi patches Message-ID: <20170324193854.wxnco6mmxf5n6bhl@art_vandelay> References: <1490147691-4489-1-git-send-email-zyw@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490147691-4489-1-git-send-email-zyw@rock-chips.com> User-Agent: NeoMutt/20170306-66-6ddb52-dirty (1.8.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1070 Lines: 43 On Wed, Mar 22, 2017 at 09:54:47AM +0800, Chris Zhong wrote: > Hi all > > This series set the phy_cfg_clk to be a required clock for RK3399, and > add a grf clock control in dw-mipi-dsi driver. And then correct a > register name. > Applied to drm-misc Thanks, Sean > > Changes in v4: > - remove "additional" > - print the err after clk_prepare_enable(dsi->grf_clk) > > Changes in v3: > - add a DW_MIPI_NEEDS_PHY_CFG_CLK for RK3399 > - add a DW_MIPI_NEEDS_GRF_CLK for RK3399 > > Changes in v2: > - check the grf_clk only for RK3399 > > Chris Zhong (4): > drm/rockchip/dsi: check phy_cfg_clk only for RK3399 > dt-bindings: add the grf clock for dw-mipi-dsi > drm/rockchip/dsi: enable the grf clk before writing grf registers > drm/rockchip/dsi: correct the grf_switch_reg name > > .../display/rockchip/dw_mipi_dsi_rockchip.txt | 2 +- > drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 42 +++++++++++++++++----- > 2 files changed, 35 insertions(+), 9 deletions(-) > > -- > 2.6.3 > -- Sean Paul, Software Engineer, Google / Chromium OS