From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756727AbcI1DRn (ORCPT ); Tue, 27 Sep 2016 23:17:43 -0400 Received: from mga09.intel.com ([134.134.136.24]:26644 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752183AbcI1DRk (ORCPT ); Tue, 27 Sep 2016 23:17:40 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,408,1470726000"; d="scan'208";a="1057554134" Date: Wed, 28 Sep 2016 08:56:05 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: dan.j.williams@intel.com, arnd@arndb.de, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, tony@atomide.com Subject: Re: [PATCH v3 0/9] dmaengine: ti drivers: enable COMPILE_TESTing Message-ID: <20160928032605.GK2467@localhost> References: <20160921124135.11849-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921124135.11849-1-peter.ujfalusi@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 21, 2016 at 03:41:26PM +0300, Peter Ujfalusi wrote: > Hi, > > Changes since v2: > - Instead of converting to use enum for the of_device_id data parameter the two > patch for edma and ti-dma-crossbar is using pointers to u32 variables to make > sure that the code compile (and in theory work) on all architectures. > - fixed issue in the ti-dma-crossbar driver I have made with the enum change to > not handle the DMA offset parameters correctly. > > Changes since v1: > - added the compiler warning message to ti-dma-crossbar enum type patch > - moved the Kconfig patches at the end of the seris > > The following series will enable unconditional COMPILE_TEST coverage for the > following drivers: omap-dma, edma and ti-dma-crossbar > > The series includes fixes noticed when compiling the drivers for x86_64 and > aarch64. I have applied the series after fixing code style nit-picks. Also applied the edma patch and reordered the series to have that come before compile test enable patch Please verify. Thanks -- ~Vinod