Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Nishanth Menon
Kevin Hilman wrote, on 11/23/2010 06:16 PM: [..] Let's please just make this behave like clock& hwmod data and move on. I suppose we could do that in the interest of world peace and global warming ;) hopefully the v5 will the last set. -- Regards, Nishanth Menon -- To unsubscribe from this

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Kevin Hilman
"Cousson, Benoit" writes: > On 11/23/2010 11:56 PM, Menon, Nishanth wrote: >> Cousson, Benoit had written, on 11/23/2010 04:33 PM, the following: >>> Hi Nishanth, >>> >>> On 11/23/2010 4:19 PM, Menon, Nishanth wrote: Kevin Hilman had written, on 11/22/2010 06:09 PM, the following: > Nish

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Cousson, Benoit
On 11/23/2010 11:56 PM, Menon, Nishanth wrote: Cousson, Benoit had written, on 11/23/2010 04:33 PM, the following: Hi Nishanth, On 11/23/2010 4:19 PM, Menon, Nishanth wrote: Kevin Hilman had written, on 11/22/2010 06:09 PM, the following: Nishanth Menon writes: Kevin Hilman wrote, on 11/2

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Nishanth Menon
Cousson, Benoit had written, on 11/23/2010 04:33 PM, the following: Hi Nishanth, On 11/23/2010 4:19 PM, Menon, Nishanth wrote: Kevin Hilman had written, on 11/22/2010 06:09 PM, the following: Nishanth Menon writes: Kevin Hilman wrote, on 11/22/2010 05:19 PM: Nishanth Menon writes: This

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Cousson, Benoit
Hi Nishanth, On 11/23/2010 4:19 PM, Menon, Nishanth wrote: Kevin Hilman had written, on 11/22/2010 06:09 PM, the following: Nishanth Menon writes: Kevin Hilman wrote, on 11/22/2010 05:19 PM: Nishanth Menon writes: This patch adds OPP tables for OMAP4. New file has been added to keep the

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Kevin Hilman
Nishanth Menon writes: > Kevin Hilman had written, on 11/22/2010 06:09 PM, the following: >> Nishanth Menon writes: >> >>> Kevin Hilman wrote, on 11/22/2010 05:19 PM: Nishanth Menon writes: > This patch adds OPP tables for OMAP4. New file has been added to keep > the OMAP4 opp

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-23 Thread Nishanth Menon
Kevin Hilman had written, on 11/22/2010 06:09 PM, the following: Nishanth Menon writes: Kevin Hilman wrote, on 11/22/2010 05:19 PM: Nishanth Menon writes: This patch adds OPP tables for OMAP4. New file has been added to keep the OMAP4 opp tables and the registration of these tables with th

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-22 Thread Kevin Hilman
Nishanth Menon writes: > Kevin Hilman wrote, on 11/22/2010 05:19 PM: >> Nishanth Menon writes: >> >>> This patch adds OPP tables for OMAP4. New file has been added to keep >>> the OMAP4 opp tables and the registration of these tables with the >>> generic opp framework by OMAP SoC OPP interface.

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-22 Thread Nishanth Menon
Kevin Hilman wrote, on 11/22/2010 05:19 PM: Nishanth Menon writes: This patch adds OPP tables for OMAP4. New file has been added to keep the OMAP4 opp tables and the registration of these tables with the generic opp framework by OMAP SoC OPP interface. [...] diff --git a/arch/arm/mach-omap

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-22 Thread Kevin Hilman
Nishanth Menon writes: > This patch adds OPP tables for OMAP4. New file has been added to keep > the OMAP4 opp tables and the registration of these tables with the > generic opp framework by OMAP SoC OPP interface. [...] > diff --git a/arch/arm/mach-omap2/opp.c b/arch/arm/mach-omap2/opp.c > ind

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-22 Thread Kevin Hilman
Nishanth Menon writes: > Kevin Hilman wrote, on 11/22/2010 04:45 PM: >>> static inline int omap3_opp_init(void) >>> >{ >>> > return -EINVAL; >>> >} >>> > +static inline int omap4_opp_init(void) >>> > +{ >>> > +return -EINVAL; >>> > +} >>> >#endif >> Now that th

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-22 Thread Nishanth Menon
Kevin Hilman wrote, on 11/22/2010 04:45 PM: static inline int omap3_opp_init(void) >{ >return -EINVAL; >} > +static inline int omap4_opp_init(void) > +{ > + return -EINVAL; > +} >#endif Now that these are device_initcalls, seems like they can be made static and not

Re: [PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-22 Thread Kevin Hilman
Nishanth Menon writes: > This patch adds OPP tables for OMAP4. New file has been added to keep > the OMAP4 opp tables and the registration of these tables with the > generic opp framework by OMAP SoC OPP interface. > > Based on: > http://dev.omapzoom.org/?p=santosh/kernel-omap4-base.git;a=blob;f=

[PATCH v4 2/3] omap4: opp: add OPP table data

2010-11-16 Thread Nishanth Menon
This patch adds OPP tables for OMAP4. New file has been added to keep the OMAP4 opp tables and the registration of these tables with the generic opp framework by OMAP SoC OPP interface. Based on: http://dev.omapzoom.org/?p=santosh/kernel-omap4-base.git;a=blob;f=arch/arm/mach-omap2/opp44xx_data.c;h