Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751564AbdCQECP (ORCPT ); Fri, 17 Mar 2017 00:02:15 -0400 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34581 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751096AbdCQECL (ORCPT ); Fri, 17 Mar 2017 00:02:11 -0400 From: Chris Zhong To: linux-rockchip@lists.infradead.org Cc: Chris Zhong , 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: [PATCH v3 0/4] RK3399 dw-mipi-dsi patches Date: Fri, 17 Mar 2017 11:54:20 +0800 Message-Id: <1489722865-22122-1-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 2.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 759 Lines: 26 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. 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