All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] omap fixes for v4.7 merge window
@ 2016-05-13 17:11 Tony Lindgren
  2016-05-13 17:11 ` [GIT PULL 2/2] omap dts " Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tony Lindgren @ 2016-05-13 17:11 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 2/2] omap dts fixes for v4.7 merge window
  2016-05-13 17:11 [GIT PULL 1/2] omap fixes for v4.7 merge window Tony Lindgren
@ 2016-05-13 17:11 ` Tony Lindgren
  2016-05-13 17:11 ` Tony Lindgren
       [not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
  2 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2016-05-13 17:11 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

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

----------------------------------------------------------------
Enric Balletbo i Serra (2):
      ARM: dts: igep00x0: Add SD card-detect.
      ARM: dts: igep0020: Add SD card write-protect pin.

Franklin S Cooper Jr (1):
      ARM: dts: dra7: Add gpmc dma channel

Nicolas Chauvet (2):
      ARM: dts: Add non-removable to hsmmc on hp-t410
      ARM: dts: disable mmc by default and enable when needed for dm814x

Nishanth Menon (2):
      ARM: dts: omap5-board-common: Describe the voltage supply mapping accurately
      ARM: dts: am57xx-idk-common: Fix input supply names

Tony Lindgren (3):
      ARM: dts: Fix igepv5 audiopwon-gpio
      ARM: dts: Fix uart wakeirq on omap5 by removing WAKEUP_EN for omaps
      ARM: dts: Fix ldo7 source for HDMI on igepv5

 arch/arm/boot/dts/am57xx-idk-common.dtsi     | 32 ++++++++++---------
 arch/arm/boot/dts/dm8148-evm.dts             |  8 +++++
 arch/arm/boot/dts/dm8148-t410.dts            |  9 ++++++
 arch/arm/boot/dts/dra7.dtsi                  |  2 ++
 arch/arm/boot/dts/omap3-evm-37xx.dts         |  2 +-
 arch/arm/boot/dts/omap3-igep.dtsi            |  1 +
 arch/arm/boot/dts/omap3-igep0020-common.dtsi | 11 +++++++
 arch/arm/boot/dts/omap3-n900.dts             |  4 +--
 arch/arm/boot/dts/omap3-n950-n9.dtsi         |  6 ++--
 arch/arm/boot/dts/omap3-zoom3.dts            |  6 ++--
 arch/arm/boot/dts/omap5-board-common.dtsi    | 48 ++++++++++++++++++++++++++--
 arch/arm/boot/dts/omap5-igep0050.dts         | 26 +++++++++++++++
 arch/arm/boot/dts/omap5-uevm.dts             | 10 ++++++
 13 files changed, 139 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 2/2] omap dts fixes for v4.7 merge window
  2016-05-13 17:11 [GIT PULL 1/2] omap fixes for v4.7 merge window Tony Lindgren
  2016-05-13 17:11 ` [GIT PULL 2/2] omap dts " Tony Lindgren
@ 2016-05-13 17:11 ` Tony Lindgren
       [not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
  2 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2016-05-13 17:11 UTC (permalink / raw)
  To: linux-arm-kernel

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

----------------------------------------------------------------
Enric Balletbo i Serra (2):
      ARM: dts: igep00x0: Add SD card-detect.
      ARM: dts: igep0020: Add SD card write-protect pin.

Franklin S Cooper Jr (1):
      ARM: dts: dra7: Add gpmc dma channel

Nicolas Chauvet (2):
      ARM: dts: Add non-removable to hsmmc on hp-t410
      ARM: dts: disable mmc by default and enable when needed for dm814x

Nishanth Menon (2):
      ARM: dts: omap5-board-common: Describe the voltage supply mapping accurately
      ARM: dts: am57xx-idk-common: Fix input supply names

Tony Lindgren (3):
      ARM: dts: Fix igepv5 audiopwon-gpio
      ARM: dts: Fix uart wakeirq on omap5 by removing WAKEUP_EN for omaps
      ARM: dts: Fix ldo7 source for HDMI on igepv5

 arch/arm/boot/dts/am57xx-idk-common.dtsi     | 32 ++++++++++---------
 arch/arm/boot/dts/dm8148-evm.dts             |  8 +++++
 arch/arm/boot/dts/dm8148-t410.dts            |  9 ++++++
 arch/arm/boot/dts/dra7.dtsi                  |  2 ++
 arch/arm/boot/dts/omap3-evm-37xx.dts         |  2 +-
 arch/arm/boot/dts/omap3-igep.dtsi            |  1 +
 arch/arm/boot/dts/omap3-igep0020-common.dtsi | 11 +++++++
 arch/arm/boot/dts/omap3-n900.dts             |  4 +--
 arch/arm/boot/dts/omap3-n950-n9.dtsi         |  6 ++--
 arch/arm/boot/dts/omap3-zoom3.dts            |  6 ++--
 arch/arm/boot/dts/omap5-board-common.dtsi    | 48 ++++++++++++++++++++++++++--
 arch/arm/boot/dts/omap5-igep0050.dts         | 26 +++++++++++++++
 arch/arm/boot/dts/omap5-uevm.dts             | 10 ++++++
 13 files changed, 139 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL 2/2] omap dts fixes for v4.7 merge window
       [not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2016-06-03 19:28     ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2016-06-03 19:28 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GIT PULL 2/2] omap dts fixes for v4.7 merge window
@ 2016-06-03 19:28     ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2016-06-03 19:28 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-06-03 19:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-13 17:11 [GIT PULL 1/2] omap fixes for v4.7 merge window Tony Lindgren
2016-05-13 17:11 ` [GIT PULL 2/2] omap dts " Tony Lindgren
2016-05-13 17:11 ` Tony Lindgren
     [not found] ` <57360ade.0416420a.fbf40.ffffd226SMTPIN_ADDED_BROKEN@mx.google.com>
2016-06-03 19:28   ` Olof Johansson
2016-06-03 19:28     ` Olof Johansson

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.