mbox series

[GIT,PULL] ARM: SoC fixes

Message ID 20191005224104.qptaeg72tt2gzdyl@localhost
State New
Headers show
Series [GIT,PULL] ARM: SoC fixes | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes

Message

Olof Johansson Oct. 5, 2019, 10:41 p.m. UTC
Hi Linus,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes

for you to fetch changes up to 60c1b3e25728e0485f08e72e61c3cad5331925a3:

  ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support (2019-10-04 10:18:55 -0700)

----------------------------------------------------------------
ARM: SoC fixes

A few fixes this time around:

 - Fixup of some clock specifications for DRA7 (device-tree fix)
 - Removal of some dead/legacy CPU OPP/PM code for OMAP that throws
   warnings at boot
 - A few more minor fixups for OMAPs, most around display
 - Enable STM32 QSPI as =y since their rootfs sometimes comes from
   there
 - Switch CONFIG_REMOTEPROC to =y since it went from tristate to bool
 - Fix of thermal zone definition for ux500 (5.4 regression)

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Enable DRM_TI_TFP410

H. Nikolaus Schaller (1):
      DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again

Keerthy (1):
      arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to y

Linus Walleij (1):
      ARM: dts: ux500: Fix up the CPU thermal zone

Olof Johansson (1):
      Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Patrice Chotard (1):
      ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support

Peter Ujfalusi (1):
      ARM: dts: am4372: Set memory bandwidth limit for DISPC

Tony Lindgren (8):
      clk: ti: dra7: Fix mcasp8 clock bits
      ARM: dts: Fix wrong clocks for dra7 mcasp
      Merge branch 'fixes-merge-window-pt2' into fixes
      ARM: omap2plus_defconfig: Enable more droid4 devices as loadable modules
      ARM: dts: Fix gpio0 flags for am335x-icev2
      ARM: OMAP2+: Fix missing reset done flag for am3 and am43
      ARM: OMAP2+: Add missing LCDC midlemode for am335x
      ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()

 arch/arm/boot/dts/am335x-icev2.dts                 |   2 +-
 arch/arm/boot/dts/am33xx-l4.dtsi                   |   6 +-
 arch/arm/boot/dts/am4372.dtsi                      |   2 +
 arch/arm/boot/dts/dra7-l4.dtsi                     |  48 +++++-----
 arch/arm/boot/dts/omap3-gta04.dtsi                 |   1 +
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |  11 ++-
 arch/arm/configs/davinci_all_defconfig             |   2 +-
 arch/arm/configs/multi_v7_defconfig                |   4 +-
 arch/arm/configs/omap2plus_defconfig               |   5 +-
 .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |   3 +-
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c         |   5 +-
 arch/arm/mach-omap2/pm.c                           | 100 ---------------------
 arch/arm64/configs/defconfig                       |   2 +-
 drivers/clk/ti/clk-7xx.c                           |   6 +-
 14 files changed, 53 insertions(+), 144 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 6, 2019, 12:40 a.m. UTC | #1
The pull request you sent on Sat, 5 Oct 2019 15:41:04 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/43b815c6a8e7dbccb5b8bd9c4b099c24bc22d135

Thank you!