aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik1-15/+25
2017-06-09regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy1-1/+1
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax1-29/+33
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan1-4/+11
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko1-0/+1
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan1-0/+21
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-nextMark Brown1-0/+100
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan1-0/+100
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo1-2/+3
2015-11-20regmap: replace kzalloc with kcalloclixiubo1-4/+4
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng1-2/+10
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng1-3/+28
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann1-2/+2
2015-06-09regmap: kill off set_irq_flags usageRob Herring1-7/+0
2015-06-02regmap: irq: Fixed a typo errordashsriram1-1/+1
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg1-1/+2
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-3/+6
2014-03-13regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski1-2/+2
2014-02-03regmap: irq: Remove domain on exitMark Brown1-1/+1
2013-12-16regmap: irq: Allow using zero value for ack_baseAlexander Shiyan1-3/+3
2013-10-22regmap: irq: clear status when disable irqYi Zhang1-0/+16
2013-07-23regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel1-0/+25
2013-03-19regmap: irq: Clarify error message when we fail to request primary IRQMark Brown1-1/+2
2013-03-01regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei1-0/+1
2013-01-04regmap: irq: Support wake IRQ mask inversionMark Brown1-4/+17
2013-01-04regmap: irq: Fix sync of wake statuses to hardwareMark Brown1-0/+11
2013-01-04regmap: irq: Use a bulk read for interrupt status where possibleMark Brown1-7/+60
2013-01-03regmap: irq: Factor register read out of the IRQ parsing loopMark Brown1-7/+9
2012-12-24regmap: irq: enable wake support by defaultLaxman Dewangan1-12/+6
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown1-0/+19
2012-09-09regmap: no need primary handler for nested irqYunfan Zhang1-1/+1
2012-08-30regmap: irq: Add mask invert flag for enable registerXiaofan Tian1-2/+10
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown1-0/+25
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren1-0/+16
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren1-0/+5
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren1-1/+1
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren1-2/+4
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown1-1/+2
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren1-14/+15
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