mbox series

[GIT,PULL] ARM: SoC fixes for 5.0

Message ID CAK8P3a1d4VMFCOq=G_Qwcoof=eXQK75TCewDMWb_tRda+EQoPw@mail.gmail.com (mailing list archive)
State Mainlined, archived
Commit 410d7360541c0e21b58e56b64e5bcdbec9c1d285
Headers show
Series [GIT,PULL] ARM: SoC fixes for 5.0 | expand

Pull-request

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

Message

Arnd Bergmann Feb. 16, 2019, 8:20 p.m. UTC
The following changes since commit d13937116f1e82bf508a6325111b322c30c85eb9:

  Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

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 410d7360541c0e21b58e56b64e5bcdbec9c1d285:

  Merge tag 'omap-for-v5.0/fixes-rc5' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2019-02-15 20:39:46 +0100)

----------------------------------------------------------------
This week is a much smaller update, containing fixes only for TI OMAP,
NXP i.MX and Rockchips platforms:

 - omap4 had problems with lost timer interrupts
 - another IRQ handling issue with OMAP5
 - A workaround for a regression in the pwm-omap-dmtimer driver

 - eMMC was broken on the new imx8mq-evk board

 - a fix for new dtc graph warnings and a regulator fix for rock64
 - USB support broke on rk3328-rock64

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge tag 'omap-for-v5.0/fixes-rc4' of
git://git.kernel.org/.../tmlind/linux-omap into fixes
      Merge tag 'v5.0-rockchip-dts32fixes-1' of
git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes
      Merge tag 'v5.0-rockchip-dts64fixes-1' of
git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes
      Merge tag 'imx-fixes-5.0-3' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge tag 'omap-for-v5.0/fixes-rc5' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Carlo Caione (1):
      arm64: dts: imx8mq: Fix boot from eMMC

Dmitry Voytik (1):
      arm64: dts: rockchip: enable usb-host regulators at boot on rk3328-rock64

Enric Balletbo i Serra (1):
      arm64: dts: rockchip: fix graph_port warning on rk3399 bob kevin
and excavator

Johan Jonker (1):
      ARM: dts: rockchip: remove qos_cif1 from rk3188 power-domain

Russell King (1):
      ARM: OMAP2+: fix lack of timer interrupts on CPU1 after hotplug

Tony Lindgren (5):
      clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparenting
      ARM: OMAP5+: Fix inverted nirq pin interrupts with irq_set_type
      bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe()
      ARM: dts: Configure clock parent for pwm vibra
      Merge branch 'pwm-dmtimer-fixes' into omap-for-v5.0/fixes-v2

Yizhuo (1):
      ARM: OMAP2+: Variable "reg" in function omap4_dsi_mux_pads()
could be uninitialized

 arch/arm/boot/dts/omap4-droid4-xt894.dts           | 11 ++++++
 arch/arm/boot/dts/omap5-board-common.dtsi          |  9 +++--
 arch/arm/boot/dts/omap5-cm-t54.dts                 | 12 +++++-
 arch/arm/boot/dts/rk3188.dtsi                      |  1 -
 arch/arm/mach-omap2/cpuidle44xx.c                  | 16 ++------
 arch/arm/mach-omap2/display.c                      |  7 +++-
 arch/arm/mach-omap2/omap-wakeupgen.c               | 36 +++++++++++++++++-
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts       | 44 +++++++++++-----------
 arch/arm64/boot/dts/freescale/imx8mq.dtsi          |  2 +
 arch/arm64/boot/dts/rockchip/rk3328-rock64.dts     |  2 +
 arch/arm64/boot/dts/rockchip/rk3399-gru-bob.dts    |  2 +-
 arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dts  |  2 +-
 .../dts/rockchip/rk3399-sapphire-excavator.dts     |  2 +-
 drivers/bus/ti-sysc.c                              |  6 +--
 drivers/clocksource/timer-ti-dm.c                  |  5 ++-
 15 files changed, 109 insertions(+), 48 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 17, 2019, 1:50 a.m. UTC | #1
The pull request you sent on Sat, 16 Feb 2019 21:20:48 +0100:

> 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/64c0133eb88a3b0c11c42580a520fe78b71b3932

Thank you!