From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arm@kernel.org
Subject: [GIT PULL 1/5] ARM: arm-soc: Non-critical bug fixes
Date: Wed, 12 Dec 2012 08:40:52 -0800 [thread overview]
Message-ID: <20121212164052.GA16288@quad.lixom.net> (raw)
In-Reply-To: <20121212163942.GA16036@quad.lixom.net>
Hi Linus,
Simple bug fixes that were not considered important enough for inclusion
into 3.7, especially those that arrived late during the merge window.
There's also a MAINTAINERS update for the Renesas platforms in here,
marking Simon Horman as a maintainer and changing the git url to his tree.
No conflicts.
----------------------------------------------------------------
The following changes since commit 1ebaf4f4e6912199f8a4e30ba3ab55da2b71bcdf:
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/fixes-non-critical
for you to fetch changes up to 0a9995e46f3f9cb28360c89892b939420ac3fa2e:
Merge branch 'maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/fixes-non-critical
----------------------------------------------------------------
Alexander Shiyan (1):
ARM: Fix Kconfig symbols typo for LEDS
Andrea Adami (2):
ARM: pxa: fix pxa25x gpio wakeup setting
ARM: pxa: add dummy SA1100 rtc clock in pxa25x
Arnd Bergmann (4):
Merge branch 'vexpress-fixes' of git://git.linaro.org/people/pawelmoll/linux into next/fixes-non-critical
ARM: vexpress: fix ll debug code when building multiplatform
Merge tag 'omap-for-v3.8/fixes-non-critical-v4-signed' of git://git.kernel.org/.../tmlind/linux-omap into next/fixes-non-critical
Merge tag 'ixp4xx_fixes_for_3.7' of git://git.infradead.org/users/jcooper/linux into fixes
Colin Cross (1):
ARM: OMAP4: retrigger localtimers after re-enabling gic
Henrique Camargo (1):
ARM: davinci: serial.h: fix uart number in the comment
Imre Kaloz (1):
ARM: cns3xxx: drop unnecessary symbol selection
Kevin Hilman (1):
ARM: OMAP4: PM: fix errata handling when CONFIG_PM=n
Olof Johansson (4):
Merge tag 'davinci-for-v3.8/fixes' of git://gitorious.org/linux-davinci/linux-davinci into next/fixes-non-critical
Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into next/fixes-non-critical
Merge branch 'armsoc/fix' of git://github.com/hzhuang1/linux into next/fixes-non-critical
Merge branch 'maintainers' of git://git.kernel.org/.../horms/renesas into next/fixes-non-critical
Pawel Moll (1):
ARM: vexpress: Make the debug UART detection more specific
Santosh Shilimkar (1):
ARM: OMAP4460: Workaround for ROM bug because of CA9 r2pX GIC control register change.
Sekhar Nori (1):
ARM: davinci: uncompress.h: bail out if uart not initialized
Simon Horman (1):
Update ARM/SHMOBILE section of MAINTAINERS
Tero Kristo (1):
ARM: OMAP4: PM: add errata support
Tony Lindgren (1):
Merge tag 'for_3.8-fixes-pm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.8/fixes-non-critical-v2
Wei Yongjun (2):
ARM: davinci: dm644x evm: move pointer dereference below NULL check
ARM: davinci: fix return value check by using IS_ERR in tnetv107x_devices_init()
MAINTAINERS | 4 +-
arch/arm/include/debug/vexpress.S | 11 +++--
arch/arm/mach-cns3xxx/Kconfig | 1 -
arch/arm/mach-davinci/board-dm644x-evm.c | 5 ++-
arch/arm/mach-davinci/devices-tnetv107x.c | 2 +-
arch/arm/mach-davinci/include/mach/serial.h | 2 +-
arch/arm/mach-davinci/include/mach/uncompress.h | 6 +++
arch/arm/mach-omap2/common.h | 4 ++
arch/arm/mach-omap2/omap-headsmp.S | 38 ++++++++++++++++++
arch/arm/mach-omap2/omap-mpuss-lowpower.c | 9 ++++-
arch/arm/mach-omap2/omap-smp.c | 41 ++++++++++++++++++-
arch/arm/mach-omap2/omap4-common.c | 42 +++++++++++++++++++-
arch/arm/mach-omap2/pm.h | 9 +++++
arch/arm/mach-pxa/pxa25x.c | 6 +++
arch/arm/mach-s3c24xx/Kconfig | 2 +-
arch/arm/plat-versatile/Kconfig | 2 +-
16 files changed, 168 insertions(+), 16 deletions(-)
next prev parent reply other threads:[~2012-12-12 16:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-12 16:39 [GIT PULL 0/5] ARM: arm-soc: First batch of updates for 3.8 Olof Johansson
2012-12-12 16:40 ` Olof Johansson [this message]
2012-12-12 16:41 ` [GIT PULL 2/5] ARM: arm-soc: Header cleanups Olof Johansson
2012-12-12 16:41 ` [GIT PULL 3/5] ARM: arm-soc: Cleanups on various subarchitectures Olof Johansson
2012-12-12 16:42 ` [GIT PULL 4/5] ARM: arm-soc: SoC updates for 3.8 Olof Johansson
2012-12-12 16:42 ` [GIT PULL 5/5] ARM: arm-soc: Board " Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121212164052.GA16288@quad.lixom.net \
--to=olof@lixom.net \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome