Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-19 Thread Arnd Bergmann
On Tuesday 18 September 2012, Peter Ujfalusi wrote: > I thought I have replied to this... > Whichever way you prefer. I can craft a series to clean up the plat/mcbsp.h > usage and move the mcbsp header via ASoC tree. > I'm also fine if you do the move. > Let me know what you prefer. > I think I'l

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-18 Thread Peter Ujfalusi
Hi Arnd, On 09/12/2012 08:20 PM, Arnd Bergmann wrote: > On Tuesday 11 September 2012, Peter Ujfalusi wrote: >> OMAP McBSP has nothing to do with a dsp. >> A better name would be: ti-mcbsp.h (or leave it as mcbsp.h) >> McBSP stands for: Multichannel Buffered Serial Port and it is used for audio >>

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-12 Thread Pihet-XID, Jean
On Wed, Sep 12, 2012 at 7:15 PM, Arnd Bergmann wrote: > On Wednesday 12 September 2012, Pihet-XID, Jean wrote: >> > diff --git a/arch/arm/plat-omap/include/plat/voltage.h >> > b/include/linux/platform_data/smartreflex-omap.h >> > similarity index 100% >> > rename from arch/arm/plat-omap/include/p

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-12 Thread Arnd Bergmann
On Tuesday 11 September 2012, Peter Ujfalusi wrote: > OMAP McBSP has nothing to do with a dsp. > A better name would be: ti-mcbsp.h (or leave it as mcbsp.h) > McBSP stands for: Multichannel Buffered Serial Port and it is used for audio > connection (I2S, TDM, etc). changed to asoc-ti-mcbsp.h to, a

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-12 Thread Arnd Bergmann
On Wednesday 12 September 2012, Pihet-XID, Jean wrote: > > diff --git a/arch/arm/plat-omap/include/plat/voltage.h > > b/include/linux/platform_data/smartreflex-omap.h > > similarity index 100% > > rename from arch/arm/plat-omap/include/plat/voltage.h > > rename to include/linux/platform_data/smart

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-12 Thread Pihet-XID, Jean
Hi Arnd, On Tue, Sep 11, 2012 at 2:59 PM, 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 omap include directories > > Signed-off-by: Ar

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Tony Lindgren
* Arnd Bergmann [120911 10:05]: > On Tuesday 11 September 2012, Vaibhav Hiremath wrote: > > On 9/11/2012 7:54 PM, Shilimkar, Santosh wrote: > > > On Tue, Sep 11, 2012 at 7:47 PM, Arnd Bergmann wrote: > > >> On Tuesday 11 September 2012, Shilimkar, Santosh wrote: > > >>> Just curious to know how y

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Arnd Bergmann
On Tuesday 11 September 2012, Vaibhav Hiremath wrote: > On 9/11/2012 7:54 PM, Shilimkar, Santosh wrote: > > On Tue, Sep 11, 2012 at 7:47 PM, Arnd Bergmann wrote: > >> On Tuesday 11 September 2012, Shilimkar, Santosh wrote: > >>> Just curious to know how you came with some of the above header names

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Vaibhav Hiremath
On 9/11/2012 7:54 PM, Shilimkar, Santosh wrote: > On Tue, Sep 11, 2012 at 7:47 PM, Arnd Bergmann wrote: >> On Tuesday 11 September 2012, Shilimkar, Santosh wrote: >>> Just curious to know how you came with some of the above header names ? >>> >>> plat/mcbsp ---> dsp-mcbsp.h >>> There is no conne

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Shilimkar, Santosh
On Tue, Sep 11, 2012 at 7:47 PM, Arnd Bergmann wrote: > On Tuesday 11 September 2012, Shilimkar, Santosh wrote: >> Just curious to know how you came with some of the above header names ? >> >> plat/mcbsp ---> dsp-mcbsp.h >> There is no connection of DSP with McBSP. "omap-mcbsp.h" would been a >> b

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Arnd Bergmann
On Tuesday 11 September 2012, Shilimkar, Santosh wrote: > Just curious to know how you came with some of the above header names ? > > plat/mcbsp ---> dsp-mcbsp.h > There is no connection of DSP with McBSP. "omap-mcbsp.h" would been a > better name. This one was a mistake on my side, as Tony and

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Shilimkar, Santosh
Arnd, On Tue, Sep 11, 2012 at 6:32 PM, 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 omap include directories > > Signed-off-by: Arnd

Re: [PATCH 13/16] ARM: omap: move platform_data definitions

2012-09-11 Thread Peter Ujfalusi
Hi Arnd, On 09/11/2012 03:59 PM, 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 omap include directories > > Signed-off-by: Arnd Bergm

[PATCH 13/16] ARM: omap: 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 omap include directories Signed-off-by: Arnd Bergmann Cc: Tony Lindgren Cc: Kevin Hilman Cc: "Benoît Cousson" Cc: D

[PATCH 13/16] ARM: omap: 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 omap include directories Signed-off-by: Arnd Bergmann Cc: Tony Lindgren Cc: Kevin Hilman Cc: "Benoît Cousson" Cc: D