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 AEB481DF25C; Thu, 31 Jul 2025 04:35:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753936506; cv=none; b=SEtl1k1YmZpA5RF1/HpZN9zGwh4dd0T09WAYvq5y1YQ49WIXrFqX9v6UzlqrRnotmHKH6of7Y2S2jNKBAovLAjq/UwT2z5skw8oF80QTxbym9srnQ8Nxj5VolZemdZzUGEKguDHDfINFIcQe+vM5NucMk3nvXXrOtjN5q2haUIk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753936506; c=relaxed/simple; bh=uI2zZI3+kO9i+v00RSR3Xf9FIudIDSEoGZEukiPB+XM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OYMiofaR98Tjhq3HyYe65xMb0Rucfqhg9ypgMLeEI5YSBb/4TqrvLVAGkjswhviL5+4wqQ76vumaYQktz1QoihkO9MZJn3jvenyZQjKWGbvioRDJwhc8ZFnQHcNsXmoYJH37dBA+HpvgOA2rn98UZC+PDrpDcRfei2gx87xAL8g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Hqy+SNXf; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Hqy+SNXf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A41C8C4CEEF; Thu, 31 Jul 2025 04:35:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753936506; bh=uI2zZI3+kO9i+v00RSR3Xf9FIudIDSEoGZEukiPB+XM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Hqy+SNXfAB2rBBB8ZdYZwr8profocnFCvI73hnfV2hmYLOZb9GoJwGQvSaFZlV3K/ XF8gYWa1//j9ShhU2L0CUlf9bDX9gIJdzhoXRBULNr27vhnj/Um9ZAg1SZwilOgKPv cV8q3Y1CiR6KP6tJtUbe5tfmRHQ2NdKzmWmqNR3A= Date: Thu, 31 Jul 2025 06:35:03 +0200 From: Greg KH To: Abdelrahman Fekry Cc: Dan Carpenter , hansg@kernel.org, mchehab@kernel.org, sakari.ailus@linux.intel.com, andy@kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel-mentees@lists.linux.dev, skhan@linuxfoundation.org Subject: Re: [PATCH 0/3] staging: media: atomisp: More Cleanup on driver AtomIsp Message-ID: <2025073142-unwarlike-shining-c534@gregkh> References: <20250712191325.132666-1-abdelrahmanfekry375@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel-mentees@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Jul 31, 2025 at 06:24:09AM +0300, Abdelrahman Fekry wrote: > Hi Maintainers, > I'm just bringing attention to this patch series as I have a lot of > other patches that build on it . It is the middle of the merge window. Please wait for -rc1 to be released, there is no rush. thanks, greg k-h