From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes for v3.14-rc4
Date: Thu, 27 Feb 2014 16:07:15 -0800 [thread overview]
Message-ID: <20140228000715.GA14514@atomide.com> (raw)
The following changes since commit 8842446ac74263f1330f46e11ed649e2b0ed6545:
Documentation: dt: OMAP: Update Overo/Tobi (2014-02-14 08:37:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/fixes-rc4
for you to fetch changes up to 4b41636878ee32d4c45a49de7749abca9721bd6a:
ARM: OMAP3: Fix pinctrl interrupts for core2 (2014-02-27 15:35:48 -0800)
----------------------------------------------------------------
Fixes for omaps mostly to fix the 3430 display regression,
and random crashes if booting n900 with device tree and
thumb mode. Also few other regressions and fixes.
----------------------------------------------------------------
Illia Smyrnov (1):
ARM: OMAP4: hwmod: Fix SOFTRESET logic for OMAP4
Santosh Shilimkar (1):
ARM: OMAP: Kill warning in CPUIDLE code with !CONFIG_SMP
Sebastian Reichel (1):
ARM: OMAP2+: Add support for thumb mode on DT booted N900
Suman Anna (1):
ARM: DRA7: hwmod data: correct the sysc data for spinlock
Tomi Valkeinen (1):
ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENT
Tony Lindgren (2):
Merge tag 'for-v3.14-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.14/fixes
ARM: OMAP3: Fix pinctrl interrupts for core2
Vaibhav Bedia (1):
ARM: OMAP5: PRM: Fix reboot handling
arch/arm/mach-omap2/cclock3xxx_data.c | 2 +
arch/arm/mach-omap2/cpuidle44xx.c | 8 ++-
arch/arm/mach-omap2/dpll3xxx.c | 92 ++++++++++++++++++++++++++-----
arch/arm/mach-omap2/omap_hwmod.c | 20 ++++---
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 9 ++-
arch/arm/mach-omap2/pdata-quirks.c | 21 ++++++-
arch/arm/mach-omap2/prminst44xx.c | 4 +-
include/linux/clk/ti.h | 4 ++
8 files changed, 125 insertions(+), 35 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v3.14-rc4
Date: Thu, 27 Feb 2014 16:07:15 -0800 [thread overview]
Message-ID: <20140228000715.GA14514@atomide.com> (raw)
The following changes since commit 8842446ac74263f1330f46e11ed649e2b0ed6545:
Documentation: dt: OMAP: Update Overo/Tobi (2014-02-14 08:37:53 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.14/fixes-rc4
for you to fetch changes up to 4b41636878ee32d4c45a49de7749abca9721bd6a:
ARM: OMAP3: Fix pinctrl interrupts for core2 (2014-02-27 15:35:48 -0800)
----------------------------------------------------------------
Fixes for omaps mostly to fix the 3430 display regression,
and random crashes if booting n900 with device tree and
thumb mode. Also few other regressions and fixes.
----------------------------------------------------------------
Illia Smyrnov (1):
ARM: OMAP4: hwmod: Fix SOFTRESET logic for OMAP4
Santosh Shilimkar (1):
ARM: OMAP: Kill warning in CPUIDLE code with !CONFIG_SMP
Sebastian Reichel (1):
ARM: OMAP2+: Add support for thumb mode on DT booted N900
Suman Anna (1):
ARM: DRA7: hwmod data: correct the sysc data for spinlock
Tomi Valkeinen (1):
ARM: OMAP2+: clock: fix clkoutx2 with CLK_SET_RATE_PARENT
Tony Lindgren (2):
Merge tag 'for-v3.14-rc/omap-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.14/fixes
ARM: OMAP3: Fix pinctrl interrupts for core2
Vaibhav Bedia (1):
ARM: OMAP5: PRM: Fix reboot handling
arch/arm/mach-omap2/cclock3xxx_data.c | 2 +
arch/arm/mach-omap2/cpuidle44xx.c | 8 ++-
arch/arm/mach-omap2/dpll3xxx.c | 92 ++++++++++++++++++++++++++-----
arch/arm/mach-omap2/omap_hwmod.c | 20 ++++---
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 9 ++-
arch/arm/mach-omap2/pdata-quirks.c | 21 ++++++-
arch/arm/mach-omap2/prminst44xx.c | 4 +-
include/linux/clk/ti.h | 4 ++
8 files changed, 125 insertions(+), 35 deletions(-)
next reply other threads:[~2014-02-28 0:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-28 0:07 Tony Lindgren [this message]
2014-02-28 0:07 ` [GIT PULL] omap fixes for v3.14-rc4 Tony Lindgren
2014-02-28 15:03 ` Arnd Bergmann
2014-02-28 15:03 ` Arnd Bergmann
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=20140228000715.GA14514@atomide.com \
--to=tony@atomide.com \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.