linux/Documentation
Srinivas Kandagatla 727b0f71a5 pinctrl: st: Add Interrupt support
This patch add interrupt support to the pincontroller driver.

ST Pincontroller GPIO bank can have one of the two possible types of
interrupt-wirings.

First type is via irqmux, single interrupt is used by multiple gpio
banks. This reduces number of overall interrupts numbers required. All
these banks belong to a single pincontroller.
		  _________
		 |	   |----> [gpio-bank (n)    ]
		 |	   |----> [gpio-bank (n + 1)]
	[irqN]-- | irq-mux |----> [gpio-bank (n + 2)]
		 |	   |----> [gpio-bank (...  )]
		 |_________|----> [gpio-bank (n + 7)]

Second type has a dedicated interrupt per gpio bank.

	[irqN]----> [gpio-bank (n)]

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2014-02-10 10:13:07 +01:00
..
2014-01-23 18:40:49 -08:00
2013-12-31 09:51:02 -07:00
2013-04-02 09:39:55 -07:00
2013-11-27 11:03:38 -08:00
2013-01-10 01:27:46 +01:00
2014-01-07 17:34:39 -07:00
2013-07-25 12:34:15 +02:00
2013-10-16 13:35:02 -07:00
2014-01-16 12:00:57 -08:00
2013-12-19 10:17:11 -07:00
2013-11-14 11:04:40 -08:00
2013-12-02 14:48:28 +01:00
2013-12-02 14:48:28 +01:00
2013-12-02 14:48:28 +01:00
2013-12-02 14:45:19 +01:00
2013-10-24 10:51:33 +02:00
2013-09-05 16:36:21 -06:00