summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'regmap-5.2' into regmap-nextMark Brown2019-04-251-11/+7Star
|\
| * regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7Star
* | Merge branch 'regmap-5.1' into regmap-linusMark Brown2019-04-251-3/+0Star
|\ \ | |/ |/|
| * regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla2019-04-011-3/+0Star
* | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2019-01-291-4/+95
|\ \
| * | regmap: regmap-irq: Add main status register supportMatti Vaittinen2019-01-231-4/+95
| |/
* | regmap-irq: do not write mask register if mask_base is zeroMark Zhang2019-01-141-0/+6
* | regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen2018-12-311-1/+1
|/
* regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski2018-12-191-0/+23
* regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen2018-12-191-10/+25
* regmap: regmap-irq: Remove default irq type setting from coreMatti Vaittinen2018-12-191-14/+8Star
* regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski2018-12-131-20/+44
* regmap: irq: add chip option mask_writeonlyMichael Grzeschik2017-06-281-15/+25
* regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy2017-06-091-1/+1
* regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax2017-01-121-29/+33
* regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan2016-06-031-4/+11
* regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko2016-02-291-0/+1
* regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan2016-02-151-0/+82
* regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan2016-02-091-0/+21
*-. Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown2016-01-051-0/+100
|\ \
| | * regmap: irq: add support for configuration of trigger typeLaxman Dewangan2016-01-051-0/+100
| |/
* | regmap: replace kmalloc with kmalloc_arraylixiubo2015-11-201-2/+3
* | regmap: replace kzalloc with kcalloclixiubo2015-11-201-4/+4
|/
* regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng2015-09-171-2/+10
* regmap: irq: add support for chips who have separate unmask registersGuo Zeng2015-09-171-3/+28
* regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann2015-08-211-2/+2
* regmap: kill off set_irq_flags usageRob Herring2015-06-091-7/+0Star
* regmap: irq: Fixed a typo errordashsriram2015-06-021-1/+1
* regmap: Constify irq_domain_opsKrzysztof Kozlowski2015-04-271-1/+1
* regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg2015-02-141-1/+2
* regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-05-261-3/+6
* regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski2014-03-131-2/+2
* regmap: irq: Remove domain on exitMark Brown2014-02-031-1/+1
* regmap: irq: Allow using zero value for ack_baseAlexander Shiyan2013-12-161-3/+3
* regmap: irq: clear status when disable irqYi Zhang2013-10-221-0/+16
* regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel2013-07-231-0/+25
* regmap: irq: Clarify error message when we fail to request primary IRQMark Brown2013-03-191-1/+2
* 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/+6Star
* 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