mbox series

[GIT,PULL] Fixes for omaps for v5.7-rc cycle

Message ID pull-1588872844-804667@atomide.com
State New
Headers show
Series [GIT,PULL] Fixes for omaps for v5.7-rc cycle | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/fixes-rc4

Message

Tony Lindgren May 7, 2020, 5:35 p.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.6/fixes-rc4

for you to fetch changes up to 738b150ecefbffb6e55cfa8a3b66a844f777d8fb:

  ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1 (2020-05-05 10:19:39 -0700)

----------------------------------------------------------------
Fixes for omaps for v5.6-rc cycle

Few device tree fixes for various devices:

- A regression fix for non-existing can device on am534x-idk

- Fix missing dma-ranges for dra7 pcie

- Fix flakey wlan on droid4 where some devices would not connect
  at all because of internal pull being used with an external pull

- Fix occasional missed wake-up events on droid4 modem uart

----------------------------------------------------------------
Faiz Abbas (1):
      ARM: dts: am574x-idk: Disable m_can node

Kishon Vijay Abraham I (1):
      ARM: dts: dra7: Fix bus_dma_limit for PCIe

Tony Lindgren (3):
      Merge branch 'fixes-v5.7' into fixes
      ARM: dts: omap4-droid4: Fix flakey wlan by disabling internal pull for gpio
      ARM: dts: omap4-droid4: Fix occasional lost wakeirq for uart1

 arch/arm/boot/dts/am574x-idk.dts                |  4 +++
 arch/arm/boot/dts/dra7.dtsi                     |  4 +--
 arch/arm/boot/dts/motorola-mapphone-common.dtsi | 43 +++++++++++++++++++++++--
 arch/arm/boot/dts/omap3-n950-n9.dtsi            |  5 +++
 4 files changed, 51 insertions(+), 5 deletions(-)