linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: alexander.stein@systec-electronic.com (Alexander Stein)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] plat-mxc: Provide irq_chip name for GPIO IRQs
Date: Tue, 1 Mar 2011 08:38:36 +0100	[thread overview]
Message-ID: <201103010838.37197.alexander.stein@systec-electronic.com> (raw)
In-Reply-To: <1296489624-21355-1-git-send-email-alexander.stein@systec-electronic.com>

Hello,

On Monday 31 January 2011, 17:00:24 Alexander Stein wrote:
> Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
> ---
>  arch/arm/plat-mxc/gpio.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/plat-mxc/gpio.c b/arch/arm/plat-mxc/gpio.c
> index d17b3c9..e396df8 100644
> --- a/arch/arm/plat-mxc/gpio.c
> +++ b/arch/arm/plat-mxc/gpio.c
> @@ -233,6 +233,7 @@ static int gpio_set_wake_irq(struct irq_data *d, u32
> enable) }
> 
>  static struct irq_chip gpio_irq_chip = {
> +	.name = "GPIO",
>  	.irq_ack = gpio_ack_irq,
>  	.irq_mask = gpio_mask_irq,
>  	.irq_unmask = gpio_unmask_irq,


Did this get overlooked?

Regards,
Alexander

  reply	other threads:[~2011-03-01  7:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-31 16:00 [PATCH] plat-mxc: Provide irq_chip name for GPIO IRQs Alexander Stein
2011-03-01  7:38 ` Alexander Stein [this message]
2011-03-01  8:34   ` Wolfram Sang
2011-04-04 14:29     ` Uwe Kleine-König
2011-04-04 14:34       ` Russell King - ARM Linux
2011-04-04 15:21         ` Alexander Stein

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=201103010838.37197.alexander.stein@systec-electronic.com \
    --to=alexander.stein@systec-electronic.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 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).