index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap-irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
regmap-irq: Fix offset/index mismatch in read_sub_irq_data()
Aidan MacDonald
2022-06-22
1
-1
/
+2
*
regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips
Aidan MacDonald
2022-06-22
1
-2
/
+3
*
Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2022-03-21
1
-3
/
+3
|
\
|
*
regmap: irq: cleanup comments
Tom Rix
2022-02-14
1
-2
/
+2
|
*
regmap-irq: Fix typo in comment
Luca Ceresoli
2022-01-24
1
-1
/
+1
*
|
regmap-irq: Update interrupt clear register for proper reset
Prasad Kumpatla
2022-02-17
1
-14
/
+6
|
/
*
regmap-irq: Introduce inverted status registers support
Maxim Kochetkov
2021-06-07
1
-0
/
+7
*
regmap-irq: Fix dereference of a potentially null d->virt_buf
Colin Ian King
2021-04-07
1
-3
/
+5
*
regmap-irq: Add driver callback to configure virtual regs
Guru Das Srinagesh
2021-03-31
1
-0
/
+5
*
regmap-irq: Introduce virtual regs to handle more config regs
Guru Das Srinagesh
2021-03-31
1
-1
/
+37
*
regmap-irq: Extend sub-irq to support non-fixed reg strides
Guru Das Srinagesh
2021-03-18
1
-28
/
+53
*
regmap: irq: Convert to use irq_domain_create_legacy()
Andy Shevchenko
2020-11-07
1
-6
/
+5
*
regmap: irq: Add support to clear ack registers
Laxminath Kasam
2020-10-05
1
-1
/
+32
*
regmap-irq: use fwnode instead of device node in add_irq_chip()
Michael Walle
2020-07-08
1
-24
/
+29
*
regmap-irq: make it possible to add irq_chip do a specific device node
Michael Walle
2020-04-14
1
-16
/
+68
*
regmap-irq: Correct error paths in regmap_irq_thread for pm_runtime
Charles Keepax
2019-08-12
1
-6
/
+1
*
Merge branch 'regmap-5.2' into regmap-next
Mark Brown
2019-04-25
1
-11
/
+7
|
\
|
*
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
2019-04-25
1
-11
/
+7
*
|
Merge branch 'regmap-5.1' into regmap-linus
Mark Brown
2019-04-25
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
regmap: regmap-irq: fix getting type default values
Srinivas Kandagatla
2019-04-01
1
-3
/
+0
*
|
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
2019-01-29
1
-4
/
+95
|
\
\
|
*
|
regmap: regmap-irq: Add main status register support
Matti Vaittinen
2019-01-23
1
-4
/
+95
|
|
/
*
|
regmap-irq: do not write mask register if mask_base is zero
Mark Zhang
2019-01-14
1
-0
/
+6
*
|
regmap: regmap-irq: silently ignore unsupported type settings
Matti Vaittinen
2018-12-31
1
-1
/
+1
|
/
*
regmap: irq: add an option to clear status registers on unmask
Bartosz Golaszewski
2018-12-19
1
-0
/
+23
*
regmap: regmap-irq/gpio-max77620: add level-irq support
Matti Vaittinen
2018-12-19
1
-10
/
+25
*
regmap: regmap-irq: Remove default irq type setting from core
Matti Vaittinen
2018-12-19
1
-14
/
+8
*
regmap: irq: handle HW using separate rising/falling edge interrupts
Bartosz Golaszewski
2018-12-13
1
-20
/
+44
*
regmap: irq: add chip option mask_writeonly
Michael Grzeschik
2017-06-28
1
-15
/
+25
*
regmap: irq: allow to register one cell interrupt controllers
Vladimir Zapolskiy
2017-06-09
1
-1
/
+1
*
regmap: Fixup the kernel-doc comments on functions/structures
Charles Keepax
2017-01-12
1
-29
/
+33
*
regmap: irq: Add support to call client specific pre/post interrupt service
Laxman Dewangan
2016-06-03
1
-4
/
+11
*
regmap: irq: Enable irq retriggering for nested irqs
Grygorii Strashko
2016-02-29
1
-0
/
+1
*
regmap: irq: add devm apis for regmap_{add,del}_irq_chip
Laxman Dewangan
2016-02-15
1
-0
/
+82
*
regmap: irq: dispose all virtual irq before removing domain
Laxman Dewangan
2016-02-09
1
-0
/
+21
*
-
.
Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-typ...
Mark Brown
2016-01-05
1
-0
/
+100
|
\
\
|
|
*
regmap: irq: add support for configuration of trigger type
Laxman Dewangan
2016-01-05
1
-0
/
+100
|
|
/
*
|
regmap: replace kmalloc with kmalloc_array
lixiubo
2015-11-20
1
-2
/
+3
*
|
regmap: replace kzalloc with kcalloc
lixiubo
2015-11-20
1
-4
/
+4
|
/
*
regmap: irq: add ack_invert flag for chips using cleared bits as ack
Guo Zeng
2015-09-17
1
-2
/
+10
*
regmap: irq: add support for chips who have separate unmask registers
Guo Zeng
2015-09-17
1
-3
/
+28
*
regmap: Split use_single_rw internally into use_single_read/write
Markus Pargmann
2015-08-21
1
-2
/
+2
*
regmap: kill off set_irq_flags usage
Rob Herring
2015-06-09
1
-7
/
+0
*
regmap: irq: Fixed a typo error
dashsriram
2015-06-02
1
-1
/
+1
*
regmap: Constify irq_domain_ops
Krzysztof Kozlowski
2015-04-27
1
-1
/
+1
*
regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request
Valentin Rothberg
2015-02-14
1
-1
/
+2
*
regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
Xiubo Li
2014-05-26
1
-3
/
+6
*
regmap: irq: Set data pointer only on regmap_add_irq_chip success
Krzysztof Kozlowski
2014-03-13
1
-2
/
+2
*
regmap: irq: Remove domain on exit
Mark Brown
2014-02-03
1
-1
/
+1
*
regmap: irq: Allow using zero value for ack_base
Alexander Shiyan
2013-12-16
1
-3
/
+3
[next]