summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei2013-03-011-0/+1
* regmap: irq: Support wake IRQ mask inversionMark Brown2013-01-041-4/+17
* regmap: irq: Fix sync of wake statuses to hardwareMark Brown2013-01-041-0/+11
* regmap: irq: Use a bulk read for interrupt status where possibleMark Brown2013-01-041-7/+60
* regmap: irq: Factor register read out of the IRQ parsing loopMark Brown2013-01-031-7/+9
* regmap: irq: enable wake support by defaultLaxman Dewangan2012-12-241-12/+6
* regmap: irq: Allow users to retrieve the irq_domainMark Brown2012-10-151-0/+19
* regmap: no need primary handler for nested irqYunfan Zhang2012-09-091-1/+1
* regmap: irq: Add mask invert flag for enable registerXiaofan Tian2012-08-301-2/+10
* regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown2012-08-071-0/+25
* regmap: irq: initialize all irqs to wake disabledStephen Warren2012-08-041-0/+16
* regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren2012-08-041-0/+5
* regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren2012-08-041-1/+1
* regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren2012-08-041-2/+4
* regmap: irq: Only update mask bits when doing initial maskMark Brown2012-08-041-1/+2
* regmap: fix some error messages to take account of irq_reg_strideStephen Warren2012-08-041-14/+15
*-. Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown2012-07-221-0/+51
|\ \
| * | regmap: Implement support for wake IRQsMark Brown2012-06-051-0/+47
| * | regmap: Don't try to map non-existant IRQsMark Brown2012-06-051-0/+4
| |/
* | regmap: Constify regmap_irq_chipMark Brown2012-06-031-3/+3
|/
* regmap: Fix typo in IRQ register stridingMark Brown2012-05-171-1/+1
* regmap: add support for non contiguous status to regmap-irqGraeme Gregory2012-05-141-33/+21
* regmap: Convert regmap_irq to use irq_domainMark Brown2012-05-131-27/+70
*-. Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown2012-05-131-11/+28
|\ \
| | * regmap: Pass back the allocated regmap IRQ controller dataMark Brown2012-05-131-0/+2
| |/ |/|
| * regmap: fix compile errors in regmap-irq.c due to stride changesStephen Warren2012-04-111-1/+4
| * regmap: implement register stridingStephen Warren2012-04-101-11/+23
|/
* device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* regmap: Add irq_base accessor to regmap_irqMark Brown2011-12-051-0/+13
* regmap: Report if we actually handled an interrupt in regmap-irqMark Brown2011-11-281-1/+6
* regmap: Add a reusable irq_chip for regmap based interrupt controllersMark Brown2011-11-081-0/+284
OpenPOWER on IntegriCloud