summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-irq.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-3/+3
2022-02-17regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-02-14regmap: irq: cleanup commentsTom Rix1-2/+2
2022-01-24regmap-irq: Fix typo in commentLuca Ceresoli1-1/+1
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov1-0/+7
2021-04-07regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King1-3/+5
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh1-0/+5
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh1-1/+37
2021-03-18regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh1-28/+53
2020-11-07regmap: irq: Convert to use irq_domain_create_legacy()Andy Shevchenko1-6/+5
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam1-1/+32
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle1-24/+29
2020-04-14regmap-irq: make it possible to add irq_chip do a specific device nodeMichael Walle1-16/+68
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax1-6/+1
2019-04-25Merge branch 'regmap-5.2' into regmap-nextMark Brown1-11/+7
2019-04-25Merge branch 'regmap-5.1' into regmap-linusMark Brown1-3/+0
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-11/+7
2019-04-01regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla1-3/+0
2019-01-29Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-4/+95
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen1-4/+95
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2018-12-31regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen1-1/+1
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski1-0/+23
2018-12-19regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen1-10/+25
2018-12-19regmap: regmap-irq: Remove default irq type setting from coreMatti Vaittinen1-14/+8
2018-12-13regmap: irq: handle HW using separate rising/falling edge interruptsBartosz Golaszewski1-20/+44
2017-06-28regmap: irq: add chip option mask_writeonlyMichael Grzeschik1-15/+25
2017-06-09regmap: irq: allow to register one cell interrupt controllersVladimir Zapolskiy1-1/+1
2017-01-12regmap: Fixup the kernel-doc comments on functions/structuresCharles Keepax1-29/+33
2016-06-03regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan1-4/+11
2016-02-29regmap: irq: Enable irq retriggering for nested irqsGrygorii Strashko1-0/+1
2016-02-15regmap: irq: add devm apis for regmap_{add,del}_irq_chipLaxman Dewangan1-0/+82
2016-02-09regmap: irq: dispose all virtual irq before removing domainLaxman Dewangan1-0/+21
2016-01-05Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...Mark Brown1-0/+100
2016-01-05regmap: irq: add support for configuration of trigger typeLaxman Dewangan1-0/+100
2015-11-20regmap: replace kmalloc with kmalloc_arraylixiubo1-2/+3
2015-11-20regmap: replace kzalloc with kcalloclixiubo1-4/+4
2015-09-17regmap: irq: add ack_invert flag for chips using cleared bits as ackGuo Zeng1-2/+10
2015-09-17regmap: irq: add support for chips who have separate unmask registersGuo Zeng1-3/+28
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann1-2/+2
2015-06-09regmap: kill off set_irq_flags usageRob Herring1-7/+0
2015-06-02regmap: irq: Fixed a typo errordashsriram1-1/+1
2015-04-27regmap: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-02-14regmap-irq: set IRQF_ONESHOT flag to ensure IRQ requestValentin Rothberg1-1/+2
2014-05-26regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-3/+6
2014-03-13regmap: irq: Set data pointer only on regmap_add_irq_chip successKrzysztof Kozlowski1-2/+2
2014-02-03regmap: irq: Remove domain on exitMark Brown1-1/+1
2013-12-16regmap: irq: Allow using zero value for ack_baseAlexander Shiyan1-3/+3
2013-10-22regmap: irq: clear status when disable irqYi Zhang1-0/+16
2013-07-23regmap: irq: Allow to acknowledge masked interrupts during initializationPhilipp Zabel1-0/+25