Re: [PATCH] ARM: multiplatform: Sort the max gpio numbers.

2013-03-11 Thread Arnd Bergmann
On Monday 11 March 2013, Russell King - ARM Linux wrote: > Arnd, Olof, > > Have you merged this for -rc ? > Sorry, I missed it for some reason. Applied to -fixes now. Thanks for the reminder, Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH] ARM: multiplatform: Sort the max gpio numbers.

2013-03-11 Thread Russell King - ARM Linux
Arnd, Olof, Have you merged this for -rc ? On Sun, Feb 03, 2013 at 12:24:48PM +0100, Maxime Ripard wrote: > When building a multiplatform kernel, we could end up with a smaller > number of GPIOs than the one required by the platform the kernel was > running on. > > Sort the max GPIO number by de

[PATCH] ARM: multiplatform: Sort the max gpio numbers.

2013-02-03 Thread Maxime Ripard
When building a multiplatform kernel, we could end up with a smaller number of GPIOs than the one required by the platform the kernel was running on. Sort the max GPIO number by descending order so that we always take the highest number required. Signed-off-by: Maxime Ripard --- arch/arm/Kconfi