[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1370685946-3718-1-git-send-email-maxime.ripard@free-electrons.com>
Date: Sat, 8 Jun 2013 12:05:42 +0200
From: Maxime Ripard <maxime.ripard@...e-electrons.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Emilio Lopez <emilio@...pez.com.ar>, kevin@...winnertech.com,
sunny@...winnertech.com, shuge@...winnertech.com,
linux-sunxi@...glegroups.com,
Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: [PATCH 0/4] Add external interrupt support for Allwinner SoCs
Hi everyone,
This patch adds the support for the external interrupt sources found in
the PIO IP of the Allwinner SoCs.
This IP handles up to 32 external interrupt source, that are exposed
through a particular pin function on some pins handled by the PIO.
We thus need to change the muxing to enable these interrupts, which
leads to some additional logic.
Thanks,
Maxime
Maxime Ripard (4):
pinctrl: sunxi: Search the description array by pin id
pinctrl: sunxi: Add external interrupts support
pinctrl: sunxi: Add external interrupt functions
ARM: sunxi: dt: Register the pio node as interrupt controller
arch/arm/boot/dts/sun4i-a10.dtsi | 2 +
arch/arm/boot/dts/sun5i-a13.dtsi | 2 +
drivers/pinctrl/pinctrl-sunxi.c | 307 +++++++++++++++++++++++++++++++++------
drivers/pinctrl/pinctrl-sunxi.h | 68 +++++++++
4 files changed, 331 insertions(+), 48 deletions(-)
--
1.8.3
--
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