summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c
Commit message (Expand)AuthorAgeFilesLines
* regmap-irq: Fix out-of-bounds access when allocating config buffersIsaac J. Manjarres2023-07-121-1/+1
* regmap: regmap-irq: Move handle_post_irq to before pm_runtime_putCharles Keepax2023-06-011-3/+3
* regmap-irq: Drop backward compatibility for inverted mask/unmaskAidan MacDonald2023-05-121-33/+11
* regmap-irq: Minor adjustments to .handle_mask_sync()Aidan MacDonald2023-05-121-34/+31
* regmap-irq: Remove support for not_fixed_strideAidan MacDonald2023-05-121-40/+3
* regmap-irq: Remove type registersAidan MacDonald2023-05-121-74/+8
* regmap-irq: Remove virtual registersAidan MacDonald2023-05-111-48/+0
* regmap-irq: Drop map from handle_mask_sync() parametersWilliam Breathitt Gray2023-05-081-3/+2
* Migrate the PCIe-IDIO-24 and WS16C48 GPIO driversMark Brown2023-04-051-3/+5
|\
| * regmap: Pass irq_drv_data as a parameter for set_type_config()William Breathitt Gray2023-04-051-3/+5
* | regmap-irq: Add no_status supportWilliam Breathitt Gray2023-03-051-7/+15
|/
* regmap-irq: Remove unused mask_invert flagAidan MacDonald2023-02-171-14/+0
* regmap-irq: Remove unused type_invert flagAidan MacDonald2023-02-171-9/+2
* 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-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
|\ \