All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, soc@kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC fixes for v5.13
Date: Sun, 6 Jun 2021 12:27:24 -0700	[thread overview]
Message-ID: <20210606192724.GA7363@lx2k> (raw)

Hi Linus,

The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-fixes-v5.13-2

for you to fetch changes up to b9c112f2c223ce50ef6579c9825a62813b205de4:

  Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/fixes (2021-06-05 15:43:48 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 5.13

A set of fixes that have been coming in over the last few weeks, the
usual mix of fixes:

 - DT fixups for TI K3
 - SATA drive detection fix for TI DRA7
 - Power management fixes and a few build warning removals for OMAP
 - OP-TEE fix to use standard API for UUID exporting
 - DT fixes for a handful of i.MX boards
 ... plus a few other smaller items

----------------------------------------------------------------
Fabio Estevam (3):
      ARM: imx: pm-imx27: Include "common.h"
      ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property
      ARM: dts: imx7d-pico: Fix the 'tuning-step' property

Geert Uytterhoeven (1):
      ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells

Jens Wiklander (1):
      optee: use export_uuid() to copy client UUID

Jerome Brunet (1):
      arm64: meson: select COMMON_CLK

Lucas Stach (2):
      arm64: dts: zii-ultra: remove second GEN_3V3 regulator instance
      arm64: dts: zii-ultra: fix 12V_MAIN voltage

Maciej Falkowski (3):
      ARM: OMAP1: Fix use of possibly uninitialized irq variable
      ARM: OMAP1: isp1301-omap: Add missing gpiod_add_lookup_table function
      ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_power

Marek Vasut (1):
      ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators

Michael Walle (3):
      arm64: dts: ls1028a: fix memory node
      arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
      arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage

Michal Vokáč (1):
      ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch

Nishanth Menon (6):
      arm64: dts: ti: k3-*: Rename the TI-SCI clocks node name
      arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node
      arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc node
      arm64: dts: ti: k3-*: Rename the TI-SCI node
      arm64: dts: ti: k3-am65|j721e|am64: Map the dma / navigator subsystem via explicit ranges
      arm64: dts: ti: k3*: Introduce reg definition for interrupt routers

Olof Johansson (6):
      Merge tag 'imx-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes
      Merge tag 'omap-for-v5.13/fixes-sata' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'omap-for-v5.13/fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/fixes

Qiheng Lin (1):
      soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()

Tomi Valkeinen (1):
      arm64: dts: ti: k3-am654-base-board: remove ov5640

Tony Lindgren (5):
      bus: ti-sysc: Fix missing quirk flags for sata
      Merge branch 'omap-for-v5.13/ti-sysc' into fixes
      Merge branch 'fixes-rc1' into fixes
      bus: ti-sysc: Fix am335x resume hang for usb otg module
      bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_act

Vignesh Raghavendra (1):
      arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent

Yongqiang Liu (1):
      ARM: OMAP2+: Fix build warning when mmc_omap is not built

 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi         |  6 ++-
 arch/arm/boot/dts/imx6q-dhcom-som.dtsi             | 12 +++++
 arch/arm/boot/dts/imx6qdl-emcon-avari.dtsi         |  2 +-
 arch/arm/boot/dts/imx7d-meerkat96.dts              |  2 +-
 arch/arm/boot/dts/imx7d-pico.dtsi                  |  2 +-
 arch/arm/mach-imx/pm-imx27.c                       |  1 +
 arch/arm/mach-omap1/board-ams-delta.c              | 14 -----
 arch/arm/mach-omap1/board-h2.c                     |  4 +-
 arch/arm/mach-omap1/pm.c                           | 10 ++--
 arch/arm/mach-omap2/board-n8x0.c                   |  2 +-
 arch/arm64/Kconfig.platforms                       |  1 +
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  3 +-
 .../freescale/fsl-ls1028a-kontron-sl28-var4.dts    |  5 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  4 +-
 .../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts   | 10 ++--
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 23 +++------
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi           | 11 ++--
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi            |  3 +-
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi           | 10 ++--
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi            |  4 +-
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         | 13 ++---
 arch/arm64/boot/dts/ti/k3-am654-base-board.dts     | 31 -----------
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi          |  8 ++-
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi    |  7 +--
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          | 10 ++--
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi    | 11 ++--
 drivers/bus/ti-sysc.c                              | 60 +++++++++++++++++++---
 drivers/soc/amlogic/meson-clk-measure.c            |  4 +-
 drivers/tee/optee/call.c                           |  6 ++-
 drivers/tee/optee/optee_msg.h                      |  6 ++-
 include/linux/platform_data/ti-sysc.h              |  1 +
 31 files changed, 160 insertions(+), 126 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, soc@kernel.org, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC fixes for v5.13
Date: Sun, 6 Jun 2021 12:27:24 -0700	[thread overview]
Message-ID: <20210606192724.GA7363@lx2k> (raw)
Message-ID: <20210606192724.1oX-8YAkd18_8j3X4xaLWUvyXQ6E2v7rn572zH2DelY@z> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 5979 bytes --]

Hi Linus,

The following changes since commit c4681547bcce777daf576925a966ffa824edd09d:

  Linux 5.13-rc3 (2021-05-23 11:42:48 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-fixes-v5.13-2

for you to fetch changes up to b9c112f2c223ce50ef6579c9825a62813b205de4:

  Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/fixes (2021-06-05 15:43:48 -0700)

----------------------------------------------------------------
ARM: SoC fixes for 5.13

A set of fixes that have been coming in over the last few weeks, the
usual mix of fixes:

 - DT fixups for TI K3
 - SATA drive detection fix for TI DRA7
 - Power management fixes and a few build warning removals for OMAP
 - OP-TEE fix to use standard API for UUID exporting
 - DT fixes for a handful of i.MX boards
 ... plus a few other smaller items

----------------------------------------------------------------
Fabio Estevam (3):
      ARM: imx: pm-imx27: Include "common.h"
      ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property
      ARM: dts: imx7d-pico: Fix the 'tuning-step' property

Geert Uytterhoeven (1):
      ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells

Jens Wiklander (1):
      optee: use export_uuid() to copy client UUID

Jerome Brunet (1):
      arm64: meson: select COMMON_CLK

Lucas Stach (2):
      arm64: dts: zii-ultra: remove second GEN_3V3 regulator instance
      arm64: dts: zii-ultra: fix 12V_MAIN voltage

Maciej Falkowski (3):
      ARM: OMAP1: Fix use of possibly uninitialized irq variable
      ARM: OMAP1: isp1301-omap: Add missing gpiod_add_lookup_table function
      ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_power

Marek Vasut (1):
      ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators

Michael Walle (3):
      arm64: dts: ls1028a: fix memory node
      arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
      arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage

Michal Vokáč (1):
      ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch

Nishanth Menon (6):
      arm64: dts: ti: k3-*: Rename the TI-SCI clocks node name
      arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI node
      arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc node
      arm64: dts: ti: k3-*: Rename the TI-SCI node
      arm64: dts: ti: k3-am65|j721e|am64: Map the dma / navigator subsystem via explicit ranges
      arm64: dts: ti: k3*: Introduce reg definition for interrupt routers

Olof Johansson (6):
      Merge tag 'imx-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
      Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/fixes
      Merge tag 'omap-for-v5.13/fixes-sata' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'omap-for-v5.13/fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/fixes
      Merge tag 'optee-fix-for-v5.13' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
      Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux into arm/fixes

Qiheng Lin (1):
      soc: amlogic: meson-clk-measure: remove redundant dev_err call in meson_msr_probe()

Tomi Valkeinen (1):
      arm64: dts: ti: k3-am654-base-board: remove ov5640

Tony Lindgren (5):
      bus: ti-sysc: Fix missing quirk flags for sata
      Merge branch 'omap-for-v5.13/ti-sysc' into fixes
      Merge branch 'fixes-rc1' into fixes
      bus: ti-sysc: Fix am335x resume hang for usb otg module
      bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_act

Vignesh Raghavendra (1):
      arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent

Yongqiang Liu (1):
      ARM: OMAP2+: Fix build warning when mmc_omap is not built

 arch/arm/boot/dts/imx6dl-yapp4-common.dtsi         |  6 ++-
 arch/arm/boot/dts/imx6q-dhcom-som.dtsi             | 12 +++++
 arch/arm/boot/dts/imx6qdl-emcon-avari.dtsi         |  2 +-
 arch/arm/boot/dts/imx7d-meerkat96.dts              |  2 +-
 arch/arm/boot/dts/imx7d-pico.dtsi                  |  2 +-
 arch/arm/mach-imx/pm-imx27.c                       |  1 +
 arch/arm/mach-omap1/board-ams-delta.c              | 14 -----
 arch/arm/mach-omap1/board-h2.c                     |  4 +-
 arch/arm/mach-omap1/pm.c                           | 10 ++--
 arch/arm/mach-omap2/board-n8x0.c                   |  2 +-
 arch/arm64/Kconfig.platforms                       |  1 +
 .../freescale/fsl-ls1028a-kontron-sl28-var1.dts    |  3 +-
 .../freescale/fsl-ls1028a-kontron-sl28-var4.dts    |  5 +-
 arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi     |  4 +-
 .../boot/dts/freescale/imx8mq-zii-ultra-rmb3.dts   | 10 ++--
 .../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 23 +++------
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi           | 11 ++--
 arch/arm64/boot/dts/ti/k3-am64-mcu.dtsi            |  3 +-
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi           | 10 ++--
 arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi            |  4 +-
 arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi         | 13 ++---
 arch/arm64/boot/dts/ti/k3-am654-base-board.dts     | 31 -----------
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi          |  8 ++-
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi    |  7 +--
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi          | 10 ++--
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi    | 11 ++--
 drivers/bus/ti-sysc.c                              | 60 +++++++++++++++++++---
 drivers/soc/amlogic/meson-clk-measure.c            |  4 +-
 drivers/tee/optee/call.c                           |  6 ++-
 drivers/tee/optee/optee_msg.h                      |  6 ++-
 include/linux/platform_data/ti-sysc.h              |  1 +
 31 files changed, 160 insertions(+), 126 deletions(-)


[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

             reply	other threads:[~2021-06-06 19:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-06 19:27 Olof Johansson [this message]
2021-06-06 19:27 ` [GIT PULL] ARM: SoC fixes for v5.13 Olof Johansson
2021-06-06 20:14 ` pr-tracker-bot
2021-06-06 20:14   ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210606192724.GA7363@lx2k \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.