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 83C16C4332F for ; Tue, 7 Nov 2023 06:15:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232771AbjKGGPS (ORCPT ); Tue, 7 Nov 2023 01:15:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50980 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233287AbjKGGPR (ORCPT ); Tue, 7 Nov 2023 01:15:17 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A02B2120; Mon, 6 Nov 2023 22:15:14 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75FE1C433C7; Tue, 7 Nov 2023 06:15:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699337714; bh=w5+ZkUz67F+5dGuiLEvmF9AeKTHXzmhfIbFm4urkvks=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RN61/wE/Lzv8JyRARpOQddGs9GQfDJg7sK5FwUxB7Q3SsuMTiyHcs+ywGXtMhXOUF rJg1i0CWlOlR0WolURz1RZHbdBoX5BN7gZaLLm5HMfC3oEC+2I/cLxUAlb4PnjojZP /Ep5bkAQ3Zt9c3z8JAfOO+fb/eG8YPG5uY01ylmg= Date: Tue, 7 Nov 2023 07:15:10 +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: <2023110745-tableful-trapezoid-4206@gregkh> References: <20231025031422.3695-1-jack.zhu@starfivetech.com> <15ef0a70-734e-280a-f014-41914a55d8cf@starfivetech.com> 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 11:27:27AM +0800, Jack Zhu wrote: > > > On 2023/10/31 9:09, Jack Zhu wrote: > > > > > > On 2023/10/25 11:14, Jack Zhu wrote: > >> Hi, > >> > >> This series is the v11 series that attempts to support the Camera Subsystem > >> found on StarFive JH7110 SoC. > > > > Hi Hans and Laurent, > > > > Could you please help review the code? > > Thank you for your time! > > > > Hi, > > Could you please take some time to help review the code? Thank you so much! It is the middle of the merge window, no new code can be added to any maintainers tree at this point in time, please relax there is no rush or deadline at all here. While you wait, why not help out and review other patch submissions from other developers, which will help your changes get to the top of the queue? That way everyone's load is reduced and you are not just asking for others to do work for you with nothing in return. thanks, greg k-h