mbox series

[GIT,PULL] few omap fixes for v5.5-rc cycle

Message ID pull-1578418121-413328@atomide.com
State New
Headers show
Series [GIT,PULL] few omap fixes for v5.5-rc cycle | expand

Pull-request

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

Message

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

The following changes since commit e709ed70d122e94cb426b1e1f905829eae19a009:

  bus: ti-sysc: Fix missing reset delay handling (2019-12-12 08:20:10 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 03729cfa0d543bc996bf959e762ec999afc8f3d2:

  soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot (2019-12-17 15:18:36 -0800)

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

Here are few fixes for v5.5-rc cycle:

- Two corner case fixes related to ti-sysc driver clock issues

- Fixes for am57xx dts for pcie gpios

- Beagle-x15 regulator dts fix

- Fix for wkup_m3_ipc driver race

----------------------------------------------------------------
Dave Gerlach (1):
      soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot

Kishon Vijay Abraham I (3):
      ARM: dts: am57xx-beagle-x15/am57xx-idk: Remove "gpios" for  endpoint dt nodes
      ARM: dts: am571x-idk: Fix gpios property to have the correct  gpio number
      ARM: dts: beagle-x15-common: Model 5V0 regulator

Tony Lindgren (2):
      ARM: OMAP2+: Fix ti_sysc_find_one_clockdomain to check for to_clk_hw_omap
      bus: ti-sysc: Fix iterating over clocks

 arch/arm/boot/dts/am571x-idk.dts                |  6 +-----
 arch/arm/boot/dts/am572x-idk-common.dtsi        |  4 ----
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 25 +++++++++++++++++++++----
 arch/arm/mach-omap2/pdata-quirks.c              |  6 +++++-
 drivers/bus/ti-sysc.c                           | 10 ++++++++--
 drivers/soc/ti/wkup_m3_ipc.c                    |  4 ++--
 6 files changed, 37 insertions(+), 18 deletions(-)