All of lore.kernel.org
 help / color / mirror / Atom feed
From: sshtylyov@mvista.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mx27_3ds: add support for the keypad
Date: Wed, 21 Jul 2010 13:10:01 +0400	[thread overview]
Message-ID: <4C46B969.1020507@ru.mvista.com> (raw)
In-Reply-To: <4C24AFB5.4090909@freescale.com>

Hello.

Rogerio Pimentel wrote:

> mx27_3ds: add support for the keypad

> Signed-off-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>

[...]

> diff --git a/arch/arm/mach-mx2/mach-mx27_3ds.c 
> b/arch/arm/mach-mx2/mach-mx27_3ds.c
> index b2f4e0d..411f0b4 100644
> --- a/arch/arm/mach-mx2/mach-mx27_3ds.c
> +++ b/arch/arm/mach-mx2/mach-mx27_3ds.c
[...]
> @@ -58,6 +59,27 @@ static unsigned int mx27pdk_pins[] = {
>      PF23_AIN_FEC_TX_EN,
>  };
> 
> +/*
> + * Matrix keyboard
> + */
> +
> +static const uint32_t mx27_3ds_keymap[] = {
> +    KEY(0, 0, KEY_UP),
> +    KEY(0, 1, KEY_DOWN),
> +    KEY(1, 0, KEY_RIGHT),
> +    KEY(1, 1, KEY_LEFT),
> +    KEY(1, 2, KEY_ENTER),
> +    KEY(2, 0, KEY_F6),
> +    KEY(2, 1, KEY_F8),
> +    KEY(2, 2, KEY_F9),
> +    KEY(2, 3, KEY_F10),
> +};
> +
> +static struct matrix_keymap_data mx27_3ds_keymap_data = {
> +    .keymap        = mx27_3ds_keymap,
> +    .keymap_size    = ARRAY_SIZE(mx27_3ds_keymap),
> +};
> +
>  static struct imxuart_platform_data uart_pdata = {
>      .flags = IMXUART_HAVE_RTSCTS,
>  };
> @@ -71,6 +93,7 @@ static void __init mx27pdk_init(void)
>      mxc_gpio_setup_multiple_pins(mx27pdk_pins, ARRAY_SIZE(mx27pdk_pins),
>          "mx27pdk");
>      mxc_register_device(&mxc_uart_device0, &uart_pdata);
> +    mxc_register_device(&imx_kpp_device, &mx27_3ds_keymap_data);
>      platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
>  }

    Your patch has tabs mangled to spaces.

WBR, Sergei

      reply	other threads:[~2010-07-21  9:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-25 13:31 [PATCH] mx27_3ds: add support for the keypad Rogerio Pimentel
2010-07-21  9:10 ` Sergei Shtylyov [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=4C46B969.1020507@ru.mvista.com \
    --to=sshtylyov@mvista.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.