From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 813162F3D; Tue, 7 Nov 2023 08:27:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qMrebyuc" 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> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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