Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1292170

Re: [PATCH v2 1/2] gpio: pxa: change the interrupt management

From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 1/2] gpio: pxa: change the interrupt management
Date 2015-12-15 14:20 +0100
Message-ID <qFXGi-4AF-23@gated-at.bofh.it> (permalink)
References <qF1iV-8qA-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sat, Dec 12, 2015 at 11:55 PM, Robert Jarzmik <robert.jarzmik@free.fr> wrote:

> The interrupt management is changed by this patch to rely on chip data
> instead of chained interrupts.
>
> The main goal is to loosen the dependency on the global pxa chip
> structure in favor of the passed chip data. The secondary goal is to
> better show in /proc/interrupts the difference between interrupts for
> gpio0 and gpio1 (directly wired to interrupt controller), and the other
> gpios (wired onto a third line in the interrupt controller).
>
> The last advantage of this patch is that the interrupt is actually
> requested, so that another driver cannot steal this line, or overwrite
> the handler.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
> ---
> Since v1: moved CONFIG_OF for pxa_irq_domain_ops

I already merged v1 and I don't like to rebase my tree,
can you send an incremental patch fixing this, based off
my "devel" branch?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/2] gpio: pxa: change the interrupt management Robert Jarzmik <robert.jarzmik@free.fr> - 2015-12-13 00:00 +0100
  Re: [PATCH v2 1/2] gpio: pxa: change the interrupt management Linus Walleij <linus.walleij@linaro.org> - 2015-12-15 14:20 +0100
    Re: [PATCH v2 1/2] gpio: pxa: change the interrupt management Robert Jarzmik <robert.jarzmik@free.fr> - 2015-12-15 19:00 +0100

csiph-web