[PATCH] arm: edma: Fix xbar mapping

Thomas Gleixner tglx at linutronix.de
Mon Apr 28 11:32:55 PDT 2014


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 <tglx at linutronix.de>
> 
> This time, I tested this patch and FWIW you can add:
> 
> Acked-by: Sekhar Nori <nsekhar at ti.com>

Can someone pick this up please?



More information about the linux-arm-kernel mailing list