index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap-irq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-19
regmap: irq: Clarify error message when we fail to request primary IRQ
Mark Brown
1
-1
/
+2
2013-03-01
regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed case
Li Fei
1
-0
/
+1
2013-01-04
regmap: irq: Support wake IRQ mask inversion
Mark Brown
1
-4
/
+17
2013-01-04
regmap: irq: Fix sync of wake statuses to hardware
Mark Brown
1
-0
/
+11
2013-01-04
regmap: irq: Use a bulk read for interrupt status where possible
Mark Brown
1
-7
/
+60
2013-01-03
regmap: irq: Factor register read out of the IRQ parsing loop
Mark Brown
1
-7
/
+9
2012-12-24
regmap: irq: enable wake support by default
Laxman Dewangan
1
-12
/
+6
2012-10-15
regmap: irq: Allow users to retrieve the irq_domain
Mark Brown
1
-0
/
+19
2012-09-09
regmap: no need primary handler for nested irq
Yunfan Zhang
1
-1
/
+1
2012-08-30
regmap: irq: Add mask invert flag for enable register
Xiaofan Tian
1
-2
/
+10
2012-08-07
regmap: irq: Enable devices for runtime PM while handling interrupts
Mark Brown
1
-0
/
+25
2012-08-04
regmap: irq: initialize all irqs to wake disabled
Stephen Warren
1
-0
/
+16
2012-08-04
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
Stephen Warren
1
-0
/
+5
2012-08-04
regmap: name irq_chip based on regmap_irq_chip's name
Stephen Warren
1
-1
/
+1
2012-08-04
regmap: store irq_chip inside regmap_irq_chip_data
Stephen Warren
1
-2
/
+4
2012-08-04
regmap: irq: Only update mask bits when doing initial mask
Mark Brown
1
-1
/
+2
2012-08-04
regmap: fix some error messages to take account of irq_reg_stride
Stephen Warren
1
-14
/
+15
2012-07-22
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
Mark Brown
1
-0
/
+51
2012-06-05
regmap: Implement support for wake IRQs
Mark Brown
1
-0
/
+47
2012-06-05
regmap: Don't try to map non-existant IRQs
Mark Brown
1
-0
/
+4
2012-06-03
regmap: Constify regmap_irq_chip
Mark Brown
1
-3
/
+3
2012-05-17
regmap: Fix typo in IRQ register striding
Mark Brown
1
-1
/
+1
2012-05-14
regmap: add support for non contiguous status to regmap-irq
Graeme Gregory
1
-33
/
+21
2012-05-13
regmap: Convert regmap_irq to use irq_domain
Mark Brown
1
-27
/
+70
2012-05-13
Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...
Mark Brown
1
-11
/
+28
2012-05-13
regmap: Pass back the allocated regmap IRQ controller data
Mark Brown
1
-0
/
+2
2012-04-11
regmap: fix compile errors in regmap-irq.c due to stride changes
Stephen Warren
1
-1
/
+4
2012-04-10
regmap: implement register striding
Stephen Warren
1
-11
/
+23
2012-03-11
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
1
-0
/
+1
2011-12-05
regmap: Add irq_base accessor to regmap_irq
Mark Brown
1
-0
/
+13
2011-11-28
regmap: Report if we actually handled an interrupt in regmap-irq
Mark Brown
1
-1
/
+6
2011-11-08
regmap: Add a reusable irq_chip for regmap based interrupt controllers
Mark Brown
1
-0
/
+284