forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'depends/rmk/for-linus' into samsung/dt
Conflicts: arch/arm/mach-exynos/Makefile arch/arm/mach-exynos/cpu.c -> common.c arch/arm/mach-exynos/include/mach/entry-macro.S arch/arm/mach-exynos/init.c -> common.c arch/arm/mach-s5p64x0/init.c -> common.c arch/arm/mach-s5pv210/init.c -> common.c Multiple files were moved into common.c files in the rmk/for-linus branch, so this moves over the samsung/dt changes to the new files. Signed-off-by: Arnd Bergmann <[email protected]>
- Loading branch information
Showing
1,161 changed files
with
10,849 additions
and
11,396 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
* ARM Vectored Interrupt Controller | ||
|
||
One or more Vectored Interrupt Controllers (VIC's) can be connected in an ARM | ||
system for interrupt routing. For multiple controllers they can either be | ||
nested or have the outputs wire-OR'd together. | ||
|
||
Required properties: | ||
|
||
- compatible : should be one of | ||
"arm,pl190-vic" | ||
"arm,pl192-vic" | ||
- interrupt-controller : Identifies the node as an interrupt controller | ||
- #interrupt-cells : The number of cells to define the interrupts. Must be 1 as | ||
the VIC has no configuration options for interrupt sources. The cell is a u32 | ||
and defines the interrupt number. | ||
- reg : The register bank for the VIC. | ||
|
||
Optional properties: | ||
|
||
- interrupts : Interrupt source for parent controllers if the VIC is nested. | ||
|
||
Example: | ||
|
||
vic0: interrupt-controller@60000 { | ||
compatible = "arm,pl192-vic"; | ||
interrupt-controller; | ||
#interrupt-cells = <1>; | ||
reg = <0x60000 0x1000>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1124,13 +1124,6 @@ S: Supported | |
F: arch/arm/mach-shmobile/ | ||
F: drivers/sh/ | ||
|
||
ARM/TELECHIPS ARM ARCHITECTURE | ||
M: "Hans J. Koch" <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
S: Maintained | ||
F: arch/arm/plat-tcc/ | ||
F: arch/arm/mach-tcc8k/ | ||
|
||
ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT | ||
M: Lennert Buytenhek <[email protected]> | ||
L: [email protected] (moderated for non-subscribers) | ||
|
@@ -2700,7 +2693,7 @@ FIREWIRE SUBSYSTEM | |
M: Stefan Richter <[email protected]> | ||
L: [email protected] | ||
W: http://ieee1394.wiki.kernel.org/ | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git | ||
S: Maintained | ||
F: drivers/firewire/ | ||
F: include/linux/firewire*.h | ||
|
@@ -3101,6 +3094,7 @@ F: include/linux/hid* | |
|
||
HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | ||
M: Thomas Gleixner <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Maintained | ||
F: Documentation/timers/ | ||
F: kernel/hrtimer.c | ||
|
@@ -3610,7 +3604,7 @@ F: net/irda/ | |
IRQ SUBSYSTEM | ||
M: Thomas Gleixner <[email protected]> | ||
S: Maintained | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core | ||
F: kernel/irq/ | ||
|
||
ISAPNP | ||
|
@@ -4098,7 +4092,7 @@ F: drivers/hwmon/lm90.c | |
LOCKDEP AND LOCKSTAT | ||
M: Peter Zijlstra <[email protected]> | ||
M: Ingo Molnar <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking | ||
S: Maintained | ||
F: Documentation/lockdep*.txt | ||
F: Documentation/lockstat.txt | ||
|
@@ -4280,7 +4274,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |
S: Maintained | ||
F: Documentation/dvb/ | ||
F: Documentation/video4linux/ | ||
F: Documentation/DocBook/media/ | ||
F: drivers/media/ | ||
F: drivers/staging/media/ | ||
F: include/media/ | ||
F: include/linux/dvb/ | ||
F: include/linux/videodev*.h | ||
|
@@ -5086,6 +5082,7 @@ M: Peter Zijlstra <[email protected]> | |
M: Paul Mackerras <[email protected]> | ||
M: Ingo Molnar <[email protected]> | ||
M: Arnaldo Carvalho de Melo <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core | ||
S: Supported | ||
F: kernel/events/* | ||
F: include/linux/perf_event.h | ||
|
@@ -5165,6 +5162,7 @@ F: drivers/scsi/pm8001/ | |
|
||
POSIX CLOCKS and TIMERS | ||
M: Thomas Gleixner <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Supported | ||
F: fs/timerfd.c | ||
F: include/linux/timer* | ||
|
@@ -5680,6 +5678,7 @@ F: drivers/dma/dw_dmac.c | |
TIMEKEEPING, NTP | ||
M: John Stultz <[email protected]> | ||
M: Thomas Gleixner <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core | ||
S: Supported | ||
F: include/linux/clocksource.h | ||
F: include/linux/time.h | ||
|
@@ -5704,6 +5703,7 @@ F: drivers/watchdog/sc1200wdt.c | |
SCHEDULER | ||
M: Ingo Molnar <[email protected]> | ||
M: Peter Zijlstra <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core | ||
S: Maintained | ||
F: kernel/sched* | ||
F: include/linux/sched.h | ||
|
@@ -6631,7 +6631,7 @@ TRACING | |
M: Steven Rostedt <[email protected]> | ||
M: Frederic Weisbecker <[email protected]> | ||
M: Ingo Molnar <[email protected]> | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core | ||
S: Maintained | ||
F: Documentation/trace/ftrace.txt | ||
F: arch/*/*/*/ftrace.h | ||
|
@@ -7381,7 +7381,7 @@ M: Thomas Gleixner <[email protected]> | |
M: Ingo Molnar <[email protected]> | ||
M: "H. Peter Anvin" <[email protected]> | ||
M: [email protected] | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | ||
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core | ||
S: Maintained | ||
F: Documentation/x86/ | ||
F: arch/x86/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.