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 E4B4DC4332F for ; Thu, 20 Oct 2022 15:40:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229910AbiJTPkK (ORCPT ); Thu, 20 Oct 2022 11:40:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229489AbiJTPkH (ORCPT ); Thu, 20 Oct 2022 11:40:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65F0398378; Thu, 20 Oct 2022 08:40:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 83BA2B82845; Thu, 20 Oct 2022 15:40:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7CBDC433D6; Thu, 20 Oct 2022 15:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666280400; bh=paSkJ6XNB19cOMHvXXftJd+uNk9OWiSWuVvEd+PP5+Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YXOT0JD6AmvgknGkG57AqwkQ9Yf3r9g+Q4BLgQIwMxyAOPVfZZ1Iw7FunI3uTSLaG wR6wuxmEQ7hiLCETS/Qk2kf898HmCIQz4817WwGvf4UuNudACR+/vW4qK1xqgWTeb/ GkQW2lXWpWAMSH/I5shkmvPAW46BtUP/nd/Uxc50= Date: Thu, 20 Oct 2022 17:39:57 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Sekhar Nori , Bartosz Golaszewski , linux-arm-kernel@lists.infradead.org, Mauro Carvalho Chehab , "Lad, Prabhakar" , linux-kernel@vger.kernel.org, Kevin Hilman , Arnd Bergmann , linux-media@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH 13/14] staging: media: remove davinci vpfe_capture driver Message-ID: References: <20221019152947.3857217-1-arnd@kernel.org> <20221019152947.3857217-14-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221019152947.3857217-14-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2022 at 05:29:39PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > This driver was for the davinci dm644x and dm3xx platforms that are > now removed from the kernel, so there are no more users. > > Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman