Re: [PATCHv4 2/4] regulator: omap smps regulator driver

2011-08-23 Thread Liam Girdwood
On 22/08/11 23:39, Hilman, Kevin wrote:
 Liam Girdwood l...@ti.com writes:
 
 On 05/08/11 20:33, Hilman, Kevin wrote:
 Mark Brown broo...@opensource.wolfsonmicro.com writes:

 On Thu, Jul 28, 2011 at 02:48:57PM +0300, Tero Kristo wrote:
 OMAP SMPS regulator driver provides access to OMAP voltage processor
 controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and
 additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage
 layer for the actual voltage regulation operations.

 Signed-off-by: Tero Kristo t-kri...@ti.com

 Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com

 Do you prefer we merge this via OMAP trees (along with the
 infrastructure) or would you like to merge it.

 At this point, it's probably best to merge it along with the voltage
 infrastructure, which still might change slightly at the API level.


 Ok, lets merge with the voltage infrastructure.

 
 OK, shall I take this is an Ack from you then?
 
 Kevin

Sorry, yes.

Acked-by: Liam Girdwood l...@ti.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv4 2/4] regulator: omap smps regulator driver

2011-08-22 Thread Kevin Hilman
Liam Girdwood l...@ti.com writes:

 On 05/08/11 20:33, Hilman, Kevin wrote:
 Mark Brown broo...@opensource.wolfsonmicro.com writes:
 
 On Thu, Jul 28, 2011 at 02:48:57PM +0300, Tero Kristo wrote:
 OMAP SMPS regulator driver provides access to OMAP voltage processor
 controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and
 additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage
 layer for the actual voltage regulation operations.

 Signed-off-by: Tero Kristo t-kri...@ti.com

 Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com
 
 Do you prefer we merge this via OMAP trees (along with the
 infrastructure) or would you like to merge it.
 
 At this point, it's probably best to merge it along with the voltage
 infrastructure, which still might change slightly at the API level.
 

 Ok, lets merge with the voltage infrastructure.


OK, shall I take this is an Ack from you then?

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv4 2/4] regulator: omap smps regulator driver

2011-08-08 Thread Liam Girdwood
On 05/08/11 20:33, Hilman, Kevin wrote:
 Mark Brown broo...@opensource.wolfsonmicro.com writes:
 
 On Thu, Jul 28, 2011 at 02:48:57PM +0300, Tero Kristo wrote:
 OMAP SMPS regulator driver provides access to OMAP voltage processor
 controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and
 additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage
 layer for the actual voltage regulation operations.

 Signed-off-by: Tero Kristo t-kri...@ti.com

 Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com
 
 Do you prefer we merge this via OMAP trees (along with the
 infrastructure) or would you like to merge it.
 
 At this point, it's probably best to merge it along with the voltage
 infrastructure, which still might change slightly at the API level.
 

Ok, lets merge with the voltage infrastructure.

Thanks

Liam
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv4 2/4] regulator: omap smps regulator driver

2011-08-05 Thread Kevin Hilman
Mark Brown broo...@opensource.wolfsonmicro.com writes:

 On Thu, Jul 28, 2011 at 02:48:57PM +0300, Tero Kristo wrote:
 OMAP SMPS regulator driver provides access to OMAP voltage processor
 controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and
 additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage
 layer for the actual voltage regulation operations.
 
 Signed-off-by: Tero Kristo t-kri...@ti.com

 Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com

Do you prefer we merge this via OMAP trees (along with the
infrastructure) or would you like to merge it.

At this point, it's probably best to merge it along with the voltage
infrastructure, which still might change slightly at the API level.

Kevin
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv4 2/4] regulator: omap smps regulator driver

2011-08-05 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes:

 OMAP SMPS regulator driver provides access to OMAP voltage processor
 controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and
 additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage
 layer for the actual voltage regulation operations.

 Signed-off-by: Tero Kristo t-kri...@ti.com

FYI, this adds a section mismatch warning:

WARNING: vmlinux.o(.devinit.text+0x1984): Section mismatch in reference from 
the function omap_smps_reg_probe() to the (unknown reference) 
.init.data:(unknown)
The function __devinit omap_smps_reg_probe() references
a (unknown reference) __initdata (unknown).
If (unknown) is only used by omap_smps_reg_probe then
annotate (unknown) with a matching annotation.

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCHv4 2/4] regulator: omap smps regulator driver

2011-07-29 Thread Mark Brown
On Thu, Jul 28, 2011 at 02:48:57PM +0300, Tero Kristo wrote:
 OMAP SMPS regulator driver provides access to OMAP voltage processor
 controlled regulators. These include VDD_MPU and VDD_CORE for OMAP3 and
 additionally VDD_IVA for OMAP4. SMPS regulators use the OMAP voltage
 layer for the actual voltage regulation operations.
 
 Signed-off-by: Tero Kristo t-kri...@ti.com

Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html