Re: [PATCH 12/16] ARM: nomadik: move platform_data definitions

2012-09-12 Thread Arnd Bergmann
s the new version: Arnd >From bb95f134f891ff75c5eabf740f93d11ff0ea5eca Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Fri, 24 Aug 2012 15:19:33 +0200 Subject: [PATCH 12/16] ARM: nomadik: move platform_data definitions Platform data for device drivers should be defined in include/lin

Re: [PATCH 12/16] ARM: nomadik: move platform_data definitions

2012-09-11 Thread Alessandro Rubini
> Platform data for device drivers should be defined in > include/linux/platform_data/*.h, not in the architecture > and platform specific directories. > > This moves such data out of the nomadik include directories Acked-by: Alessandro Rubini -- To unsubscribe from this list: send the line "un

Re: [PATCH 12/16] ARM: nomadik: move platform_data definitions

2012-09-11 Thread Arnd Bergmann
On Tuesday 11 September 2012, Linus Walleij wrote: > On Tue, Sep 11, 2012 at 5:59 AM, Arnd Bergmann wrote: > > > arch/arm/mach-nomadik/board-nhk8815.c| > > 2 +- > > arch/arm/mach-u300/core.c| > > 2 +- > > arch/

Re: [PATCH 12/16] ARM: nomadik: move platform_data definitions

2012-09-11 Thread Linus Walleij
On Tue, Sep 11, 2012 at 5:59 AM, Arnd Bergmann wrote: > arch/arm/mach-nomadik/board-nhk8815.c|2 > +- > arch/arm/mach-u300/core.c|2 > +- > arch/arm/mach-ux500/board-mop500.c |

Re: [PATCH 12/16] ARM: nomadik: move platform_data definitions

2012-09-11 Thread Felipe Balbi
On Tue, Sep 11, 2012 at 02:59:46PM +0200, Arnd Bergmann wrote: > Platform data for device drivers should be defined in > include/linux/platform_data/*.h, not in the architecture > and platform specific directories. > > This moves such data out of the nomadik include directories > > Signed-off-by:

[PATCH 12/16] ARM: nomadik: move platform_data definitions

2012-09-11 Thread Arnd Bergmann
Platform data for device drivers should be defined in include/linux/platform_data/*.h, not in the architecture and platform specific directories. This moves such data out of the nomadik include directories Signed-off-by: Arnd Bergmann Cc: Alessandro Rubini Cc: Linus Walleij Cc: STEricsson Cc: