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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 35664C43461 for ; Mon, 31 Aug 2020 06:40:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 149EF206F0 for ; Mon, 31 Aug 2020 06:40:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598856040; bh=1euV9QyDpicEeG1/rnRwrFLEfnT4VyUf9/DxYRA0qUY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=njIvXqe/B9MyTLRjHuUSmjkl+CWQLoBbRvFnyqfktOl4Kc50AdXroUYuYazmGKvve 9+xYJ8VpvMgdyyC7azMhQW1z4biRw8TM2kAtKNQonj6IBIm7VrjR8pYLRUzVXUD2ov MdkoULKRkHKNJGmA7VZ1hNLU3K8Xw2AFfOzoC0w8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725978AbgHaGkj (ORCPT ); Mon, 31 Aug 2020 02:40:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:47290 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727833AbgHaGk1 (ORCPT ); Mon, 31 Aug 2020 02:40:27 -0400 Received: from localhost (unknown [122.171.38.130]) (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 995842078D; Mon, 31 Aug 2020 06:40:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598856027; bh=1euV9QyDpicEeG1/rnRwrFLEfnT4VyUf9/DxYRA0qUY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cjTaswt4M/1YNkWZqCHffUIOQdRyzCOJLSMPdh9Jau7Y5+kRhZcHAgcyT8niCEnYs kwm6k8FK0fYvnw9OmDpCbrHBtsUmzUSOdmDYHl4qnwGyQy0z8kkhJLO1ijhKF+4Fku DOPmLTrHfTQc+/NXsNW62kvTLm3KVaikHFqIx17g= Date: Mon, 31 Aug 2020 12:10:23 +0530 From: Vinod Koul To: Allen Cc: Linus Walleij , vireshk@kernel.org, leoyang.li@nxp.com, zw@zh-kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, matthias.bgg@gmail.com, agross@kernel.org, bjorn.andersson@linaro.org, baohua@kernel.org, wens@csie.org, dmaengine@vger.kernel.org Subject: Re: [PATCH 00/35] dma: convert tasklets to use new tasklet_setup() Message-ID: <20200831064023.GE2639@vkoul-mobl> References: <20200818090638.26362-1-allen.lkml@gmail.com> <20200825110331.GG2639@vkoul-mobl> <20200826042841.GV2639@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 31-08-20, 11:30, Allen wrote: > Vinod, > > > > > Commit 12cc923f1ccc ("tasklet: Introduce new initialization API")' > > > > > introduced a new tasklet initialization API. This series converts > > > > > all the dma drivers to use the new tasklet_setup() API > > > > > > > > > > This is based on 5.9-rc1. > > > > > > > > > > Please pick this series, as I missed updating a couple of fixes and marking > > > > > the correct mailing list. > > > > > > > > The patches should have been tagged "dmaengine: ...". > > > > > > My bad, Will have it fixed. > > > > > > > > > > > What is the status of this API conversion, I think I saw some > > > > discussions on API change, what is the conclusion? > > > > > > Yes, the updated API should land into Linus's tree shortly. > > > Will send out V2 with the new API soon. > > > > Thanks for update > > We weren't successful in getting the new API accepted. We will be > sticking to from_tasklet() unless you as a maintainer object to it. Ok, but is the colclusion to keep from_tasklet() or move to something else later on. If that is the case, I would like to see the change once only > If there's no objection, please let me know if I can send out V2 > with subject line fixed. If this wont change, then yes please -- ~Vinod