All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: balrogg@gmail.com
Cc: Linux-OMAP <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] ARM: OMAP: Set keypad sense delays for the Palms.
Date: Tue, 28 Nov 2006 02:31:06 +0000	[thread overview]
Message-ID: <20061128023105.GF7763@atomide.com> (raw)
In-Reply-To: <11645730008-git-send-email-balrog@zabor.org>

* Andrzej Zaborowski <balrog@zabor.org> [061126 18:30]:
> Wait a fixed amount of time between writing to the columns
> register and reading rows state to allow the keypad to respond
> on Palm Tungsten E and Zire 71.  The value for Zire 71 keypad
> was tested by Marek Vasut.
> 
> Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
> ---
>  arch/arm/mach-omap1/board-palmte.c  |    1 +
>  arch/arm/mach-omap1/board-palmz71.c |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c
> index 73e5f50..c23e8b6 100644
> --- a/arch/arm/mach-omap1/board-palmte.c
> +++ b/arch/arm/mach-omap1/board-palmte.c
> @@ -70,6 +70,7 @@ static struct omap_kp_platform_data palm
>  	.cols	= 8,
>  	.keymap = palmte_keymap,
>  	.rep	= 1,
> +	.delay	= 12,
>  };
>  
>  static struct resource palmte_kp_resources[] = {
> diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c
> index ebcc6a7..b1ef1be 100644
> --- a/arch/arm/mach-omap1/board-palmz71.c
> +++ b/arch/arm/mach-omap1/board-palmz71.c
> @@ -76,6 +76,7 @@ static struct omap_kp_platform_data palm
>  	.cols	= 8,
>  	.keymap	= palmz71_keymap,
>  	.rep	= 1,
> +	.delay	= 80,
>  };
>  
>  static struct resource palmz71_kp_resources[] = {
> -- 
> 1.4.3.2

Thanks, pushing today.

Tony

      reply	other threads:[~2006-11-28  2:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-26 20:30 [PATCH] ARM: OMAP: Set keypad sense delays for the Palms Andrzej Zaborowski
2006-11-28  2:31 ` Tony Lindgren [this message]

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=20061128023105.GF7763@atomide.com \
    --to=tony@atomide.com \
    --cc=balrogg@gmail.com \
    --cc=linux-omap-open-source@linux.omap.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.