From mboxrd@z Thu Jan 1 00:00:00 1970 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 5B441C3DA6F for ; Fri, 25 Aug 2023 09:57:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233476AbjHYJ4x (ORCPT ); Fri, 25 Aug 2023 05:56:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48612 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236990AbjHYJ4n (ORCPT ); Fri, 25 Aug 2023 05:56:43 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F99E1FD3; Fri, 25 Aug 2023 02:56:39 -0700 (PDT) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id BFAE024E266; Fri, 25 Aug 2023 17:56:37 +0800 (CST) Received: from EXMBX073.cuchost.com (172.16.6.83) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 25 Aug 2023 17:56:37 +0800 Received: from [192.168.1.218] (180.164.60.184) by EXMBX073.cuchost.com (172.16.6.83) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Fri, 25 Aug 2023 17:56:37 +0800 Message-ID: <6de4333d-747f-a0f4-859d-88a8fa83369d@starfivetech.com> Date: Fri, 25 Aug 2023 17:56:36 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [PATCH v8 0/8] Add StarFive Camera Subsystem driver Content-Language: en-US To: Laurent Pinchart , Greg Kroah-Hartman CC: Mauro Carvalho Chehab , Robert Foss , Todor Tomov , , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , Philipp Zabel , Hans Verkuil , , , , , References: <20230824080109.89613-1-jack.zhu@starfivetech.com> <2023082436-spendable-reshuffle-878d@gregkh> <2023082416-flanking-requisite-a8ed@gregkh> <20230824133441.GC27092@pendragon.ideasonboard.com> From: Jack Zhu In-Reply-To: <20230824133441.GC27092@pendragon.ideasonboard.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [180.164.60.184] X-ClientProxiedBy: EXCAS064.cuchost.com (172.16.6.24) To EXMBX073.cuchost.com (172.16.6.83) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2023/8/24 21:34, Laurent Pinchart wrote: > On Thu, Aug 24, 2023 at 03:08:33PM +0200, Greg Kroah-Hartman wrote: >> On Thu, Aug 24, 2023 at 08:23:33PM +0800, Jack Zhu wrote: >> > On 2023/8/24 19:37, Greg Kroah-Hartman wrote: >> > > On Thu, Aug 24, 2023 at 04:01:01PM +0800, Jack Zhu wrote: >> > >> Hi, >> > >> >> > >> This series is the v8 series that attempts to support the Camera Subsystem >> > >> found on StarFive JH7110 SoC. >> > > >> > > I don't see anything here about why this is in drivers/staging/media/ >> > > now and not just in drivers/media/. What is preventing this to be put >> > > into the correct place to start with? What needs to be done to the code >> > > to get it out of drivers/staging/media/ and who is going to do that >> > > work? >> > >> > The series does not contain 3A interface. According to Laurent's suggestion, >> > we put the driver in the staging directory first. In the next stage, we will >> > continue to submit the 3A interface in the way of incremental development, >> > and finally expect the code to be placed in the drivers/media/. >> >> Can you please say that in the changelog text for when you are adding >> the driver so that we know this? > > It's also customary to add a TODO file in the driver directory to list > the work needed before moving the code to drivers/media/. Jack, could > you please do so ? > Yes, thank you for your reminder. > -- Regards, Jack Zhu