Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D730C76195 for ; Tue, 21 Mar 2023 02:10:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229674AbjCUCKH (ORCPT ); Mon, 20 Mar 2023 22:10:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54972 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbjCUCKE (ORCPT ); Mon, 20 Mar 2023 22:10:04 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2A07D2B9E8; Mon, 20 Mar 2023 19:10:02 -0700 (PDT) Received: from EXMBX166.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX166", Issuer "EXMBX166" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 8748F24E1FB; Tue, 21 Mar 2023 10:10:00 +0800 (CST) Received: from EXMBX162.cuchost.com (172.16.6.72) by EXMBX166.cuchost.com (172.16.6.76) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Mar 2023 10:10:00 +0800 Received: from [192.168.125.82] (183.27.97.64) by EXMBX162.cuchost.com (172.16.6.72) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Mar 2023 10:09:59 +0800 Message-ID: <7f38d366-f3da-7441-3400-7719b0f33326@starfivetech.com> Date: Tue, 21 Mar 2023 10:09:57 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v2 0/3] Add JH7110 MIPI DPHY RX support Content-Language: en-US To: Vinod Koul CC: Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Emil Renner Berthing , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Philipp Zabel , Jack Zhu , , , , References: <20230223015952.201841-1-changhuang.liang@starfivetech.com> <7e525c7d-d534-adba-4aea-a485ba37bcc7@starfivetech.com> From: Changhuang Liang In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [183.27.97.64] X-ClientProxiedBy: EXCAS064.cuchost.com (172.16.6.24) To EXMBX162.cuchost.com (172.16.6.72) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/3/20 20:39, Vinod Koul wrote: > On 03-03-23, 14:05, Changhuang Liang wrote: >> >> >> On 2023/2/23 9:59, Changhuang Liang wrote: >>> This patchset adds mipi dphy rx driver for the StarFive JH7110 SoC. >>> It is used to transfer CSI camera data. The series has been tested on >>> the VisionFive 2 board. >>> >>> This patchset should be applied after the patchset [1] and patch [2]: >>> [1] https://lore.kernel.org/all/20230221083323.302471-1-xingyu.wu@starfivetech.com/ >>> [2] https://lore.kernel.org/all/20230215113249.47727-4-william.qiu@starfivetech.com/ >>> >> Hi, Vinod and Kishon >> >> Could you please help to review and give me some suggestions >> for this patch series? Thank you for your time. > > There are already comments on dt-binding, please address them! > I have address them on v3, and I am really looking forward to your comments. Thank you so much for wasting your time. >> >> Best regards, >> Changhuang >