Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751217AbdLRFPn (ORCPT ); Mon, 18 Dec 2017 00:15:43 -0500 Received: from mga07.intel.com ([134.134.136.100]:24021 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750727AbdLRFPm (ORCPT ); Mon, 18 Dec 2017 00:15:42 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,420,1508828400"; d="scan'208";a="14430297" Date: Mon, 18 Dec 2017 10:49:31 +0530 From: Vinod Koul To: Kedareswara rao Appana Cc: dan.j.williams@intel.com, michal.simek@xilinx.com, appanad@xilinx.com, lars@metafoo.de, akinobu.mita@gmail.com, joabreu@synopsys.com, mike.looijmans@topic.nl, kedare06@gmail.com, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/6] dmaengine: xilinx_dma: Bug fixes Message-ID: <20171218051931.GO18649@localhost> References: <1512624067-13554-1-git-send-email-appanad@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1512624067-13554-1-git-send-email-appanad@xilinx.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 971 Lines: 20 On Thu, Dec 07, 2017 at 10:51:01AM +0530, Kedareswara rao Appana wrote: > This patch series fixes below bugs in DMA and VDMA IP's > ---> Added channel idle checks in the driver before submitting the buffer descriptor to h/w. > ---> Fixes bug in Multi frame sotres handling in VDMA > ---> Fixes issues w.r.to multi frame descriptors submit with AXI DMA S2MM(recv) Side. > ---> Fixed kernel doc warnings in the driver. > ---> Fixed checkpatch errors in the driver. Applied after applying this to fix typo. You seriously need a decent spell checker in your editor - /* This variable enusres that descripotrs are not - * Submited when dma engine is in progress. This variable is - * Added to avoid pollling for a bit in the status register to + /* This variable ensures that descriptors are not + * Submitted when dma engine is in progress. This variable is + * Added to avoid polling for a bit in the status register to -- ~Vinod