index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
sysdev
/
ipic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
powerpc/ipic: Fix status get and status clear
Christophe Leroy
1
-2
/
+2
2017-07-24
powerpc/ipic: Support edge on IRQ0
Scott Wood
1
-0
/
+1
2016-09-20
powerpc: Remove all usages of NO_IRQ
Michael Ellerman
1
-2
/
+2
2015-10-13
irqdomain: Use irq_domain_get_of_node() instead of direct field access
Marc Zyngier
1
-1
/
+2
2015-09-16
powerpc/ipic: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-07-30
genirq/irqdomain: Allow irq domain aliasing
Marc Zyngier
1
-1
/
+2
2015-05-11
powerpc: Constify irq_domain_ops
Krzysztof Kozlowski
1
-1
/
+1
2014-11-10
powerpc: Remove superfluous bootmem includes
Anton Blanchard
1
-1
/
+0
2012-02-16
irq_domain/powerpc: Replace custom xlate functions with library functions
Grant Likely
1
-17
/
+1
2012-02-16
irq_domain: Replace irq_alloc_host() with revmap-specific initializers
Grant Likely
1
-5
/
+2
2012-02-15
irq_domain/powerpc: Use common irq_domain structure instead of irq_host
Grant Likely
1
-5
/
+5
2011-06-10
treewide: Convert uses of struct resource to resource_size(ptr)
Joe Perches
1
-1
/
+1
2011-05-20
Merge remote branch 'origin/master' into merge
Benjamin Herrenschmidt
1
-27
/
+9
2011-05-11
PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM
Rafael J. Wysocki
1
-27
/
+9
2011-05-04
powerpc/irq: Stop exporting irq_map
Grant Likely
1
-9
/
+7
2011-03-29
powerpc: Convert to new irq_* function names
Thomas Gleixner
1
-3
/
+3
2011-03-29
powerpc: ipic: Cleanup flow type handling
Thomas Gleixner
1
-9
/
+7
2011-03-10
powerpc: sysdev/ipic irq_data conversion.
Lennert Buytenhek
1
-27
/
+27
2010-02-19
powerpc: Convert ipic_lock to raw_spinlock
Thomas Gleixner
1
-9
/
+9
2010-02-17
powerpc: Remove whitespace in irq chip name fields
Anton Blanchard
1
-2
/
+2
2009-12-09
powerpc: Make "intspec" pointers in irq_host->xlate() const
Roman Fietze
1
-1
/
+1
2009-11-24
powerpc: Fixup last users of irq_chip->typename
Thomas Gleixner
1
-2
/
+2
2009-10-30
powerpc: Remove get_irq_desc()
Michael Ellerman
1
-1
/
+1
2009-08-20
powerpc/ipic: introduce missing kfree
Julia Lawall
1
-1
/
+3
2009-08-20
powerpc/ipic: unmask all interrupt sources
Sebastian Andrzej Siewior
1
-0
/
+3
2009-07-08
powerpc: Don't use alloc_bootmem() in init_IRQ() path
Anton Vorontsov
1
-3
/
+1
2009-03-09
powerpc/83xx: Fix the interrupt loss problem on ipic
dayu@datangmobile.cn
1
-4
/
+2
2009-02-06
powerpc/83xx: Build breakage for CONFIG_PM but no CONFIG_SUSPEND
Michael Neuling
1
-1
/
+1
2008-07-17
powerpc/mpc83xx: Power Management support
Scott Wood
1
-0
/
+71
2008-06-09
powerpc: Fix irq_alloc_host() reference counting and callers
Michael Ellerman
1
-4
/
+2
2008-06-09
powerpc: Rework ipic_init() so we can avoid freeing the irq_host
Michael Ellerman
1
-6
/
+4
2008-03-24
[POWERPC] Fix crash in init_ipic_sysfs on efika
Olaf Hering
1
-1
/
+1
2008-01-31
Merge branch 'linux-2.6'
Paul Mackerras
1
-1
/
+1
2008-01-28
[POWERPC] 83xx: ipic: add interrupt vector 94
Kim Phillips
1
-0
/
+6
2008-01-25
Driver core: change sysdev classes to use dynamic kobject names
Kay Sievers
1
-1
/
+1
2008-01-24
[POWERPC] Add support for mpc512x interrupts to ipic
John Rigby
1
-0
/
+62
2007-12-12
[POWERPC] ipic: ack only for edge interrupts
Li Yang
1
-70
/
+43
2007-12-11
[POWERPC] ipic: add new interrupts introduced by new chip
Li Yang
1
-5
/
+133
2007-09-13
[POWERPC] Add an optional device_node pointer to the irq_host
Michael Ellerman
1
-5
/
+2
2007-01-26
[POWERPC] 83xx: Return a point to the struct ipic from ipic_init()
Kumar Gala
1
-6
/
+9
2007-01-24
[POWERPC] arch/powerpc/sysdev/ipic.c of_node_get cleanup
Mariusz Kozlowski
1
-1
/
+1
2006-10-25
[POWERPC] IPIC: Fix spinlock recursion in set_irq_handler
Scott Wood
1
-2
/
+2
2006-10-07
[POWERPC] Fix up after irq changes
Olaf Hering
1
-1
/
+1
2006-10-04
fix file specification in comments
Uwe Zeisberger
1
-1
/
+1
2006-09-22
[POWERPC] Fix IPIC pending register assignments
Scott Wood
1
-21
/
+21
2006-08-30
[POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se...
Kim Phillips
1
-96
/
+207
2006-06-29
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
1
-1
/
+1
2006-01-09
[PATCH] powerpc: moved ipic code to arch/powerpc
Kumar Gala
1
-0
/
+646