summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* regmap: Merge fix for where we get the number of registers fromMark Brown2022-12-121-4/+11
|\
| * regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana2022-11-091-4/+11
* | regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray2022-12-091-13/+31
|/
* regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald2022-07-051-1/+1
* regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald2022-06-291-0/+2
* regmap-irq: Add get_irq_reg() callbackAidan MacDonald2022-06-291-46/+80
* regmap-irq: Fix inverted handling of unmask registersAidan MacDonald2022-06-291-45/+69
* regmap-irq: Deprecate type registers and virtual registersAidan MacDonald2022-06-291-0/+6
* regmap-irq: Introduce config registers for irq typesAidan MacDonald2022-06-291-5/+110
* regmap-irq: Refactor checks for status bulk read supportAidan MacDonald2022-06-291-4/+10
* regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald2022-06-291-17/+7
* regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald2022-06-291-6/+6
* regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald2022-06-291-11/+8
* regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald2022-06-291-8/+8
* regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald2022-06-291-6/+0
* regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald2022-06-291-1/+1
* 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-221-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