diff options
| author | Chris Mason <chris.mason@fusionio.com> | 2013-09-21 10:44:55 -0400 |
|---|---|---|
| committer | Chris Mason <chris.mason@fusionio.com> | 2013-09-21 10:44:55 -0400 |
| commit | 07f0e62e7f2533918f28e780ab3cfeea1a63145d (patch) | |
| tree | cb64b7cf275f1a5fd7f121f4f434e77dc6769e37 | |
| parent | d7396f07358a7c6e22c238d36d1d85f9d652a414 (diff) | |
| parent | 6e4664525b1db28f8c4e1130957f70a94c19213e (diff) | |
Merge tag 'v3.11' into for-linus
Linux 3.11
99 files changed, 956 insertions, 410 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8197fbd70a3e..b140c8123098 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -6066,7 +6066,7 @@ M: Rob Herring <rob.herring@calxeda.com> | |||
| 6066 | M: Pawel Moll <pawel.moll@arm.com> | 6066 | M: Pawel Moll <pawel.moll@arm.com> |
| 6067 | M: Mark Rutland <mark.rutland@arm.com> | 6067 | M: Mark Rutland <mark.rutland@arm.com> |
| 6068 | M: Stephen Warren <swarren@wwwdotorg.org> | 6068 | M: Stephen Warren <swarren@wwwdotorg.org> |
| 6069 | M: Ian Campbell <ian.campbell@citrix.com> | 6069 | M: Ian Campbell <ijc+devicetree@hellion.org.uk> |
| 6070 | L: devicetree@vger.kernel.org | 6070 | L: devicetree@vger.kernel.org |
| 6071 | S: Maintained | 6071 | S: Maintained |
| 6072 | F: Documentation/devicetree/ | 6072 | F: Documentation/devicetree/ |
| @@ -1,7 +1,7 @@ | |||
| 1 | VERSION = 3 | 1 | VERSION = 3 |
| 2 | PATCHLEVEL = 11 | 2 | PATCHLEVEL = 11 |
| 3 | SUBLEVEL = 0 | 3 | SUBLEVEL = 0 |
| 4 | EXTRAVERSION = -rc7 | 4 | EXTRAVERSION = |
| 5 | NAME = Linux for Workgroups | 5 | NAME = Linux for Workgroups |
| 6 | 6 | ||
| 7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c index 2c70f74fed5d..e110b6d4ae8c 100644 --- a/arch/arm/mach-prima2/common.c +++ b/arch/arm/mach-prima2/common.c | |||
| @@ -42,7 +42,6 @@ static const char *atlas6_dt_match[] __initdata = { | |||
| 42 | 42 | ||
| 43 | DT_MACHINE_START(ATLAS6_DT, "Generic ATLAS6 (Flattened Device Tree)") | 43 | DT_MACHINE_START(ATLAS6_DT, "Generic ATLAS6 (Flattened Device Tree)") |
| 44 | /* Maintainer: Barry Song <baohua.song@csr.com> */ | 44 | /* Maintainer: Barry Song <baohua.song@csr.com> */ |
| 45 | .nr_irqs = 128, | ||
| 46 | .map_io = sirfsoc_map_io, | 45 | .map_io = sirfsoc_map_io, |
| 47 | .init_time = sirfsoc_init_time, | 46 | .init_time = sirfsoc_init_time, |
| 48 | .init_late = sirfsoc_init_late, | 47 | .init_late = sirfsoc_init_late, |
| @@ -59,7 +58,6 @@ static const char *prima2_dt_match[] __initdata = { | |||
