diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-12 14:31:44 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-12 14:31:44 -0400 |
commit | 88de3d0d714bff03b2e0a3fcd5b8b346a392e9ea (patch) | |
tree | f7c89ed0248876b63dee824414c607d367ccebe0 /MAINTAINERS | |
parent | f720e7ea3a77cc9e88eb2b2bd762021646d6be52 (diff) | |
parent | de9234306bb28fe6c8c3bb908e3f9956f5276a02 (diff) |
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull arm-soc bug fixes from Arnd Bergmann:
"These are a bunch of bug fixes that came in after the merge window and
one update for the MAINTAINERS file.
The largest part of the fixes are patches that address bugs found by
building all the ARM defconfig files. There are a lot more warnings
that we have patches for, but the others are either still under
discussion or are harmless and do not cause actual problems besides
making the build slightly noisy."
* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (30 commits)
ARM: davinci: remove broken ntosd2_init_i2c
ARM: s3c24xx: enable CONFIG_BUG for tct_hammer
omap-rng: fix use of SIMPLE_DEV_PM_OPS
spi/s3c64xx: improve error handling
mtd/omap2: fix dmaengine_slave_config error handling
gpio: em: do not discard em_gio_irq_domain_cleanup
ARM: exynos: exynos_pm_add_dev_to_genpd may be unused
ARM: imx: gpmi-nand depends on mxs-dma
ARM: integrator: include <linux/export.h>
ARM: s3c24xx: use new PWM driver
ARM: sa1100: include linux/io.h in hackkit leds code
Input: eeti_ts: pass gpio value instead of IRQ
ARM: pxa: remove irq_to_gpio from ezx-pcap driver
ARM: tegra: more regulator fixes for Harmony
usb/ohci-omap: remove unused variable
mfd/asic3: fix asic3_mfd_probe return value
ARM: kirkwood: fix typo in Makefile.boot
i.MX27: Fix emma-prp and csi clocks.
ARM: integrator: use clk_prepare_enable() for timer
MAINTAINERS: update entry for Linus Walleij
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 63ce3a38b332..f87589075552 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -925,14 +925,14 @@ S: Maintained | |||
925 | 925 | ||
926 | ARM/NOMADIK ARCHITECTURE | 926 | ARM/NOMADIK ARCHITECTURE |
927 | M: Alessandro Rubini <rubini@unipv.it> | 927 | M: Alessandro Rubini <rubini@unipv.it> |
928 | M: Linus Walleij <linus.walleij@stericsson.com> | 928 | M: Linus Walleij <linus.walleij@linaro.org> |
929 | M: STEricsson <STEricsson_nomadik_linux@list.st.com> | 929 | M: STEricsson <STEricsson_nomadik_linux@list.st.com> |
930 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 930 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
931 | S: Maintained | 931 | S: Maintained |
932 | F: arch/arm/mach-nomadik/ | 932 | F: arch/arm/mach-nomadik/ |
933 | F: arch/arm/plat-nomadik/ | 933 | F: arch/arm/plat-nomadik/ |
934 | F: drivers/i2c/busses/i2c-nomadik.c | 934 | F: drivers/i2c/busses/i2c-nomadik.c |
935 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | 935 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git |
936 | 936 | ||
937 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT | 937 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
938 | M: Nelson Castillo <arhuaco@freaks-unidos.net> | 938 | M: Nelson Castillo <arhuaco@freaks-unidos.net> |
@@ -1146,7 +1146,7 @@ F: drivers/usb/host/ehci-w90x900.c | |||
1146 | F: drivers/video/nuc900fb.c | 1146 | F: drivers/video/nuc900fb.c |
1147 | 1147 | ||
1148 | ARM/U300 MACHINE SUPPORT | 1148 | ARM/U300 MACHINE SUPPORT |
1149 | M: Linus Walleij <linus.walleij@stericsson.com> | 1149 | M: Linus Walleij <linus.walleij@linaro.org> |
1150 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1150 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1151 | S: Supported | 1151 | S: Supported |
1152 | F: arch/arm/mach-u300/ | 1152 | F: arch/arm/mach-u300/ |
@@ -1161,15 +1161,20 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | |||
1161 | 1161 | ||
1162 | ARM/Ux500 ARM ARCHITECTURE | 1162 | ARM/Ux500 ARM ARCHITECTURE |
1163 | M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> | 1163 | M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> |
1164 | M: Linus Walleij <linus.walleij@stericsson.com> | 1164 | M: Linus Walleij <linus.walleij@linaro.org> |
1165 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 1165 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
1166 | S: Maintained | 1166 | S: Maintained |
1167 | F: arch/arm/mach-ux500/ | 1167 | F: arch/arm/mach-ux500/ |
1168 | F: drivers/clocksource/clksrc-dbx500-prcmu.c | ||
1168 | F: drivers/dma/ste_dma40* | 1169 | F: drivers/dma/ste_dma40* |
1170 | F: drivers/hwspinlock/u8500_hsem.c | ||
1169 | F: drivers/mfd/abx500* | 1171 | F: drivers/mfd/abx500* |
1170 | F: drivers/mfd/ab8500* | 1172 | F: drivers/mfd/ab8500* |
1171 | F: drivers/mfd/stmpe* | 1173 | F: drivers/mfd/dbx500* |
1174 | F: drivers/mfd/db8500* | ||
1175 | F: drivers/pinctrl/pinctrl-nomadik* | ||
1172 | F: drivers/rtc/rtc-ab8500.c | 1176 | F: drivers/rtc/rtc-ab8500.c |
1177 | F: drivers/rtc/rtc-pl031.c | ||
1173 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git | 1178 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git |
1174 | 1179 | ||
1175 | ARM/VFP SUPPORT | 1180 | ARM/VFP SUPPORT |
@@ -3094,7 +3099,7 @@ F: include/linux/gigaset_dev.h | |||
3094 | 3099 | ||
3095 | GPIO SUBSYSTEM | 3100 | GPIO SUBSYSTEM |
3096 | M: Grant Likely <grant.likely@secretlab.ca> | 3101 | M: Grant Likely <grant.likely@secretlab.ca> |
3097 | M: Linus Walleij <linus.walleij@stericsson.com> | 3102 | M: Linus Walleij <linus.walleij@linaro.org> |
3098 | S: Maintained | 3103 | S: Maintained |
3099 | T: git git://git.secretlab.ca/git/linux-2.6.git | 3104 | T: git git://git.secretlab.ca/git/linux-2.6.git |
3100 | F: Documentation/gpio.txt | 3105 | F: Documentation/gpio.txt |