mbox

[GIT,PULL,1/2] omap fixes for v4.7 merge window

Message ID pull-1463159315-251654
State New
Headers show

Pull-request

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

Message

Tony Lindgren May 13, 2016, 5:11 p.m. UTC
The following changes since commit 7472931f7f1e9d91f761dce30107ae345b61a5c3:

  ARM: dts: omap5: fix range of permitted wakeup pinmux registers (2016-04-26 10:16:12 -0700)

are available in the git repository at:

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

for you to fetch changes up to 65db875d110b8e517f81fa71c57a65fc6d0019ac:

  ARM: OMAP2+: AM43XX: Enable fixes for Cortex-A9 errata (2016-05-12 13:47:51 -0700)

----------------------------------------------------------------
Two fixes for omaps for v4.7 merge window, one to enable
ARM errata for am437x, and the other to add ARM errtum
workaround for dra7.

AFAIK these both can wait for v4.7, we can then request them
for stable kernels as needed.

----------------------------------------------------------------
Dave Gerlach (1):
      ARM: OMAP2+: AM43XX: Enable fixes for Cortex-A9 errata

Nishanth Menon (1):
      ARM: OMAP5 / DRA7: Introduce workaround for 801819

 arch/arm/mach-omap2/Kconfig       | 10 ++++++++
 arch/arm/mach-omap2/omap-secure.h |  1 +
 arch/arm/mach-omap2/omap-smp.c    | 48 +++++++++++++++++++++++++++++++++++----
 3 files changed, 54 insertions(+), 5 deletions(-)

Comments

Olof Johansson June 3, 2016, 7:28 p.m. UTC | #1
On Fri, May 13, 2016 at 10:11:41AM -0700, Tony Lindgren wrote:
> The following changes since commit 5b6042237dc85b7e2dc26806957ebf95d205e864:
> 
>   ARM: dts: am57xx-idk: Include Industrial grade  thermal thresholds (2016-04-28 08:08:48 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.7-dts-fixes1
> 
> for you to fetch changes up to a1f6ad14176d466c00e6a687f9c78ec6c7ad6bf8:
> 
>   ARM: dts: igep0020: Add SD card write-protect pin. (2016-05-12 13:52:25 -0700)
> 
> ----------------------------------------------------------------
> DTS fixes for omaps for v4.7 merge window for issues noted
> with patches in Linux next:
> 
> - Fix omap5 and am57xx-idk input voltages to fix micro-sd
>   probing at least for some omap5-uevm configurations
> 
> - Fix unhandled fault for igepv5 audio
> 
> - Fix UART wakeirqs for omap5 by removing WAKUP_EN flags,
>   those are managed by the wakeirq and can currently confuse
>   the wakeirqs as there is no handler necessarily registered
> 
> - Fix LDO7 source for igepv5
> 
> Also included are few minor changes not strictly fixes
> are good to have merged:
> 
> - Fix HP T410 boot time warnings for eMMC and disable the
>   unused MMC interfaces while at it
> 
> - Add dra7 gpmc dma channel
> 
> - Add igep00x0 SD card detect and write protect GPIOs

Looks like this raced with Arnd's pull requests. I've brought this in as fixes
now. Please send to -stable as needed yourself.


-Olof