diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-11 21:20:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-04-11 21:20:31 -0400 |
commit | ce6fbaf160628df62ec953c701d5fc547484257a (patch) | |
tree | c9c12ddffdd2208b4408d97a1ad56af629e87976 /MAINTAINERS | |
parent | 7ee32a6d30d1c8a3b7a07a6269da8f0a08662927 (diff) | |
parent | 71bd98aff05a644a2cfc3ac6ca848a586fa210b9 (diff) |
Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC bug fixes from Arnd Bergmann:
"A little later during the week than the last few pull requests, since
there was very little that came in before 3.9-rc6. At least things
have calmed down again here.
Some important bug fixes that came in over the last 10 days, mostly
mvebu and imx:
- Multiple regressions on i.mx following the conversion of the clock
code, hopefully the last we are seeing of those.
- a regression in the mvebu irq handling code
- An incorrect register offset in the rewritten s3c24xx irq code.
- Two bugs in setting up the iomega_ix2_200 machine
- Turning on an extra bus clock on imx
- A MAINTAINERS file entry for Roland Stigge"
* tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
arm: mvebu: Fix the irq map function in SMP mode
Fix GE0/GE1 init on ix2-200 as GE0 has no PHY
ARM: S3C24XX: Fix interrupt pending register offset of the EINT controller
ARM: S3C24XX: Correct NR_IRQS definition for s3c2440
ARM i.MX6: Fix ldb_di clock selection
ARM: imx: provide twd clock lookup from device tree
ARM: imx35 Bugfix admux clock
ARM: clk-imx35: Bugfix iomux clock
ARM: mxs: Slow down the I2C clock speed
MAINTAINERS: Add maintainer for LPC32xx
ARM: Kirkwood: Fix typo in the definition of ix2-200 rebuild LED
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 376704078d65..61708c6a8bed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4941,6 +4941,12 @@ W: logfs.org | |||
4941 | S: Maintained | 4941 | S: Maintained |
4942 | F: fs/logfs/ | 4942 | F: fs/logfs/ |
4943 | 4943 | ||
4944 | LPC32XX MACHINE SUPPORT | ||
4945 | M: Roland Stigge <stigge@antcom.de> | ||
4946 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
4947 | S: Maintained | ||
4948 | F: arch/arm/mach-lpc32xx/ | ||
4949 | |||
4944 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) | 4950 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
4945 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> | 4951 | M: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> |
4946 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> | 4952 | M: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> |