RE: [PATCH 02/16] ARM: davinci: move platform_data definitions

2012-09-13 Thread Hebbar, Gururaja
On Wed, Sep 12, 2012 at 22:41:09, Arnd Bergmann wrote: > On Wednesday 12 September 2012, Hebbar, Gururaja wrote: > > On Tue, Sep 11, 2012 at 18:29:36, Arnd Bergmann wrote: > > > > drivers/usb/musb/da8xx.c |2 +- > > > > > > > .../asp.h => include/linux/pl

Re: [PATCH 02/16] ARM: davinci: move platform_data definitions

2012-09-12 Thread Arnd Bergmann
On Wednesday 12 September 2012, Hebbar, Gururaja wrote: > On Tue, Sep 11, 2012 at 18:29:36, Arnd Bergmann wrote: > > drivers/usb/musb/da8xx.c |2 +- > > > > .../asp.h => include/linux/platform_data/asoc-davinci-evm.h |0 > > > This will clash with p

RE: [PATCH 02/16] ARM: davinci: move platform_data definitions

2012-09-12 Thread Hebbar, Gururaja
On Tue, Sep 11, 2012 at 18:29:36, 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 davinci include directories > > Signed-off-by: Arnd Be

Re: [PATCH 02/16] ARM: davinci: move platform_data definitions

2012-09-11 Thread Felipe Balbi
On Tue, Sep 11, 2012 at 02:59:36PM +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 davinci include directories > > Signed-off-by: