linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for 5.0
@ 2019-02-16 20:20 Arnd Bergmann
  2019-02-17  1:50 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-16 20:20 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: soc, arm-soc, Linux Kernel Mailing List, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes for 5.0
  2019-02-16 20:20 [GIT PULL] ARM: SoC fixes for 5.0 Arnd Bergmann
@ 2019-02-17  1:50 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-02-17  1:50 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: soc, arm-soc, Linus Torvalds, Linux Kernel Mailing List, Linux ARM

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!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] ARM: SoC fixes for 5.0
  2019-02-22 22:23 Arnd Bergmann
@ 2019-02-23  1:45 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-02-23  1:45 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: soc, arm-soc, Linus Torvalds, Linux Kernel Mailing List, Linux ARM

The pull request you sent on Fri, 22 Feb 2019 23:23:33 +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/9053d2db8b04a468ce1ab92693b940b046ea392c

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL] ARM: SoC fixes for 5.0
@ 2019-02-22 22:23 Arnd Bergmann
  2019-02-23  1:45 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2019-02-22 22:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: soc, arm-soc, Linux Kernel Mailing List, Linux ARM

The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438:

  Linux 5.0-rc7 (2019-02-17 18:46:40 -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 2f8b1ce19ebdaffa0f3f11d178b387b60e29c0fc:

  Merge tag 'mvebu-fixes-5.0-2' of git://git.infradead.org/linux-mvebu
into arm/fixes (2019-02-22 14:58:41 +0100)

----------------------------------------------------------------
ARM: SoC fixes for 5.0

Only a handful of device tree fixes, all simple enough:

NVIDIA Tegra:
 - Fix a regression for booting on chromebooks

TI OMAP:
 - Two fixes PHY mode on am335x reference boards

Marvell mvebu:
 - A regression fix for Armada XP NAND flash controllers
 - An incorrect reset signal on the clearfog board

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Arnd Bergmann (2):
      Merge tag 'omap-for-v5.0/fixes-rc7-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes
      Merge tag 'mvebu-fixes-5.0-2' of
git://git.infradead.org/linux-mvebu into arm/fixes

Baruch Siach (1):
      arm64: dts: clearfog-gt-8k: fix SGMII PHY reset signal

Peter Ujfalusi (2):
      ARM: dts: am335x-evmsk: Fix PHY mode for ethernet
      ARM: dts: am335x-evm: Fix PHY mode for ethernet

Thierry Reding (1):
      ARM: tegra: Restore DT ABI on Tegra124 Chromebooks

Thomas Petazzoni (1):
      ARM: dts: armada-xp: fix Armada XP boards NAND description

Tony Lindgren (1):
      Merge branch 'am335x-phy-fixes' into omap-for-v5.0/fixes-v2

 arch/arm/boot/dts/am335x-evm.dts                           |  2 +-
 arch/arm/boot/dts/am335x-evmsk.dts                         |  4 ++--
 arch/arm/boot/dts/armada-xp-db.dts                         | 46
+++++++++++++++++++-----------------
 arch/arm/boot/dts/armada-xp-gp.dts                         | 13 ++++++----
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts            | 85
++++++++++++++++++++++++++++++++++--------------------------------
 arch/arm/boot/dts/tegra124-nyan.dtsi                       | 17 +++++++++++++-
 arch/arm64/boot/dts/marvell/armada-8040-clearfog-gt-8k.dts |  2 +-
 7 files changed, 96 insertions(+), 73 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-02-23  1:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-16 20:20 [GIT PULL] ARM: SoC fixes for 5.0 Arnd Bergmann
2019-02-17  1:50 ` pr-tracker-bot
2019-02-22 22:23 Arnd Bergmann
2019-02-23  1:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).