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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 F153CC432C3 for ; Thu, 14 Nov 2019 04:33:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D3EDE206E1 for ; Thu, 14 Nov 2019 04:33:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573706023; bh=1FxZ42f2AIJYenT1OaTPcGMZpiI8ej2h466P3PP7pW8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TpGWWpE3zzrhAQYypShjppiVCAS2c8mBGkUQx6TRjA3QD4Ux9IS417Bm7+fDmk2Af RRn0EVbFYWjbveRMN/8FaogpI5/3hh9lCwqwdAS0DvS97ufILnBKpJXguZKccB5X7p c75Mk8fjoy2wF9VpxOi4LcGs//XkHnk/mewxsdJI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727097AbfKNEdm (ORCPT ); Wed, 13 Nov 2019 23:33:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:58828 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726489AbfKNEdm (ORCPT ); Wed, 13 Nov 2019 23:33:42 -0500 Received: from localhost (unknown [223.226.110.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E66EA206D7; Thu, 14 Nov 2019 04:33:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573706021; bh=1FxZ42f2AIJYenT1OaTPcGMZpiI8ej2h466P3PP7pW8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QGWoiiZhnjPLMKkCMLn/7b4elo6wq3isdXgsyDxQBxR6YLZnUWKPjHlT3MIuu73ip lw6D49OhBP+ufIpsqMIE7frtv1xAoH08zIcnREbztY5Hll1Awof4kQXDb+KnLZJrZm SWvD9SCN8RM0ia97qdT+kZOAgR9Nx7DUUw425v/k= Date: Thu, 14 Nov 2019 10:03:37 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: ulf.hansson@linaro.org, ludovic.desroches@microchip.com, linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com Subject: Re: [PATCH 0/2] mms: Use dma_request_chan() directly for channel request Message-ID: <20191114043337.GF952516@vkoul-mobl> References: <20191113093616.32474-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191113093616.32474-1-peter.ujfalusi@ti.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13-11-19, 11:36, Peter Ujfalusi wrote: > Hi, > > I'm going through the tree to remove dma_request_slave_channel_reason() as it > is just: > #define dma_request_slave_channel_reason(dev, name) \ > dma_request_chan(dev, name) Reviewed-by: Vinod Koul -- ~Vinod