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 54DA3C433DB for ; Mon, 1 Feb 2021 09:58:14 +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 08C6A64EA6 for ; Mon, 1 Feb 2021 09:58:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 08C6A64EA6 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=iPctwldG95UoGSmVgt0HhcyNDjKW7gawIm2Y5Db5noA=; b=GIvTNauYyi72amWDxfqYpomAp 7zgGogcfGz5fH+n3dHpGWpTpDqo2DS3ikgpKBiUzKQJhz12t+ZE5HXNZv/zgQGyOpm+UkiLZTwNRp 68DTuUUiFxlsxEqI5DTcMRYe1EXbX3A5z5h7GNpqt5tTNcG+dDVrHTNeX1cwGjRenVyeyt7cFmK4J Jc01gHdwk0ps3Aeo+3P4QJUR8pbHFTLwZphEm0LE4sHBpLPkNMziiU+uagp6VYKbcEefKZcoTVHVE 5XbUpt2L5qKXQdRrq2mEeyTVGshb7EhRPiEsxeIF6nHP92zGO/1zR14nuhhZv02xu3AWsZ6PvWsYP jDVKxzY3A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6VxH-0002EW-Q2; Mon, 01 Feb 2021 09:57:11 +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 1l6VxE-0002E9-BL for linux-arm-kernel@lists.infradead.org; Mon, 01 Feb 2021 09:57:10 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7E3A664EA6; Mon, 1 Feb 2021 09:57:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612173424; bh=n5n2UarFiBpvQlcyjJySlTA8gnvO61B8Vaa3iMUUy6I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BKRQ6mf+tRMJ8gKkS55F0/txglji67yxPEzoPrjj7GsRf8RiVmkBIZWUoOvHcGvpZ Kla1gzLm9ZKy6JLFrwpA28m78g5E1NNS8aqNgedbs9ejt9LlTC1hiNKxoiMTrF0hXq jOegsvIgtpV61eXgqSggph6y7uxw4SjpVcDbxWSfKv5PuDUsmx0SvrX9uLi1AOlIFH j9Wvakv3mKrUV7xmOpPNAKEhzgjqvw5K4wGueltPcLacTUznotlP1qK8pbmYKMRqFf D6r7oir28SzL86W1bX4Xvq1g3JxC5wh33nrqac6svhHX7/rVFIdlV9z64XaF9aGxxa Y+wPz66Hw8GJQ== Date: Mon, 1 Feb 2021 15:26:59 +0530 From: Vinod Koul To: Richard Fitzgerald Subject: Re: [PATCH] dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAIT Message-ID: <20210201095659.GP2771@vkoul-mobl> References: <20210129170800.31857-1-rf@opensource.cirrus.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210129170800.31857-1-rf@opensource.cirrus.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210201_045708_476370_EC7531E0 X-CRM114-Status: UNSURE ( 7.37 ) 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, patches@opensource.cirrus.com, michal.simek@xilinx.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.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 29-01-21, 17:08, Richard Fitzgerald wrote: > Use GFP_NOWAIT allocation in xilinx_dma_alloc_tx_descriptor(). > > This is necessary for compatibility with ALSA, which calls > dmaengine_prep_dma_cyclic() from an atomic context. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel