All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP3: cm-t35: add support for power off
@ 2012-03-28  9:51 ` Igor Grinberg
  0 siblings, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2012-03-28  9:51 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel, Igor Grinberg

Enable the power off feature of the TPS65930 on-board PMIC.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
---
 arch/arm/mach-omap2/board-cm-t35.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index 8770be1..46275c6 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -499,6 +499,10 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
 	.setup          = cm_t35_twl_gpio_setup,
 };
 
+static struct twl4030_power_data cm_t35_power_data = {
+	.use_poweroff	= true,
+};
+
 static struct twl4030_platform_data cm_t35_twldata = {
 	/* platform_data for children goes here */
 	.keypad		= &cm_t35_kp_data,
@@ -506,6 +510,7 @@ static struct twl4030_platform_data cm_t35_twldata = {
 	.vmmc1		= &cm_t35_vmmc1,
 	.vsim		= &cm_t35_vsim,
 	.vio		= &cm_t35_vio,
+	.power		= &cm_t35_power_data,
 };
 
 static void __init cm_t35_init_i2c(void)
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] ARM: OMAP3: cm-t35: add support for power off
@ 2012-03-28  9:51 ` Igor Grinberg
  0 siblings, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2012-03-28  9:51 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the power off feature of the TPS65930 on-board PMIC.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
---
 arch/arm/mach-omap2/board-cm-t35.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
index 8770be1..46275c6 100644
--- a/arch/arm/mach-omap2/board-cm-t35.c
+++ b/arch/arm/mach-omap2/board-cm-t35.c
@@ -499,6 +499,10 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
 	.setup          = cm_t35_twl_gpio_setup,
 };
 
+static struct twl4030_power_data cm_t35_power_data = {
+	.use_poweroff	= true,
+};
+
 static struct twl4030_platform_data cm_t35_twldata = {
 	/* platform_data for children goes here */
 	.keypad		= &cm_t35_kp_data,
@@ -506,6 +510,7 @@ static struct twl4030_platform_data cm_t35_twldata = {
 	.vmmc1		= &cm_t35_vmmc1,
 	.vsim		= &cm_t35_vsim,
 	.vio		= &cm_t35_vio,
+	.power		= &cm_t35_power_data,
 };
 
 static void __init cm_t35_init_i2c(void)
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: OMAP3: cm-t35: add support for power off
  2012-03-28  9:51 ` Igor Grinberg
@ 2012-04-19 10:40   ` Igor Grinberg
  -1 siblings, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2012-04-19 10:40 UTC (permalink / raw)
  To: Igor Grinberg; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

ping!

Tony, can this please, go into 3.5?

On 03/28/12 11:51, Igor Grinberg wrote:
> Enable the power off feature of the TPS65930 on-board PMIC.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> ---
>  arch/arm/mach-omap2/board-cm-t35.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
> index 8770be1..46275c6 100644
> --- a/arch/arm/mach-omap2/board-cm-t35.c
> +++ b/arch/arm/mach-omap2/board-cm-t35.c
> @@ -499,6 +499,10 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
>  	.setup          = cm_t35_twl_gpio_setup,
>  };
>  
> +static struct twl4030_power_data cm_t35_power_data = {
> +	.use_poweroff	= true,
> +};
> +
>  static struct twl4030_platform_data cm_t35_twldata = {
>  	/* platform_data for children goes here */
>  	.keypad		= &cm_t35_kp_data,
> @@ -506,6 +510,7 @@ static struct twl4030_platform_data cm_t35_twldata = {
>  	.vmmc1		= &cm_t35_vmmc1,
>  	.vsim		= &cm_t35_vsim,
>  	.vio		= &cm_t35_vio,
> +	.power		= &cm_t35_power_data,
>  };
>  
>  static void __init cm_t35_init_i2c(void)

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: OMAP3: cm-t35: add support for power off
@ 2012-04-19 10:40   ` Igor Grinberg
  0 siblings, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2012-04-19 10:40 UTC (permalink / raw)
  To: linux-arm-kernel

ping!

Tony, can this please, go into 3.5?

On 03/28/12 11:51, Igor Grinberg wrote:
> Enable the power off feature of the TPS65930 on-board PMIC.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> ---
>  arch/arm/mach-omap2/board-cm-t35.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
> index 8770be1..46275c6 100644
> --- a/arch/arm/mach-omap2/board-cm-t35.c
> +++ b/arch/arm/mach-omap2/board-cm-t35.c
> @@ -499,6 +499,10 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
>  	.setup          = cm_t35_twl_gpio_setup,
>  };
>  
> +static struct twl4030_power_data cm_t35_power_data = {
> +	.use_poweroff	= true,
> +};
> +
>  static struct twl4030_platform_data cm_t35_twldata = {
>  	/* platform_data for children goes here */
>  	.keypad		= &cm_t35_kp_data,
> @@ -506,6 +510,7 @@ static struct twl4030_platform_data cm_t35_twldata = {
>  	.vmmc1		= &cm_t35_vmmc1,
>  	.vsim		= &cm_t35_vsim,
>  	.vio		= &cm_t35_vio,
> +	.power		= &cm_t35_power_data,
>  };
>  
>  static void __init cm_t35_init_i2c(void)

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: OMAP3: cm-t35: add support for power off
  2012-04-19 10:40   ` Igor Grinberg
@ 2012-05-08  8:33     ` Igor Grinberg
  -1 siblings, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2012-05-08  8:33 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Igor Grinberg, linux-omap, linux-arm-kernel

ping x2

On 04/19/12 13:40, Igor Grinberg wrote:
> ping!
> 
> Tony, can this please, go into 3.5?
> 
> On 03/28/12 11:51, Igor Grinberg wrote:
>> Enable the power off feature of the TPS65930 on-board PMIC.
>>
>> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
>> ---
>>  arch/arm/mach-omap2/board-cm-t35.c |    5 +++++
>>  1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
>> index 8770be1..46275c6 100644
>> --- a/arch/arm/mach-omap2/board-cm-t35.c
>> +++ b/arch/arm/mach-omap2/board-cm-t35.c
>> @@ -499,6 +499,10 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
>>  	.setup          = cm_t35_twl_gpio_setup,
>>  };
>>  
>> +static struct twl4030_power_data cm_t35_power_data = {
>> +	.use_poweroff	= true,
>> +};
>> +
>>  static struct twl4030_platform_data cm_t35_twldata = {
>>  	/* platform_data for children goes here */
>>  	.keypad		= &cm_t35_kp_data,
>> @@ -506,6 +510,7 @@ static struct twl4030_platform_data cm_t35_twldata = {
>>  	.vmmc1		= &cm_t35_vmmc1,
>>  	.vsim		= &cm_t35_vsim,
>>  	.vio		= &cm_t35_vio,
>> +	.power		= &cm_t35_power_data,
>>  };
>>  
>>  static void __init cm_t35_init_i2c(void)
> 

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: OMAP3: cm-t35: add support for power off
@ 2012-05-08  8:33     ` Igor Grinberg
  0 siblings, 0 replies; 8+ messages in thread
From: Igor Grinberg @ 2012-05-08  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

ping x2

On 04/19/12 13:40, Igor Grinberg wrote:
> ping!
> 
> Tony, can this please, go into 3.5?
> 
> On 03/28/12 11:51, Igor Grinberg wrote:
>> Enable the power off feature of the TPS65930 on-board PMIC.
>>
>> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
>> ---
>>  arch/arm/mach-omap2/board-cm-t35.c |    5 +++++
>>  1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c
>> index 8770be1..46275c6 100644
>> --- a/arch/arm/mach-omap2/board-cm-t35.c
>> +++ b/arch/arm/mach-omap2/board-cm-t35.c
>> @@ -499,6 +499,10 @@ static struct twl4030_gpio_platform_data cm_t35_gpio_data = {
>>  	.setup          = cm_t35_twl_gpio_setup,
>>  };
>>  
>> +static struct twl4030_power_data cm_t35_power_data = {
>> +	.use_poweroff	= true,
>> +};
>> +
>>  static struct twl4030_platform_data cm_t35_twldata = {
>>  	/* platform_data for children goes here */
>>  	.keypad		= &cm_t35_kp_data,
>> @@ -506,6 +510,7 @@ static struct twl4030_platform_data cm_t35_twldata = {
>>  	.vmmc1		= &cm_t35_vmmc1,
>>  	.vsim		= &cm_t35_vsim,
>>  	.vio		= &cm_t35_vio,
>> +	.power		= &cm_t35_power_data,
>>  };
>>  
>>  static void __init cm_t35_init_i2c(void)
> 

-- 
Regards,
Igor.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: OMAP3: cm-t35: add support for power off
  2012-05-08  8:33     ` Igor Grinberg
@ 2012-05-08 22:02       ` Tony Lindgren
  -1 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2012-05-08 22:02 UTC (permalink / raw)
  To: Igor Grinberg; +Cc: linux-omap, linux-arm-kernel

* Igor Grinberg <grinberg@compulab.co.il> [120508 01:37]:
> ping x2

Thanks for patience, applying into board branch finally.

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] ARM: OMAP3: cm-t35: add support for power off
@ 2012-05-08 22:02       ` Tony Lindgren
  0 siblings, 0 replies; 8+ messages in thread
From: Tony Lindgren @ 2012-05-08 22:02 UTC (permalink / raw)
  To: linux-arm-kernel

* Igor Grinberg <grinberg@compulab.co.il> [120508 01:37]:
> ping x2

Thanks for patience, applying into board branch finally.

Tony

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-05-08 22:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-28  9:51 [PATCH] ARM: OMAP3: cm-t35: add support for power off Igor Grinberg
2012-03-28  9:51 ` Igor Grinberg
2012-04-19 10:40 ` Igor Grinberg
2012-04-19 10:40   ` Igor Grinberg
2012-05-08  8:33   ` Igor Grinberg
2012-05-08  8:33     ` Igor Grinberg
2012-05-08 22:02     ` Tony Lindgren
2012-05-08 22:02       ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.