soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: SoC fixes for v5.13
@ 2021-06-06 19:27 Olof Johansson
  2021-06-06 19:27 ` Olof Johansson
  2021-06-06 20:14 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Olof Johansson @ 2021-06-06 19:27 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-arm-kernel, linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 5978 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(-)

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

* [GIT PULL] ARM: SoC fixes for v5.13
  2021-06-06 19:27 [GIT PULL] ARM: SoC fixes for v5.13 Olof Johansson
@ 2021-06-06 19:27 ` Olof Johansson
  2021-06-06 20:14 ` pr-tracker-bot
  1 sibling, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2021-06-06 19:27 UTC (permalink / raw)
  To: torvalds; +Cc: olof, soc, arm, linux-arm-kernel, linux-kernel

[-- 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

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

* Re: [GIT PULL] ARM: SoC fixes for v5.13
  2021-06-06 19:27 [GIT PULL] ARM: SoC fixes for v5.13 Olof Johansson
  2021-06-06 19:27 ` Olof Johansson
@ 2021-06-06 20:14 ` pr-tracker-bot
  2021-06-06 20:14   ` pr-tracker-bot
  1 sibling, 1 reply; 4+ messages in thread
From: pr-tracker-bot @ 2021-06-06 20:14 UTC (permalink / raw)
  To: Olof Johansson; +Cc: torvalds, olof, soc, arm, linux-arm-kernel, linux-kernel

The pull request you sent on Sun, 6 Jun 2021 12:27:24 -0700:

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

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

Thank you!

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

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

* Re: [GIT PULL] ARM: SoC fixes for v5.13
  2021-06-06 20:14 ` pr-tracker-bot
@ 2021-06-06 20:14   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-06-06 20:14 UTC (permalink / raw)
  To: Olof Johansson; +Cc: torvalds, olof, soc, arm, linux-arm-kernel, linux-kernel

The pull request you sent on Sun, 6 Jun 2021 12:27:24 -0700:

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

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

Thank you!

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

_______________________________________________
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:[~2021-06-06 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 19:27 [GIT PULL] ARM: SoC fixes for v5.13 Olof Johansson
2021-06-06 19:27 ` Olof Johansson
2021-06-06 20:14 ` pr-tracker-bot
2021-06-06 20:14   ` 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).