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
starfive-6.6.48-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
/
arm
/
common
/
locomo.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-05
PM: ARM: locomo: Drop suspend and resume bus type callbacks
Rafael J. Wysocki
1
-24
/
+0
2016-09-12
ARM: locomo: fix locomo irq handling
Russell King
1
-3
/
+2
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-08-05
Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
1
-4
/
+5
2015-07-28
ARM: kill off set_irq_flags usage
Rob Herring
1
-1
/
+1
2015-07-13
ARM/locomo: Prepare locomo_handler for irq argument removal
Thomas Gleixner
1
-1
/
+3
2015-07-13
ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-1
/
+1
2015-07-13
ARM/locomo: Consolidate chained IRQ handler install/remove
Thomas Gleixner
1
-2
/
+1
2011-03-29
arm: Fold irq_set_chip/irq_set_handler
Thomas Gleixner
1
-2
/
+1
2011-03-29
arm: Reorder irq_set_ function calls
Thomas Gleixner
1
-1
/
+1
2011-03-29
arm: Cleanup the irq namespace
Thomas Gleixner
1
-9
/
+9
2011-01-13
ARM: LoCoMo: irq_data conversion.
Lennert Buytenhek
1
-12
/
+12
2010-03-22
[ARM] locomo: fix unpaired spin_lock_irqsave
H Hartley Sweeten
1
-3
/
+3
2010-03-22
[ARM] locomo: fix SPI register offset
H Hartley Sweeten
1
-2
/
+2
2010-03-02
[ARM] locomo: allow cascaded IRQ base to be specified by platforms
Eric Miao
1
-23
/
+30
2010-03-02
[ARM] locomo: remove unused IRQs and avoid unnecessary cascade
Eric Miao
1
-262
/
+6
2010-03-02
[ARM] locomo: avoid unnecessary cascaded keyboard IRQ
Eric Miao
1
-57
/
+6
2009-09-21
ARM: 5711/1: locomo.c: CodingStyle cleanups
Hartley Sweeten
1
-10
/
+7
2008-12-02
[ARM] locomo: export locomo_frontlight_set()
Eric Miao
1
-0
/
+1
2008-10-10
Merge branch 'pxa-all' into devel
Russell King
1
-18
/
+8
2008-10-09
[ARM] 5298/1: Drop desc_handle_irq()
Dmitry Baryshkov
1
-18
/
+8
2008-09-06
[ARM] Convert asm/io.h to linux/io.h
Russell King
1
-1
/
+1
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-1
/
+1
2008-08-07
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
1
-1
/
+1
2008-07-27
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
Dmitry Baryshkov
1
-5
/
+5
2008-07-22
arm: bus_id -> dev_name() and dev_set_name() conversions
Kay Sievers
1
-1
/
+1
2008-05-18
[ARM] 5026/1: locomo: add .settype for gpio and several small fixes
Thomas Kunze
1
-18
/
+48
2007-07-12
PM: do not use saved_state from struct dev_pm_info on ARM
Rafael J. Wysocki
1
-3
/
+8
2006-11-30
[ARM] Remove compatibility layer for ARM irqs
Russell King
1
-42
/
+42
2006-10-06
Initial blind fixup for arm for irq changes
Linus Torvalds
1
-15
/
+10
2006-09-27
[ARM] 3863/1: Add Locomo SPI Device
Dirk Opfer
1
-11
/
+18
2006-09-27
[ARM] 3847/2: Convert LOMOMO to use struct device for GPIOs
Richard Purdie
1
-10
/
+22
2006-08-02
[ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name
David Brownell
1
-5
/
+10
2006-07-12
[ARM] 3721/1: Small cleanup for locomo.c
Pavel Machek
1
-2
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-26
[PATCH] backlight: LOCOMO Backlight Driver updates
Richard Purdie
1
-20
/
+25
2006-03-22
[ARM] Convert kmalloc+memset to kzalloc
Russell King
1
-5
/
+2
2006-03-22
[ARM] Rename chipdata to 'base' and make it an iomem pointer
Russell King
1
-21
/
+21
2006-03-21
[PATCH] handle errors returned by platform_get_irq*()
David Vrabel
1
-0
/
+2
2006-03-15
[ARM] 3357/1: enable frontlight on collie
Pavel Machek
1
-0
/
+21
2006-01-13
[PATCH] Add locomo bus_type probe/remove methods
Russell King
1
-2
/
+2
2005-11-12
[ARM] Fix collie for -rc1
Pavel Machek
1
-3
/
+1
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-19
/
+19
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-8
/
+2
2005-09-29
[ARM] Don't include mach-types.h unnecessarily
Russell King
1
-1
/
+0
2005-09-17
[PATCH] Fix up some pm_message_t types
Richard Purdie
1
-1
/
+1
2005-09-08
[ARM] Add suspend/resume support to locomo.c
John Lenz
1
-0
/
+101
2005-09-04
[ARM] Wrap calls to descriptor handlers
Russell King
1
-5
/
+5
2005-09-04
[ARM] Fix compilation in locomo.c
Pavel Machek
1
-7
/
+7
[next]