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 001A8C4332F for ; Tue, 7 Nov 2023 08:27:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232095AbjKGI1l (ORCPT ); Tue, 7 Nov 2023 03:27:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229536AbjKGI1k (ORCPT ); Tue, 7 Nov 2023 03:27:40 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60EA5BD; Tue, 7 Nov 2023 00:27:38 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51023C433C8; Tue, 7 Nov 2023 08:27:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699345658; bh=f5uRiCTOApxfAK7VR7AfAgzcJENju54hdUOwjjDL6gw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qMrebyucQAeTgg/bfZ5ZLCRNTuEbMOark2KmHNLo4bxwGcvBTHNFICjlw8Sogi4Gz D/Zg1JQLuKarsxPRyIRU24GFNxogLRJbxcI4h7OGntoRqx7ocHBmc7SQwft1R5CAu9 Njg8K74u4iOlbLpSydNNLbIhKoS8aTCvc4QH84fg= Date: Tue, 7 Nov 2023 09:27:34 +0100 From: Greg Kroah-Hartman To: Jack Zhu Cc: Mauro Carvalho Chehab , Robert Foss , Todor Tomov , bryan.odonoghue@linaro.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Laurent Pinchart , Hans Verkuil , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-staging@lists.linux.dev, changhuang.liang@starfivetech.com Subject: Re: [PATCH v11 0/9] Add StarFive Camera Subsystem driver Message-ID: <2023110756-alto-stream-eb92@gregkh> References: <20231025031422.3695-1-jack.zhu@starfivetech.com> <15ef0a70-734e-280a-f014-41914a55d8cf@starfivetech.com> <2023110745-tableful-trapezoid-4206@gregkh> <2023110730-thousand-skyrocket-d6ba@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Tue, Nov 07, 2023 at 04:05:11PM +0800, Jack Zhu wrote: > > Also, while you wait, why not just finish off the last 3 items on the > > TODO list which would make your code not be required to go into the > > staging portion of the tree at all? You've had a few weeks now, what is > > preventing that from happening, and when will that work actually be > > done? > > > > One of my colleagues is doing related development, but he also has other > projects at the same time, so he cannot devote all his efforts to this > development. And we expect to use libcamera, which may take some time. So that means there is no real plan at all to get this out of the staging directory? If so, why should we take it at all as obviously this means that the code is now abandoned? confused, greg k-h