aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-irq.c
AgeCommit message (Expand)Author
2012-09-09regmap: no need primary handler for nested irqYunfan Zhang
2012-08-30regmap: irq: Add mask invert flag for enable registerXiaofan Tian
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown
2012-06-05regmap: Implement support for wake IRQsMark Brown
2012-06-05regmap: Don't try to map non-existant IRQsMark Brown
2012-06-03regmap: Constify regmap_irq_chipMark Brown
2012-05-17regmap: Fix typo in IRQ register stridingMark Brown
2012-05-14regmap: add support for non contiguous status to regmap-irqGraeme Gregory
2012-05-13regmap: Convert regmap_irq to use irq_domainMark Brown
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown
2012-05-13regmap: Pass back the allocated regmap IRQ controller dataMark Brown
2012-04-11regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren
2012-04-10regmap: implement register stridingStephen Warren
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker
2011-12-05regmap: Add irq_base accessor to regmap_irqMark Brown
2011-11-28regmap: Report if we actually handled an interrupt in regmap-irqMark Brown
2011-11-08regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown