Re: [PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-07 Thread Nishanth Menon
On 17:46-20121106, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [121106 17:30]: On 17:18-20121106, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [121106 13:50]: On 10:49-20121106, Tony Lindgren wrote: Looks like there are other things there too that's not platform

Re: [PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-06 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [121105 07:04]: Move voltdm_reset to include/linux/platform_data/voltage-omap.h Acked-by: Jean Pihet j-pi...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/voltage.h |1 - include/linux/platform_data/voltage-omap.h |

Re: [PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-06 Thread Nishanth Menon
On 10:49-20121106, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [121105 07:04]: Move voltdm_reset to include/linux/platform_data/voltage-omap.h Acked-by: Jean Pihet j-pi...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/voltage.h |1 -

Re: [PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-06 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [121106 13:50]: On 10:49-20121106, Tony Lindgren wrote: Looks like there are other things there too that's not platform data: struct voltagedomain *voltdm_lookup(const char *name); int voltdm_scale(struct voltagedomain *voltdm, unsigned long target_volt);

Re: [PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-06 Thread Nishanth Menon
On 17:18-20121106, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [121106 13:50]: On 10:49-20121106, Tony Lindgren wrote: Looks like there are other things there too that's not platform data: struct voltagedomain *voltdm_lookup(const char *name); int voltdm_scale(struct

Re: [PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-06 Thread Tony Lindgren
* Nishanth Menon n...@ti.com [121106 17:30]: On 17:18-20121106, Tony Lindgren wrote: * Nishanth Menon n...@ti.com [121106 13:50]: On 10:49-20121106, Tony Lindgren wrote: Looks like there are other things there too that's not platform data: struct voltagedomain

[PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-11-05 Thread Nishanth Menon
Move voltdm_reset to include/linux/platform_data/voltage-omap.h Acked-by: Jean Pihet j-pi...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/voltage.h |1 - include/linux/platform_data/voltage-omap.h |1 + 2 files changed, 1 insertion(+), 1

[RFC PATCH 3/6] ARM: OMAP: voltage: move voltdm_reset to platform_data header

2012-10-23 Thread Nishanth Menon
Move voltdm_reset to include/linux/platform_data/voltage-omap.h This is an intermediate step to allow usage of the header by smartreflex driver for usage of the same. Signed-off-by: Nishanth Menon n...@ti.com --- arch/arm/mach-omap2/voltage.h |1 -