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=-6.0 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 009B1C63777 for ; Tue, 24 Nov 2020 17:18:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D87520637 for ; Tue, 24 Nov 2020 17:18:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="T6CoL7NJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390671AbgKXRSU (ORCPT ); Tue, 24 Nov 2020 12:18:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:52602 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390140AbgKXRST (ORCPT ); Tue, 24 Nov 2020 12:18:19 -0500 Received: from localhost (unknown [122.167.149.197]) (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 C41F1205CA; Tue, 24 Nov 2020 17:18:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606238298; bh=+wWmV1N8dsS3B7Zqy/3n9w0yyzrWnDHlDqlfRId6W3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T6CoL7NJKKzASF8bZaIxpf58W8ehGA+7JZSr2mbALTPTnrB4Qb9DzxdJwXNPgKnZR GIl9UOmbSMc6eyj+1+wOQo5RLsyxGHLhSPLYnPerCmTs4e+GA/Ii/bfLbJxuDv08Y/ d91OFjPqDLF29+TAN2w3+/ymagSgbTYyYYUIY27Q= Date: Tue, 24 Nov 2020 22:48:13 +0530 From: Vinod Koul To: Vitaly Mayatskih Cc: Sanjay R Mehta , gregkh@linuxfoundation.org, dan.j.williams@intel.com, Thomas.Lendacky@amd.com, Shyam-sundar.S-k@amd.com, Nehal-bakulchandra.Shah@amd.com, robh@kernel.org, mchehab+samsung@kernel.org, davem@davemloft.net, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH v7 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource Message-ID: <20201124171813.GS8403@vkoul-mobl> References: <1602833947-82021-1-git-send-email-Sanju.Mehta@amd.com> <1602833947-82021-3-git-send-email-Sanju.Mehta@amd.com> <20201118121623.GR50232@vkoul-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello Vitaly, On 24-11-20, 09:23, Vitaly Mayatskih wrote: > On Wed, Nov 18, 2020 at 7:20 AM Vinod Koul wrote: > > > this should be single line > > Vinod, do you see any obvious functional defects still present in the > driver, or can it be finally merged for us to start testing, while > Sanjay is working on improvements and style fixes? I'm sure the driver > has hidden bugs, as any other piece of code on the planet, and Sanjay > will appreciate bug reports from the actual PTDMA users. IIRC there were few issues that I would like to get fixed before we can apply.. I hope authors can reply to the comments received and we can discuss on this. -- ~Vinod