All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for v5.7
@ 2020-05-29 22:24 ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2020-05-29 22:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, SoC Team, Linux ARM, Tony Lindgren,
	Lubomir Rintel

The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 99706d62fb50486eadb4441eaed311491fd7addf:

  Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2020-05-26 00:18:48 +0200)

----------------------------------------------------------------
ARM: SoC fixes for v5.7

This time there is one fix for the error path in the mediatek cmdq driver
(used by their video driver) and a couple of devicetree fixes, mostly
for 32-bit ARM, and fairly harmless:

- On OMAP2 there were a few regressions in the ethernet drivers,
  one of them leading to an external abort trap

- One Raspberry Pi version had a misconfigured LED

- Interrupts on Broadcom NSP were slightly misconfigured

- One i.MX6q board had issues with graphics mode setting

- On mmp3 there are some minor fixes that were submitted for
  v5.8 with a cc:stable tag, so I ended up picking them up
  here as well

- The Mediatek Video Codec needs to run at a higher frequency
  than configured originally

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

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge branch 'mmp/fixes' into arm/fixes
      Merge tag 'imx-fixes-5.7-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge branch 'v5.7-fixes' of
git://git.kernel.org/.../matthias.bgg/linux into arm/fixes
      Merge tag 'arm-soc/for-5.7/devicetree-fixes-part2-v2' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Dennis YC Hsieh (1):
      soc: mediatek: cmdq: return send msg error code

Grygorii Strashko (2):
      ARM: dts: am57xx: fix networking on boards with ksz9031 phy
      ARM: dts: am437x: fix networking on boards with ksz9031 phy

Hamish Martin (1):
      ARM: dts: bcm: HR2: Fix PPI interrupt types

Hsin-Yi Wang (1):
      arm64: dts: mt8173: fix vcodec-enc clock

Lubomir Rintel (3):
      ARM: dts: mmp3: Use the MMP3 compatible string for /clocks
      ARM: dts: mmp3-dell-ariel: Fix the SPI devices
      ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy

Robert Beckett (1):
      ARM: dts/imx6q-bx50v3: Set display interface clock parents

Tony Lindgren (1):
      ARM: dts: Fix wrong mdio clock for dm814x

Vincent Stehlé (1):
      ARM: dts: bcm2835-rpi-zero-w: Fix led polarity

 arch/arm/boot/dts/am437x-gp-evm.dts             |  2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts            |  2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts             |  4 ++--
 arch/arm/boot/dts/am571x-idk.dts                |  4 ++--
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  4 ++--
 arch/arm/boot/dts/am57xx-idk-common.dtsi        |  4 ++--
 arch/arm/boot/dts/bcm-hr2.dtsi                  |  6 +++---
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts        |  2 +-
 arch/arm/boot/dts/dm814x.dtsi                   |  2 +-
 arch/arm/boot/dts/imx6q-b450v3.dts              |  7 -------
 arch/arm/boot/dts/imx6q-b650v3.dts              |  7 -------
 arch/arm/boot/dts/imx6q-b850v3.dts              | 11 -----------
 arch/arm/boot/dts/imx6q-bx50v3.dtsi             | 15 +++++++++++++++
 arch/arm/boot/dts/mmp3-dell-ariel.dts           | 12 ++++++------
 arch/arm/boot/dts/mmp3.dtsi                     |  8 +++-----
 arch/arm64/boot/dts/mediatek/mt8173.dtsi        |  4 ++--
 drivers/soc/mediatek/mtk-cmdq-helper.c          |  4 +++-
 17 files changed, 44 insertions(+), 54 deletions(-)

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

* [GIT PULL] ARM: SoC fixes for v5.7
@ 2020-05-29 22:24 ` Arnd Bergmann
  0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2020-05-29 22:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Tony Lindgren, Lubomir Rintel, SoC Team,
	Linux Kernel Mailing List, Linux ARM

The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 99706d62fb50486eadb4441eaed311491fd7addf:

  Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/fixes (2020-05-26 00:18:48 +0200)

----------------------------------------------------------------
ARM: SoC fixes for v5.7

This time there is one fix for the error path in the mediatek cmdq driver
(used by their video driver) and a couple of devicetree fixes, mostly
for 32-bit ARM, and fairly harmless:

- On OMAP2 there were a few regressions in the ethernet drivers,
  one of them leading to an external abort trap

- One Raspberry Pi version had a misconfigured LED

- Interrupts on Broadcom NSP were slightly misconfigured

- One i.MX6q board had issues with graphics mode setting

- On mmp3 there are some minor fixes that were submitted for
  v5.8 with a cc:stable tag, so I ended up picking them up
  here as well

- The Mediatek Video Codec needs to run at a higher frequency
  than configured originally

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

----------------------------------------------------------------
Arnd Bergmann (5):
      Merge branch 'mmp/fixes' into arm/fixes
      Merge tag 'imx-fixes-5.7-2' of
git://git.kernel.org/.../shawnguo/linux into arm/fixes
      Merge branch 'v5.7-fixes' of
git://git.kernel.org/.../matthias.bgg/linux into arm/fixes
      Merge tag 'arm-soc/for-5.7/devicetree-fixes-part2-v2' of
https://github.com/Broadcom/stblinux into arm/fixes
      Merge tag 'omap-for-v5.7/cpsw-fixes-signed' of
git://git.kernel.org/.../tmlind/linux-omap into arm/fixes

Dennis YC Hsieh (1):
      soc: mediatek: cmdq: return send msg error code

Grygorii Strashko (2):
      ARM: dts: am57xx: fix networking on boards with ksz9031 phy
      ARM: dts: am437x: fix networking on boards with ksz9031 phy

Hamish Martin (1):
      ARM: dts: bcm: HR2: Fix PPI interrupt types

Hsin-Yi Wang (1):
      arm64: dts: mt8173: fix vcodec-enc clock

Lubomir Rintel (3):
      ARM: dts: mmp3: Use the MMP3 compatible string for /clocks
      ARM: dts: mmp3-dell-ariel: Fix the SPI devices
      ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy

Robert Beckett (1):
      ARM: dts/imx6q-bx50v3: Set display interface clock parents

Tony Lindgren (1):
      ARM: dts: Fix wrong mdio clock for dm814x

Vincent Stehlé (1):
      ARM: dts: bcm2835-rpi-zero-w: Fix led polarity

 arch/arm/boot/dts/am437x-gp-evm.dts             |  2 +-
 arch/arm/boot/dts/am437x-idk-evm.dts            |  2 +-
 arch/arm/boot/dts/am437x-sk-evm.dts             |  4 ++--
 arch/arm/boot/dts/am571x-idk.dts                |  4 ++--
 arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi |  4 ++--
 arch/arm/boot/dts/am57xx-idk-common.dtsi        |  4 ++--
 arch/arm/boot/dts/bcm-hr2.dtsi                  |  6 +++---
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts        |  2 +-
 arch/arm/boot/dts/dm814x.dtsi                   |  2 +-
 arch/arm/boot/dts/imx6q-b450v3.dts              |  7 -------
 arch/arm/boot/dts/imx6q-b650v3.dts              |  7 -------
 arch/arm/boot/dts/imx6q-b850v3.dts              | 11 -----------
 arch/arm/boot/dts/imx6q-bx50v3.dtsi             | 15 +++++++++++++++
 arch/arm/boot/dts/mmp3-dell-ariel.dts           | 12 ++++++------
 arch/arm/boot/dts/mmp3.dtsi                     |  8 +++-----
 arch/arm64/boot/dts/mediatek/mt8173.dtsi        |  4 ++--
 drivers/soc/mediatek/mtk-cmdq-helper.c          |  4 +++-
 17 files changed, 44 insertions(+), 54 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] 3+ messages in thread

* Re: [GIT PULL] ARM: SoC fixes for v5.7
  2020-05-29 22:24 ` Arnd Bergmann
  (?)
@ 2020-05-29 23:20 ` pr-tracker-bot
  -1 siblings, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2020-05-29 23:20 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Tony Lindgren, Linux Kernel Mailing List, Lubomir Rintel,
	SoC Team, Linus Torvalds, Linux ARM

The pull request you sent on Sat, 30 May 2020 00:24:13 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/86852175b016f0c6873dcbc24b93d12b7b246612

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] 3+ messages in thread

end of thread, other threads:[~2020-05-29 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29 22:24 [GIT PULL] ARM: SoC fixes for v5.7 Arnd Bergmann
2020-05-29 22:24 ` Arnd Bergmann
2020-05-29 23:20 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.