Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
01b5200a6683c428da18fe4936cfe2a412e2233d
/
drivers
/
base
/
regmap
/
regmap-irq.c
ccc1256
regmap: irq: Add support to call client specific pre/post interrupt service
by Laxman Dewangan
· 9 years ago
58a5336
regmap: irq: Enable irq retriggering for nested irqs
by Grygorii Strashko
· 9 years ago
800c3a0
regmap: irq: add devm apis for regmap_{add,del}_irq_chip
by Laxman Dewangan
· 9 years ago
4618951
regmap: irq: dispose all virtual irq before removing domain
by Laxman Dewangan
· 9 years ago
a8d9934
Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next
by Mark Brown
· 9 years ago
7a78479
regmap: irq: add support for configuration of trigger type
by Laxman Dewangan
· 9 years ago
549e08a
regmap: replace kmalloc with kmalloc_array
by lixiubo
· 9 years ago
eeda1bd
regmap: replace kzalloc with kcalloc
by lixiubo
· 9 years ago
a650fdd
regmap: irq: add ack_invert flag for chips using cleared bits as ack
by Guo Zeng
· 9 years ago
7b7d196
regmap: irq: add support for chips who have separate unmask registers
by Guo Zeng
· 9 years ago
67921a1
regmap: Split use_single_rw internally into use_single_read/write
by Markus Pargmann
· 9 years ago
e723f2c
regmap: kill off set_irq_flags usage
by Rob Herring
· 10 years ago
7043f5f
regmap: irq: Fixed a typo error
by dashsriram
· 10 years ago
77f5f3e
regmap: Constify irq_domain_ops
by Krzysztof Kozlowski
· 10 years ago
09cadf6
regmap-irq: set IRQF_ONESHOT flag to ensure IRQ request
by Valentin Rothberg
· 10 years ago
e128920
regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
by Xiubo Li
· 11 years ago
72a6a5d
regmap: irq: Set data pointer only on regmap_add_irq_chip success
by Krzysztof Kozlowski
· 11 years ago
b5ab3e5
regmap: irq: Remove domain on exit
by Mark Brown
· 11 years ago
d323343
regmap: irq: Allow using zero value for ack_base
by Alexander Shiyan
· 11 years ago
4bd7145
regmap: irq: clear status when disable irq
by Yi Zhang
· 11 years ago
2753e6f
regmap: irq: Allow to acknowledge masked interrupts during initialization
by Philipp Zabel
· 11 years ago
eed456f
regmap: irq: Clarify error message when we fail to request primary IRQ
by Mark Brown
· 12 years ago
283189d
regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed case
by Li Fei
· 12 years ago
9442490
regmap: irq: Support wake IRQ mask inversion
by Mark Brown
· 12 years ago
33be493
regmap: irq: Fix sync of wake statuses to hardware
by Mark Brown
· 12 years ago
a7440ea
regmap: irq: Use a bulk read for interrupt status where possible
by Mark Brown
· 12 years ago
bbae92c
regmap: irq: Factor register read out of the IRQ parsing loop
by Mark Brown
· 12 years ago
55ac85e
regmap: irq: enable wake support by default
by Laxman Dewangan
· 12 years ago
90f790d
regmap: irq: Allow users to retrieve the irq_domain
by Mark Brown
· 12 years ago
8138073
regmap: no need primary handler for nested irq
by Yunfan Zhang
· 12 years ago
36ac914
regmap: irq: Add mask invert flag for enable register
by Xiaofan Tian
· 12 years ago
0c00c50
regmap: irq: Enable devices for runtime PM while handling interrupts
by Mark Brown
· 12 years ago
40052ca
regmap: irq: initialize all irqs to wake disabled
by Stephen Warren
· 12 years ago
685879f
regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_base
by Stephen Warren
· 12 years ago
ca14275
regmap: name irq_chip based on regmap_irq_chip's name
by Stephen Warren
· 12 years ago
7ac140e
regmap: store irq_chip inside regmap_irq_chip_data
by Stephen Warren
· 12 years ago
0eb46ad
regmap: irq: Only update mask bits when doing initial mask
by Mark Brown
· 12 years ago
1603262
regmap: fix some error messages to take account of irq_reg_stride
by Stephen Warren
· 12 years ago
38e2319
Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-next
by Mark Brown
· 12 years ago
a43fd50
regmap: Implement support for wake IRQs
by Mark Brown
· 13 years ago
bfd6185d
regmap: Don't try to map non-existant IRQs
by Mark Brown
· 13 years ago
b026ddb
regmap: Constify regmap_irq_chip
by Mark Brown
· 13 years ago
38e7f5d
regmap: Fix typo in IRQ register striding
by Mark Brown
· 13 years ago
022f926a
regmap: add support for non contiguous status to regmap-irq
by Graeme Gregory
· 13 years ago
4af8be6
regmap: Convert regmap_irq to use irq_domain
by Mark Brown
· 13 years ago
06e65cb
Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-next
by Mark Brown
· 13 years ago
2431d0a
regmap: Pass back the allocated regmap IRQ controller data
by Mark Brown
· 13 years ago
5680655
regmap: fix compile errors in regmap-irq.c due to stride changes
by Stephen Warren
· 13 years ago
f01ee60
regmap: implement register striding
by Stephen Warren
· 13 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
209a600
regmap: Add irq_base accessor to regmap_irq
by Mark Brown
· 13 years ago
d23511f
regmap: Report if we actually handled an interrupt in regmap-irq
by Mark Brown
· 13 years ago
f8beab2
regmap: Add a reusable irq_chip for regmap based interrupt controllers
by Mark Brown
· 13 years ago