aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-irq.c
AgeCommit message (Expand)Author
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann
2015-06-09regmap: kill off set_irq_flags usageRob Herring
2015-06-02regmap: irq: Fixed a typo errordashsriram
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li
2014-03-13regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski
2014-02-03regmap: irq: Remove domain on exitMark Brown
2013-12-16regmap: irq: Allow using zero value for ack_baseAlexander Shiyan
2013-10-22regmap: irq: clear status when disable irqYi Zhang
2013-07-23regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel
2013-03-19regmap: irq: Clarify error message when we fail to request primary IRQMark Brown
2013-03-01regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei
2013-01-04regmap: irq: Support wake IRQ mask inversionMark Brown
2013-01-04regmap: irq: Fix sync of wake statuses to hardwareMark Brown
2013-01-04regmap: irq: Use a bulk read for interrupt status where possibleMark Brown
2013-01-03regmap: irq: Factor register read out of the IRQ parsing loopMark Brown
2012-12-24regmap: irq: enable wake support by defaultLaxman Dewangan
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown
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