summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c
Commit message (Expand)AuthorAgeFilesLines
* regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald2022-06-221-1/+2
* regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald2022-06-221-2/+3
* Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2022-03-211-3/+3
|\
| * regmap: irq: cleanup commentsTom Rix2022-02-141-2/+2
| * regmap-irq: Fix typo in commentLuca Ceresoli2022-01-241-1/+1
* | regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla2022-02-171-14/+6
|/
* regmap-irq: Introduce inverted status registers supportMaxim Kochetkov2021-06-071-0/+7
* regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King2021-04-071-3/+5
* regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh2021-03-311-0/+5
* regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh2021-03-311-1/+37
* regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh2021-03-181-28/+53
* regmap: irq: Convert to use irq_domain_create_legacy()Andy Shevchenko2020-11-071-6/+5
* regmap: irq: Add support to clear ack registersLaxminath Kasam2020-10-051-1/+32
* regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle2020-07-081-24/+29
* regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle2020-04-141-16/+68
* regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax2019-08-121-6/+1
* Merge branch 'regmap-5.2' into regmap-nextMark Brown2019-04-251-11/+7
|\
| * regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7
* | Merge branch 'regmap-5.1' into regmap-linusMark Brown2019-04-251-3/+0
|\ \ | |/ |/|
| * regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla2019-04-011-3/+0
* | 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/+8
* 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/+0
* 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