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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9CAD9C433FE for ; Fri, 4 Nov 2022 14:16:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=n5WWVcAv1g1O8BgePFB8/N1xgviRtJmph1Y9bCeyj2o=; b=OW1awRpgX+TfEx N5j+nEaZIpU952eh0dmgN/L4/xdODfU21Re3A7AZ0mmQYtaHOrGzXjXrOBs3+JhOSSCvDuN3XPSEU JO/uUOFkhZnH40X8CdJLV86RZEOof5SEQJ+QIqVNg+1GDQ0gNhHeqy4o7oSWLgEHQtpjI8FVaa7zX BFg8cs93WVjyTmfCDF2eu+6YyZShdst+htVdCJPDv0wCOCD/43eq+2z++Qd5tUPtN0tY6m31ay+8z jbXAESPjKXHYOjIqLLL8TblbjbD7ldGaQuh/KCcBGbuqcMkBnU8kmsdVJJp1R5u0LdlvhinCmmMym TsYk9WXmmecZmUXm8mrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqxTq-003tOJ-LA; Fri, 04 Nov 2022 14:15:34 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqxTA-003t4J-9o for linux-arm-kernel@lists.infradead.org; Fri, 04 Nov 2022 14:14:55 +0000 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 046C8B82E37; Fri, 4 Nov 2022 14:14:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 154A5C433D6; Fri, 4 Nov 2022 14:14:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667571288; bh=M76OD23L2WG5w30SCSUqpHSoKFgD/vS65QQ7a+OIFwU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J9V+CibNTCdChu5oMyB3VFgd4eciYli0Jksqo44RN+ELjvnzZP+8pRG4tel/ZHeE/ +NSIl5aR3VogZLyWXw4N5tw+T5bXxdTNZCu3xClRQIln3kmnm2wIADGkvzJaKX7HSw tydcnkoHlhFkyWEZYQ/naNDUJrHyW+Aj/aJzu4KgSBDKZKJN8ckGl5nE++Nrz2N067 Nzxjz77jzE60seurR512feILW5XF/S1lF0U9zeRZitQ10aTMHqVYof9X46CfdrgfFG vJT8r3fMSWKyTajlv0TLBP6xF3CiNqXb4a3KCuBoOuW5RiTEmCa5SmGX5HJmeQ/jEz GuQ20kKD0ULYA== Date: Fri, 4 Nov 2022 19:44:44 +0530 From: Vinod Koul To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Ben Dooks , Simtec Linux Team , Arnd Bergmann , Alim Akhtar , dmaengine@vger.kernel.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 14/21] dmaengine: remove s3c24xx driver Message-ID: References: <20221021202254.4142411-1-arnd@kernel.org> <20221021203329.4143397-14-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221021203329.4143397-14-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221104_071454_728272_81E06A75 X-CRM114-Status: UNSURE ( 8.42 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21-10-22, 22:27, Arnd Bergmann wrote: > From: Arnd Bergmann > > The s3c24xx platform was removed and this driver is no longer > needed. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel