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 78721C7113B for ; Thu, 24 Aug 2023 12:24:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231143AbjHXMYB (ORCPT ); Thu, 24 Aug 2023 08:24:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230384AbjHXMXn (ORCPT ); Thu, 24 Aug 2023 08:23:43 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7998010EF; Thu, 24 Aug 2023 05:23: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 D8FA424DCA6; Thu, 24 Aug 2023 20:23:34 +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; Thu, 24 Aug 2023 20:23:34 +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; Thu, 24 Aug 2023 20:23:34 +0800 Message-ID: Date: Thu, 24 Aug 2023 20:23:33 +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 To: Greg Kroah-Hartman CC: Mauro Carvalho Chehab , Robert Foss , Todor Tomov , , Rob Herring , "Krzysztof Kozlowski" , Conor Dooley , Philipp Zabel , "Laurent Pinchart" , Hans Verkuil , , , , , References: <20230824080109.89613-1-jack.zhu@starfivetech.com> <2023082436-spendable-reshuffle-878d@gregkh> Content-Language: en-US From: Jack Zhu In-Reply-To: <2023082436-spendable-reshuffle-878d@gregkh> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [180.164.60.184] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX073.cuchost.com (172.16.6.83) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Greg, 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/. > thanks, > > greg k-h -- Regards, Jack Zhu