[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAKohponCWA62+C31nm8QoA5cANPQ09BsU4Sd-x07kA8G_g+AvQ@mail.gmail.com>
Date: Fri, 23 Nov 2012 18:28:32 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Lee Jones <lee.jones@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
arnd@...db.de, linus.walleij@...ricsson.com,
Grant Likely <grant.likely@...retlab.ca>
Subject: Re: [PATCH 1/1] gpio: Provide the STMPE GPIO driver with its own IRQ Domain
On 23 November 2012 18:14, Lee Jones <lee.jones@...aro.org> wrote:
> The STMPE GPIO driver can be used as an IRQ controller by some
> related devices. Here we provide it with its very own IRQ Domain
> so that IRQs can be issued dynamically. This will stand the
> driver in good stead when it is enabled for Device Tree, as this
> it a prerequisite.
>
> Cc: Grant Likely <grant.likely@...retlab.ca>
> Signed-off-by: Lee Jones <lee.jones@...aro.org>
> diff --git a/drivers/gpio/gpio-stmpe.c b/drivers/gpio/gpio-stmpe.c
> +const struct irq_domain_ops stmpe_gpio_irq_simple_ops = {
static?
> + .unmap = stmpe_gpio_irq_unmap,
> + .map = stmpe_gpio_irq_map,
> + .xlate = irq_domain_xlate_twocell,
> +};
Reviewed-by: Viresh Kumar <viresh.kumar@...aro.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists