From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752265AbcAFIjh (ORCPT ); Wed, 6 Jan 2016 03:39:37 -0500 Received: from regular1.263xmail.com ([211.150.99.138]:51503 "EHLO regular1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199AbcAFIjf (ORCPT ); Wed, 6 Jan 2016 03:39:35 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: mark.yao@rock-chips.com X-FST-TO: linux-arm-kernel@lists.infradead.org X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: mark.yao@rock-chips.com X-UNIQUE-TAG: <8467d47aa452af566bf5e8ec2feeb2dc> X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Message-ID: <568CD2BC.7080800@rock-chips.com> Date: Wed, 06 Jan 2016 16:39:24 +0800 From: Mark yao User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Chris Zhong , heiko@sntech.de, linux-rockchip@lists.infradead.org, treding@nvidia.com CC: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Kumar Gala , Ian Campbell , Rob Herring , David Airlie , Pawel Moll , Mark Rutland , Russell King , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v7 0/5] Add mipi dsi support for rk3288 References: <1452053038-32098-1-git-send-email-zyw@rock-chips.com> In-Reply-To: <1452053038-32098-1-git-send-email-zyw@rock-chips.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016年01月06日 12:03, Chris Zhong wrote: > The rk3288 MIPI DSI is a Synopsys DesignWare MIPI DSI host controller > IP. This series adds support for a Synopsys DesignWare MIPI DSI host > controller DRM driver. > > The MIPI DSI feature is tested on rk3288 evb board, backport them to > chrome os kernel chrome_v3.14, and it can display normally. > > This patchset is base on the patchset from Ying.liu@freescale.com. > > > According to the suggestion from Thierry, I have get rid of the bridge, > and register the encoder & connecter in drm/rockchip/dw-mipi-dsi.c. > > After backport below patches from linux-next, I can merge this serial into > Dave's drm-next branch. > > 94d5d6a0fbf3 clk: rockchip: add an id for rk3288 crypto clk > c6d49fbcfcc4 clk: rockchip: add id for mipidsi sclk on rk3288 > a2f4c560f18e clk: rockchip: add mipidsi clock on rk3288 > 69c923743640 ARM: dts: rockchip: correct the name of REG8 for rk3288-evb-act8846 > 662513a14c9d ARM: dts: rockchip: add 2 regulators for rk3288-evb-act8846 > b04061e6599b ARM: dts: rockchip: move the public part to rk3288-evb common > > > Hi Chris I had picked following three patches and send a pull-request to Dave [PATCH v7 1/5] drm/rockchip: return a true clock rate to adjusted_mode [PATCH v7 2/5] Documentation: dt-bindings: Add bindings for rk3288 DW MIPI DSI driver [PATCH v7.2 3/5] drm: rockchip: Support Synopsys DW MIPI DSI Thanks. -- Mark Yao