regmap: Add a reusable irq_chip for regmap based interrupt controllers

There seem to be lots of regmap-using devices with very similar interrupt
controllers with a small bank of interrupt registers and mask registers
with an interrupt per bit. This won't cover everything but it's a good
start.

Each chip supplies a base for the status registers, a base for the mask
registers, an optional base for writing acknowledgements (which may be the
same as the status registers) and an array of bits within each of these
register banks which indicate the interrupt.

There is an assumption that the bit for each interrupt will be the same
in each of the register bank.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Este commit está contenido en:
Mark Brown
2011-10-28 23:50:49 +02:00
padre 1ea6b8f489
commit f8beab2bb6
Se han modificado 4 ficheros con 335 adiciones y 0 borrados

Ver fichero

@@ -13,3 +13,6 @@ config REGMAP_I2C
config REGMAP_SPI
tristate
config REGMAP_IRQ
bool