index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mach-sa1100
/
neponset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
ARM: kill off set_irq_flags usage
Rob Herring
2015-07-28
1
-2
/
+2
*
ARM: sa1100: convert SA11x0 related code to use new chained handler helper
Russell King
2015-06-18
1
-2
/
+1
*
ARM: fix typos in smc91x platform data
Arnd Bergmann
2015-03-04
1
-2
/
+2
*
net: smc91x: use run-time configuration on all ARM machines
Arnd Bergmann
2015-02-28
1
-0
/
+6
*
ARM: mach-sa1100: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
ARM: drivers: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-4
/
+4
*
ARM: move serial_sa1100.h header file to linux/platform_data
Russell King
2012-11-16
1
-1
/
+1
*
ARM: neponset: make sure neponset_ncr_frob() is exported
Russell King
2012-05-25
1
-0
/
+1
*
ARM: 7343/1: sa11x0: convert to sparse IRQ
Russell King
2012-03-25
1
-1
/
+0
*
ARM: 7342/2: sa1100: prepare for sparse irq conversion
Rob Herring
2012-03-25
1
-0
/
+1
*
Merge branch 'sa1111' into sa11x0
Russell King
2012-03-25
1
-14
/
+1
|
\
|
*
ARM: sa11x0: don't static map sa1111
Russell King
2012-03-24
1
-5
/
+0
|
*
ARM: sa1111: provide a generic way to prevent devices from registering
Russell King
2012-03-24
1
-0
/
+1
*
|
ARM: sa11x0: neponset: don't static map neponset registers
Russell King
2012-02-09
1
-6
/
+1
*
|
ARM: sa11x0: neponset: move register definitions to neponset.c
Russell King
2012-02-09
1
-23
/
+91
*
|
ARM: sa11x0: assabet/neponest: create neponset device in assabet.c
Russell King
2012-02-09
1
-43
/
+13
*
|
ARM: sa11x0: neponset: suspend/resume in _noirq state
Russell King
2012-02-09
1
-9
/
+15
*
|
ARM: sa11x0: neponset: place smc91x and sa1111 resources in neponset device
Russell King
2012-02-09
1
-0
/
+13
*
|
ARM: sa11x0: neponset: get parent IRQ from neponset device resource
Russell King
2012-02-09
1
-7
/
+13
*
|
ARM: sa11x0: neponset: implement support for sparse IRQs
Russell King
2012-02-09
1
-50
/
+61
*
|
ARM: sa11x0: neponset: dynamically create neponset child devices
Russell King
2012-02-09
1
-28
/
+28
*
|
ARM: sa11x0: neponset: save and restore MDM_CTL_0
Russell King
2012-02-09
1
-11
/
+42
*
|
ARM: sa11x0: neponset: add driver .owner initializer
Russell King
2012-02-09
1
-0
/
+1
*
|
ARM: sa11x0: neponset: shuffle some code around
Russell King
2012-02-09
1
-101
/
+101
*
|
ARM: sa11x0: neponset: provide function to manipulate NCR_0
Russell King
2012-02-09
1
-0
/
+9
*
|
ARM: sa11x0: neponset: fix interrupt setup
Russell King
2012-02-09
1
-2
/
+19
*
|
ARM: sa11x0: convert to use DEFINE_RES_xxx macros
Russell King
2012-02-09
1
-32
/
+7
|
/
*
arm: Cleanup the irq namespace
Thomas Gleixner
2011-03-29
1
-4
/
+4
*
ARM: sa1100: irq_data conversion.
Lennert Buytenhek
2011-01-13
1
-4
/
+4
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
*
[ARM] sa1111: allow cascaded IRQs to be used by platforms
Eric Miao
2010-03-02
1
-0
/
+5
*
[ARM] 5298/1: Drop desc_handle_irq()
Dmitry Baryshkov
2008-10-09
1
-8
/
+3
*
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
2008-08-07
1
-3
/
+3
*
[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead
Russell King
2008-08-07
1
-1
/
+1
*
[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*
Dmitry Baryshkov
2008-07-27
1
-1
/
+1
*
[ARM] Allow neponset to build again
Russell King
2007-07-20
1
-0
/
+2
*
PM: do not use saved_state from struct dev_pm_info on ARM
Rafael J. Wysocki
2007-07-11
1
-11
/
+4
*
[ARM] Fix some section mismatch warnings
Russell King
2007-05-30
1
-2
/
+2
*
[ARM] Remove needless linux/ptrace.h includes
Russell King
2007-04-21
1
-1
/
+0
*
[ARM] Remove compatibility layer for ARM irqs
Russell King
2006-11-30
1
-4
/
+4
*
Initial blind fixup for arm for irq changes
Linus Torvalds
2006-10-06
1
-4
/
+4
*
[ARM] Fix Neponset IRQ handling
Russell King
2006-06-08
1
-0
/
+8
*
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
2005-11-09
1
-15
/
+16
*
Create platform_device.h to contain all the platform device details.
Russell King
2005-10-29
1
-1
/
+1
*
Merge ../bleed-2.6
Greg KH
2005-10-28
1
-3
/
+11
|
\
|
*
[ARM] 2992/1: Replace map_desc.physical with map_desc.pfn: SA1100
Deepak Saxena
2005-10-28
1
-3
/
+11
*
|
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
2005-10-28
1
-18
/
+12
|
/
*
[ARM] Wrap calls to descriptor handlers
Russell King
2005-09-04
1
-3
/
+3
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+342