mbox

[GIT,PULL] two omap fixes for v4.3-rc cycle

Message ID 20151020193401.GM3078@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-rc6

Message

Tony Lindgren Oct. 20, 2015, 7:34 p.m. UTC
The following changes since commit d8e1f5ed11a39a68da00f05000466c4f6db4456e:

  Documentation: ARM: List new omap MMC requirements (2015-10-12 16:23:34 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-rc6

for you to fetch changes up to 57df5380853460bc66b59a46273ce113c923d39c:

  ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init (2015-10-19 08:55:46 -0700)

----------------------------------------------------------------
Fixes for omaps for v4.3-rc cycle:

- Fix oops with LPAE and moew than 2GB of memory by enabling
  ZONE_DMA for LPAE. Probably no need for stable on this one as we
  only recently ran into this with the mainline kernel

- Fix imprecise external abort caused by bogus SRAM init. This affects
  dm814x recently merged, so no need for stable on this one AFAIK

----------------------------------------------------------------
Tony Lindgren (2):
      ARM: OMAP2+: Fix oops with LPAE and more than 2GB of memory
      ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init

 arch/arm/boot/dts/logicpd-torpedo-37xx-devkit.dts |  2 +-
 arch/arm/boot/dts/omap3-evm-37xx.dts              |  2 +-
 arch/arm/mach-omap2/Kconfig                       |  2 ++
 arch/arm/mach-omap2/board-generic.c               | 10 ++++++++++
 arch/arm/mach-omap2/pdata-quirks.c                |  9 ++++++++-
 5 files changed, 22 insertions(+), 3 deletions(-)

Comments

Arnd Bergmann Oct. 21, 2015, 3:02 p.m. UTC | #1
On Tuesday 20 October 2015 12:34:01 Tony Lindgren wrote:
> The following changes since commit d8e1f5ed11a39a68da00f05000466c4f6db4456e:
> 
>   Documentation: ARM: List new omap MMC requirements (2015-10-12 16:23:34 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-rc6
> 
> for you to fetch changes up to 57df5380853460bc66b59a46273ce113c923d39c:
> 
>   ARM: OMAP2+: Fix imprecise external abort caused by bogus SRAM init (2015-10-19 08:55:46 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omaps for v4.3-rc cycle:
> 
> - Fix oops with LPAE and moew than 2GB of memory by enabling
>   ZONE_DMA for LPAE. Probably no need for stable on this one as we
>   only recently ran into this with the mainline kernel
> 
> - Fix imprecise external abort caused by bogus SRAM init. This affects
>   dm814x recently merged, so no need for stable on this one AFAIK

Applied to fixes, thanks!

	Arnd