aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown1-0/+51
2012-06-05regmap: Implement support for wake IRQsMark Brown1-0/+47
2012-06-05regmap: Don't try to map non-existant IRQsMark Brown1-0/+4
2012-06-03regmap: Constify regmap_irq_chipMark Brown1-3/+3
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown1-1/+1
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory1-33/+21
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown1-27/+70
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-nextMark Brown1-11/+28
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown1-0/+2
2012-04-11regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren1-1/+4
2012-04-10regmap: implement register stridingStephen Warren1-11/+23
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown1-0/+13
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown1-1/+6
2011-11-08regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown1-0/+284