Re: [PATCH 2/2] ARM: versatile: fix MMC/SD interrupt assignment

2016-01-07 Thread Linus Walleij
On Wed, Jan 6, 2016 at 12:43 AM, Rob Herring wrote: > On Tue, Jan 5, 2016 at 2:59 AM, Linus Walleij > wrote: >> diff --git a/arch/arm/boot/dts/versatile-ab.dts >> b/arch/arm/boot/dts/versatile-ab.dts >> index 01f40197ea13..3279bf1a17a1 100644 >> ---

Re: [PATCH 2/2] ARM: versatile: fix MMC/SD interrupt assignment

2016-01-07 Thread Olof Johansson
On Tue, Jan 05, 2016 at 09:59:30AM +0100, Linus Walleij wrote: > Commit 0976c946a610d06e907335b7a3afa6db046f8e1b > "arm/versatile: Fix versatile irq specifications" > has an off-by-one error on the Versatile AB that has > been regressing the Versatile AB hardware for some time. > > However it

[PATCH 2/2] ARM: versatile: fix MMC/SD interrupt assignment

2016-01-05 Thread Linus Walleij
Commit 0976c946a610d06e907335b7a3afa6db046f8e1b "arm/versatile: Fix versatile irq specifications" has an off-by-one error on the Versatile AB that has been regressing the Versatile AB hardware for some time. However it seems like the interrupt assignments have never been correct and I have now

Re: [PATCH 2/2] ARM: versatile: fix MMC/SD interrupt assignment

2016-01-05 Thread Rob Herring
On Tue, Jan 5, 2016 at 2:59 AM, Linus Walleij wrote: > Commit 0976c946a610d06e907335b7a3afa6db046f8e1b > "arm/versatile: Fix versatile irq specifications" > has an off-by-one error on the Versatile AB that has > been regressing the Versatile AB hardware for some time. >