summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-irq.c
AgeCommit message (Expand)Author
2023-02-17regmap-irq: Remove unused mask_invert flagAidan MacDonald
2023-02-17regmap-irq: Remove unused type_invert flagAidan MacDonald
2022-12-12regmap: Merge fix for where we get the number of registers fromMark Brown
2022-12-09regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray
2022-11-09regmap-irq: Use the new num_config_regs property in regmap_add_irq_chip_fwnodeYassine Oudjana
2022-07-05regmap-irq: Fix bug in regmap_irq_get_irq_reg_linear()Aidan MacDonald
2022-06-29regmap-irq: Deprecate the not_fixed_stride flagAidan MacDonald
2022-06-29regmap-irq: Add get_irq_reg() callbackAidan MacDonald
2022-06-29regmap-irq: Fix inverted handling of unmask registersAidan MacDonald
2022-06-29regmap-irq: Deprecate type registers and virtual registersAidan MacDonald
2022-06-29regmap-irq: Introduce config registers for irq typesAidan MacDonald
2022-06-29regmap-irq: Refactor checks for status bulk read supportAidan MacDonald
2022-06-29regmap-irq: Remove mask_writeonly and regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove inappropriate uses of regmap_irq_update_bits()Aidan MacDonald
2022-06-29regmap-irq: Remove an unnecessary restriction on type_in_maskAidan MacDonald
2022-06-29regmap-irq: Cleanup sizeof(...) use in memory allocationAidan MacDonald
2022-06-29regmap-irq: Remove unused type_reg_stride fieldAidan MacDonald
2022-06-29regmap-irq: Convert bool bitfields to unsigned intAidan MacDonald
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2022-02-17regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla
2022-02-14regmap: irq: cleanup commentsTom Rix
2022-01-24regmap-irq: Fix typo in commentLuca Ceresoli
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov
2021-04-07regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh
2021-03-18regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh
2020-11-07regmap: irq: Convert to use irq_domain_create_legacy()Andy Shevchenko
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle
2020-04-14regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax
2019-04-25Merge branch 'regmap-5.2' into regmap-nextMark Brown
2019-04-25Merge branch 'regmap-5.1' into regmap-linusMark Brown
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-04-01regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla
2019-01-29Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang
2018-12-31regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen
2018-12-19regmap: regmap-irq: Remove default irq type setting from coreMatti Vaittinen
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik
2017-06-09regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan