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 X-Spam-Level: X-Spam-Status: No, score=-4.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E700C433E0 for ; Tue, 26 Jan 2021 17:28:21 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A286D2075F for ; Tue, 26 Jan 2021 17:28:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A286D2075F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=op7br34drDjLVqhLT4I8vuEawdDoeboMTQoxJRClt4I=; b=enQTv8BU02FKEwbESEaSUI0dz pSnRentw3I/Dl8gSNl89EO4Urdv9t7BvqG34jabPKrauAHjnN4JPoOqw4HC8ThgeEnNyl5y7HLLVn ngjKF/9S7rSWXGazFV8V1/ViloIvlPA4IIskfr+bcdLY6xJrKkr3eVxNeVwRYsBi9kQsQbnv/C20o Y05sHXZEwLxlUSFO+VQF/eACBBGGFVzuUduASMEc4Wy003o5FoOQDzlUO0RFdW5pVgdDtj897/OGb 0OCR8jnS3qzsH0vRBpaLCQIfsY6RUhM0abpzGQcIPcFSh9DIibKm6b1u85AZj03Lp4wwxX0KrQ3iM t6UL1jWyA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4S6S-0007jI-77; Tue, 26 Jan 2021 17:26:08 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l4S6P-0007it-VH for linux-arm-kernel@lists.infradead.org; Tue, 26 Jan 2021 17:26:06 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7725120731; Tue, 26 Jan 2021 17:26:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1611681963; bh=PenYDXc6bwEEg2yCcHq1kHnmriyKNaXxp+78850QURM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oV2ccf5LopLllUAxEXsGIjUDxKjl7GmjyHPOQeaoY6HEgYgWkTltdzYnCV4mGcoDH 7OZsgv2qI00HSBPSxeRZaAkk3XC/q/FyPHtXPCRdhwK5h+0W3K4CVT9Us8u8Ejuxgh QsCnOMMV3SBndE2IaU8UkWQqr/gAg5qU5MOiU3ISh1nMyCQU3BIq/i6BryttEh7uZA tNoeg08Hnk0YoAVmJZsT0vRfLGtcyvZ3IHXqwchEhVkEb2uEj0e3Fa1u57S1BSAq26 AENbIPPLJrCeK8t2WGC02LW2K3DofO2U1o5hOXHAxUmwel4/6icyB8Oi/vVQDXXfdA AIdbWoQ+S3wQg== Date: Tue, 26 Jan 2021 22:55:59 +0530 From: Vinod Koul To: Arnd Bergmann Subject: Re: [PATCH 0/3] dmaengine: remove obsolete drivers Message-ID: <20210126172559.GV2771@vkoul-mobl> References: <20210120131859.2056308-1-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210120131859.2056308-1-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210126_122606_069939_55C03B01 X-CRM114-Status: UNSURE ( 8.01 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dmaengine@vger.kernel.org, Arnd Bergmann , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 20-01-21, 14:18, Arnd Bergmann wrote: > From: Arnd Bergmann > > A few Arm platforms are getting removed in v5.12, this removes > the corresponding dmaengine drivers. Thanks for the cleanup... Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel