From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760777AbdAJFjC (ORCPT ); Tue, 10 Jan 2017 00:39:02 -0500 Received: from mga01.intel.com ([192.55.52.88]:57918 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756758AbdAJFis (ORCPT ); Tue, 10 Jan 2017 00:38:48 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,342,1477983600"; d="scan'208";a="807061133" Date: Tue, 10 Jan 2017 11:08:45 +0530 From: Vinod Koul To: Peter Ujfalusi Cc: dan.j.williams@intel.com, tony@atomide.com, linux@armlinux.org.uk, dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, arnd@arndb.de Subject: Re: [PATCH] dmaengine: omap-dma: Fix the port_window support Message-ID: <20170110053845.GX3573@localhost> References: <20170109145052.26837-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170109145052.26837-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 Mon, Jan 09, 2017 at 04:50:52PM +0200, Peter Ujfalusi wrote: > We do not yet have users of port_window. The following errors were found > when converting the tusb6010_omap.c musb driver: > > - The peripheral side must have SRC_/DST_PACKED disabled > - when configuring the burst for the peripheral side the memory side > configuration were overwritten: d->csdp = ... -> d->csdp |= ... > - The EI and FI were configured for the wrong sides of the transfers. > > With these changes and the converted tus6010_omap.c I was able to verify > that things are working as they expected to work. Applied now to fixes -- ~Vinod