From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Fri, 11 Mar 2016 12:09:56 +0530 Subject: [PATCH 1/5] dmaengine: sun6i: Fix the access of the IRQ register In-Reply-To: References: Message-ID: <20160311063956.GQ11154@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Mar 10, 2016 at 10:15:22AM +0100, Jean-Francois Moine wrote: > The address of the IRQ register is computed, but its value was not ^^^^^^^ it's > used and the register access was done by the channel index instead. > Then, only the first DMA channel was working. -- ~Vinod