diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-02-27 19:58:32 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-02-27 19:58:32 -0500 |
commit | 340b3a5b35c0919e1535b355a9eafe1f81c4cae3 (patch) | |
tree | 8ae599cf5805597cca44c47dc1a0b9b27f2b7b2f /MAINTAINERS | |
parent | 691429e13dfaf5b0994b07cc166db41bd608ee3d (diff) | |
parent | d877a214d54619762ae86114fbd04932002ffecd (diff) |
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Olof Johansson:
"We didn't have a batch last week, so this one is slightly larger.
None of them are scary though, a handful of fixes for small DT pieces,
replacing properties with newer conventions.
Highlights:
- N900 fix for setting system revision
- onenand init fix to avoid filesystem corruption
- Clock fix for audio on Beaglebone-x15
- Fixes on shmobile to deal with CONFIG_DEBUG_RODATA (default y in 4.6)
+ misc smaller stuff"
* tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
MAINTAINERS: Extend info, add wiki and ml for meson arch
MAINTAINERS: alpine: add a new maintainer and update the entry
ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
Revert "regulator: tps65217: remove tps65217.dtsi file"
ARM: shmobile: Remove shmobile_boot_arg
ARM: shmobile: Move shmobile_smp_{mpidr, fn, arg}[] from .text to .bss
ARM: shmobile: r8a7779: Remove remainings of removed SCU boot setup code
ARM: shmobile: Move shmobile_scu_base from .text to .bss
ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbid
ARM: OMAP2+: Improve omap_device error for driver writers
ARM: DTS: am57xx-beagle-x15: Select SYS_CLK2 for audio clocks
ARM: dts: am335x/am57xx: replace gpio-key,wakeup with wakeup-source property
ARM: OMAP2+: Set system_rev from ATAGS for n900
ARM: dts: orion5x: fix the missing mtd flash on linkstation lswtgl
ARM: dts: kirkwood: use unique machine name for ds112
ARM: dts: imx6: remove bogus interrupt-parent from CAAM node
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 21faebfeb508..d0f225613f41 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -920,17 +920,24 @@ M: Emilio López <emilio@elopez.com.ar> | |||
920 | S: Maintained | 920 | S: Maintained |
921 | F: drivers/clk/sunxi/ | 921 | F: drivers/clk/sunxi/ |
922 | 922 | ||
923 | ARM/Amlogic MesonX SoC support | 923 | ARM/Amlogic Meson SoC support |
924 | M: Carlo Caione <carlo@caione.org> | 924 | M: Carlo Caione <carlo@caione.org> |
925 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 925 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
926 | L: linux-meson@googlegroups.com | ||
927 | W: http://linux-meson.com/ | ||
926 | S: Maintained | 928 | S: Maintained |
927 | F: drivers/media/rc/meson-ir.c | 929 | F: arch/arm/mach-meson/ |
928 | N: meson[x68] | 930 | F: arch/arm/boot/dts/meson* |
931 | N: meson | ||
929 | 932 | ||
930 | ARM/Annapurna Labs ALPINE ARCHITECTURE | 933 | ARM/Annapurna Labs ALPINE ARCHITECTURE |
931 | M: Tsahee Zidenberg <tsahee@annapurnalabs.com> | 934 | M: Tsahee Zidenberg <tsahee@annapurnalabs.com> |
935 | M: Antoine Tenart <antoine.tenart@free-electrons.com> | ||
932 | S: Maintained | 936 | S: Maintained |
933 | F: arch/arm/mach-alpine/ | 937 | F: arch/arm/mach-alpine/ |
938 | F: arch/arm/boot/dts/alpine* | ||
939 | F: arch/arm64/boot/dts/al/ | ||
940 | F: drivers/*/*alpine* | ||
934 | 941 | ||
935 | ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT | 942 | ARM/ATMEL AT91RM9200, AT91SAM9 AND SAMA5 SOC SUPPORT |
936 | M: Nicolas Ferre <nicolas.ferre@atmel.com> | 943 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |