All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: Tony Lindgren <tony@atomide.com>
Cc: Igor Grinberg <grinberg@compulab.co.il>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: OMAP3: cm-t35: add support for power off
Date: Tue, 08 May 2012 11:33:19 +0300	[thread overview]
Message-ID: <4FA8DA4F.6080801@compulab.co.il> (raw)
In-Reply-To: <4F8FEBBB.70509@compulab.co.il>

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.

WARNING: multiple messages have this Message-ID (diff)
From: grinberg@compulab.co.il (Igor Grinberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: OMAP3: cm-t35: add support for power off
Date: Tue, 08 May 2012 11:33:19 +0300	[thread overview]
Message-ID: <4FA8DA4F.6080801@compulab.co.il> (raw)
In-Reply-To: <4F8FEBBB.70509@compulab.co.il>

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.

  reply	other threads:[~2012-05-08  8:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2012-05-08  8:33     ` Igor Grinberg
2012-05-08 22:02     ` Tony Lindgren
2012-05-08 22:02       ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FA8DA4F.6080801@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.