From mboxrd@z Thu Jan 1 00:00:00 1970 From: vinod.koul@intel.com (Vinod Koul) Date: Tue, 29 Apr 2014 11:37:40 +0530 Subject: [PATCH] arm: edma: Fix xbar mapping In-Reply-To: References: <534BED36.2060907@ti.com> Message-ID: <20140429060740.GM32284@intel.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 28, 2014 at 08:32:55PM +0200, Thomas Gleixner wrote: > On Mon, 14 Apr 2014, Sekhar Nori wrote: > > > Fix the issues by: > > > > > > - annotating the device tree entry with "/bits/ 16" as documented in > > > the of_property_read_u16_array kernel doc > > > > > > - make the size of the xbar register mapping correct > > > > > > - invalidating the end of the array and not the start > > > > > > This convoluted mess wants to be completely rewritten as there is no > > > point to keep the xbar_chan array memory and the iomapping of the xbar > > > regs around forever. Marking the xbar mapped channels as used should > > > be done right there. > > > > > > But that's a different issue and this patch is small enough to make it > > > work and allows a simple backport for stable. > > > > > > Signed-off-by: Thomas Gleixner > > > > This time, I tested this patch and FWIW you can add: > > > > Acked-by: Sekhar Nori > > Can someone pick this up please? Shouldnt this go thru ARM tree? -- ~Vinod