index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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: Support wake IRQ mask inversion
Mark Brown
2013-01-04
1
-4
/
+17
*
regmap: irq: Fix sync of wake statuses to hardware
Mark Brown
2013-01-04
1
-0
/
+11
*
regmap: irq: Use a bulk read for interrupt status where possible
Mark Brown
2013-01-04
1
-7
/
+60
*
regmap: irq: Factor register read out of the IRQ parsing loop
Mark Brown
2013-01-03
1
-7
/
+9
*
regmap: irq: enable wake support by default
Laxman Dewangan
2012-12-24
1
-12
/
+6
*
regmap: irq: Allow users to retrieve the irq_domain
Mark Brown
2012-10-15
1
-0
/
+19
*
regmap: no need primary handler for nested irq
Yunfan Zhang
2012-09-09
1
-1
/
+1
*
regmap: irq: Add mask invert flag for enable register
Xiaofan Tian
2012-08-30
1
-2
/
+10
*
regmap: irq: Enable devices for runtime PM while handling interrupts
Mark Brown
2012-08-07
1
-0
/
+25
*
regmap: irq: initialize all irqs to wake disabled
Stephen Warren
2012-08-04
1
-0
/
+16
*
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
Stephen Warren
2012-08-04
1
-0
/
+5
*
regmap: name irq_chip based on regmap_irq_chip's name
Stephen Warren
2012-08-04
1
-1
/
+1
*
regmap: store irq_chip inside regmap_irq_chip_data
Stephen Warren
2012-08-04
1
-2
/
+4
*
regmap: irq: Only update mask bits when doing initial mask
Mark Brown
2012-08-04
1
-1
/
+2
*
regmap: fix some error messages to take account of irq_reg_stride
Stephen Warren
2012-08-04
1
-14
/
+15
*
-
.
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
Mark Brown
2012-07-22
1
-0
/
+51
|
\
\
|
*
|
regmap: Implement support for wake IRQs
Mark Brown
2012-06-05
1
-0
/
+47
|
*
|
regmap: Don't try to map non-existant IRQs
Mark Brown
2012-06-05
1
-0
/
+4
|
|
/
*
|
regmap: Constify regmap_irq_chip
Mark Brown
2012-06-03
1
-3
/
+3
|
/
*
regmap: Fix typo in IRQ register striding
Mark Brown
2012-05-17
1
-1
/
+1
*
regmap: add support for non contiguous status to regmap-irq
Graeme Gregory
2012-05-14
1
-33
/
+21
*
regmap: Convert regmap_irq to use irq_domain
Mark Brown
2012-05-13
1
-27
/
+70
*
-
.
Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...
Mark Brown
2012-05-13
1
-11
/
+28
|
\
\
|
|
*
regmap: Pass back the allocated regmap IRQ controller data
Mark Brown
2012-05-13
1
-0
/
+2
|
|
/
|
/
|
|
*
regmap: fix compile errors in regmap-irq.c due to stride changes
Stephen Warren
2012-04-11
1
-1
/
+4
|
*
regmap: implement register striding
Stephen Warren
2012-04-10
1
-11
/
+23
|
/
*
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
2012-03-11
1
-0
/
+1
*
regmap: Add irq_base accessor to regmap_irq
Mark Brown
2011-12-05
1
-0
/
+13
*
regmap: Report if we actually handled an interrupt in regmap-irq
Mark Brown
2011-11-28
1
-1
/
+6
*
regmap: Add a reusable irq_chip for regmap based interrupt controllers
Mark Brown
2011-11-08
1
-0
/
+284