linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Denis Karpov <ext-denis.2.karpov@nokia.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH 2/2] omap: rx51: initialize platform data for twl4030 powerbutton
Date: Fri, 11 Mar 2011 11:05:08 -0800	[thread overview]
Message-ID: <20110311190507.GD10079@atomide.com> (raw)
In-Reply-To: <0aaadf1ebe1864fa310a8b1330dd688079983f8d.1299860654.git.ext-denis.2.karpov@nokia.com>

* Denis Karpov <ext-denis.2.karpov@nokia.com> [110311 08:35]:
> From: Denis Karpov <ext-denis.2.karpov@nokia.com>
> 
> Adds and initializes platform data for TWL4030 powerbutton.
> Disable repeat input events from a button press (default behaviour).
> 
> Signed-off-by: Denis Karpov <ext-denis.2.karpov@nokia.com>

This should get merged along with the driver related patch:

Acked-by: Tony Lindgren <tony@atomide.com>

> ---
>  arch/arm/mach-omap2/board-rx51-peripherals.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c
> index 5f1900c..c9a21ef 100644
> --- a/arch/arm/mach-omap2/board-rx51-peripherals.c
> +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c
> @@ -264,6 +264,10 @@ static struct twl4030_keypad_data rx51_kp_data = {
>  	.rep		= 1,
>  };
>  
> +static struct twl4030_pwrbutton_data rx51_pwrbutton_data = {
> +	.rep		= 1,
> +};
> +
>  static struct twl4030_madc_platform_data rx51_madc_data = {
>  	.irq_line		= 1,
>  };
> @@ -758,6 +762,7 @@ static struct twl4030_platform_data rx51_twldata __initdata = {
>  	/* platform_data for children goes here */
>  	.gpio			= &rx51_gpio_data,
>  	.keypad			= &rx51_kp_data,
> +	.pwrbutton		= &rx51_pwrbutton_data,
>  	.madc			= &rx51_madc_data,
>  	.usb			= &rx51_usb_data,
>  	.power			= &rx51_t2scripts_data,
> -- 
> 1.7.1
> 

  reply	other threads:[~2011-03-11 19:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11 16:37 [PATCH 0/2] power button repeat input events Denis Karpov
2011-03-11 16:37 ` [PATCH 1/2] input: twl4030-pwrbutton: add support for platform data Denis Karpov
2011-03-11 16:37   ` [PATCH 2/2] omap: rx51: initialize platform data for twl4030 powerbutton Denis Karpov
2011-03-11 19:05     ` Tony Lindgren [this message]
2011-03-14 10:57     ` Aaro Koskinen
2011-03-14 11:14       ` Denis Karpov
2011-03-11 16:55 ` [PATCH 0/2] power button repeat input events Nishanth Menon
2011-03-14 11:13   ` Denis Karpov
2011-03-14 11:40     ` Menon, Nishanth
2011-03-14 14:35       ` Denis Karpov
2011-03-14 14:59         ` Nishanth Menon
2011-03-11 19:04 ` 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=20110311190507.GD10079@atomide.com \
    --to=tony@atomide.com \
    --cc=ext-denis.2.karpov@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).