From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 13 Jan 2014 14:14:26 -0800 Subject: [PATCH RFC 08/26] dmaengine: omap-dma: consolidate setup of CCR In-Reply-To: References: <20140102150836.GA3826@n2100.arm.linux.org.uk> Message-ID: <20140113221425.GD7993@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Russell King [140102 07:17]: > Consolidate the setup of the channel control register. Prepare the > basic value in the preparation of the DMA descriptor, and write it into > the register upon descriptor execution. FYI, this patch seems to be the one that causes the "DMA timeout with device 55" error for omap1. Tony