From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933312AbdBVS4J (ORCPT ); Wed, 22 Feb 2017 13:56:09 -0500 Received: from dougal.metanate.com ([90.155.101.14]:56398 "EHLO metanate.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932156AbdBVS4D (ORCPT ); Wed, 22 Feb 2017 13:56:03 -0500 Date: Wed, 22 Feb 2017 18:55:43 +0000 From: John Keeping To: Sean Paul Cc: Chris Zhong , Doug Anderson , Tomasz Figa , Heiko Stuebner , Mark Yao , Mark Rutland , "devicetree@vger.kernel.org" , Rob Herring , Kumar Gala , Pawel Moll , Linux Kernel Mailing List , dri-devel , linux-rockchip@lists.infradead.org, Linux ARM Kernel Subject: Re: [RESEND PATCH v7 0/7] Rockchip dw-mipi-dsi driver Message-ID: <20170222185543.71e20187.john@metanate.com> In-Reply-To: References: <1487577744-2855-1-git-send-email-zyw@rock-chips.com> <20170221153918.GA25168@art_vandelay> <20170222134314.016a4940.john@metanate.com> Organization: Metanate Ltd X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 Feb 2017 10:57:05 -0500, Sean Paul wrote: > On Wed, Feb 22, 2017 at 8:43 AM, John Keeping wrote: > > On Tue, 21 Feb 2017 10:39:18 -0500, Sean Paul wrote: > > > >> On Mon, Feb 20, 2017 at 04:02:16PM +0800, Chris Zhong wrote: > >> > Hi all > >> > > >> > [Resend this v7 version series, since there are 5 mails have gone missing, last > >> > week] > >> > > >> > This version does not change the existing v6 patches, just to add the > >> > "bandwidth fix" patch back, since we really need it. > >> > > >> > This patch serial is for RK3399 MIPI DSI. The MIPI DSI controller of > >> > RK3399 is almost the same as RK3288, except a little bit of difference > >> > in phy clock controlling and port id selection register. These patches > >> > add RK3399 support and the power domain support. > >> > > >> > And these patches base on John Keeping's v3 patches[0], it fixes many bugs, > >> > they have been tested on rk3288 evb board. > >> > >> Do we have an ETA on when John is planning on respinning his patchset based on > >> review feedback? > > > > I have all of the changes queued but I was hoping to find some time to > > test the latest version before sending it out; unfortunately everything > > else is more important at the moment. If you're happy with the caveat > > that the latest changes are build tested only I can probably send it > > out this afternoon. > > I suppose my answer depends on when the tested version will be > available, or perhaps Chris can test the new set for you? I don't have > any rockchip devices with mipi, so i'm not much help. None of the changes scare me that much, so I don't expect testing to throw up any problems but I don't like throwing out patches without at least a basic test run. I might have time to test on Friday, but I expect Chris has more time to devote to this than I do, so maybe it's better if I send the patches out tomorrow. John