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


Groups > linux.kernel > #1288561 > unrolled thread

Re: [PATCH 3/4] gpio: pxa: change the interrupt management

Started byLinus Walleij <linus.walleij@linaro.org>
First post2015-12-10 16:10 +0100
Last post2015-12-10 16:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 3/4] gpio: pxa: change the interrupt management Linus Walleij <linus.walleij@linaro.org> - 2015-12-10 16:10 +0100

#1288561 — Re: [PATCH 3/4] gpio: pxa: change the interrupt management

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-12-10 16:10 +0100
SubjectRe: [PATCH 3/4] gpio: pxa: change the interrupt management
Message-ID<qEb11-7RF-25@gated-at.bofh.it>
On Sat, Nov 28, 2015 at 10:37 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>

I stopped applying here, waiting for a v2 of the two last
patches.

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/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web