soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1
@ 2021-06-11 16:44 Thierry Reding
  2021-06-11 16:44 ` Thierry Reding
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-dt-bindings

for you to fetch changes up to 5f459cb0d67d6df6f74eac253ea10de9e9986812:

  dt-bindings: soc: tegra-pmc: Document core power domain (2021-06-01 13:45:01 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v5.14-rc1

This contains a conversion of the Tegra clock and reset controller
device tree bindings to the new json-schema format and adds the core
power domain to the PMC device tree bindings.

----------------------------------------------------------------
Dmitry Osipenko (2):
      dt-bindings: clock: tegra: Convert to schema
      dt-bindings: soc: tegra-pmc: Document core power domain

 .../bindings/arm/tegra/nvidia,tegra20-pmc.yaml     |  35 +++++++
 .../bindings/clock/nvidia,tegra114-car.txt         |  63 -----------
 .../bindings/clock/nvidia,tegra124-car.txt         | 107 -------------------
 .../bindings/clock/nvidia,tegra124-car.yaml        | 115 +++++++++++++++++++++
 .../bindings/clock/nvidia,tegra20-car.txt          |  63 -----------
 .../bindings/clock/nvidia,tegra20-car.yaml         |  69 +++++++++++++
 .../bindings/clock/nvidia,tegra210-car.txt         |  56 ----------
 .../bindings/clock/nvidia,tegra30-car.txt          |  63 -----------
 8 files changed, 219 insertions(+), 352 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra114-car.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra20-car.txt
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra20-car.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra210-car.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt

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

* [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
@ 2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-dt-bindings

for you to fetch changes up to 5f459cb0d67d6df6f74eac253ea10de9e9986812:

  dt-bindings: soc: tegra-pmc: Document core power domain (2021-06-01 13:45:01 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v5.14-rc1

This contains a conversion of the Tegra clock and reset controller
device tree bindings to the new json-schema format and adds the core
power domain to the PMC device tree bindings.

----------------------------------------------------------------
Dmitry Osipenko (2):
      dt-bindings: clock: tegra: Convert to schema
      dt-bindings: soc: tegra-pmc: Document core power domain

 .../bindings/arm/tegra/nvidia,tegra20-pmc.yaml     |  35 +++++++
 .../bindings/clock/nvidia,tegra114-car.txt         |  63 -----------
 .../bindings/clock/nvidia,tegra124-car.txt         | 107 -------------------
 .../bindings/clock/nvidia,tegra124-car.yaml        | 115 +++++++++++++++++++++
 .../bindings/clock/nvidia,tegra20-car.txt          |  63 -----------
 .../bindings/clock/nvidia,tegra20-car.yaml         |  69 +++++++++++++
 .../bindings/clock/nvidia,tegra210-car.txt         |  56 ----------
 .../bindings/clock/nvidia,tegra30-car.txt          |  63 -----------
 8 files changed, 219 insertions(+), 352 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra114-car.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.txt
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra124-car.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra20-car.txt
 create mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra20-car.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra210-car.txt
 delete mode 100644 Documentation/devicetree/bindings/clock/nvidia,tegra30-car.txt

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

* [GIT PULL 2/6] soc/tegra: Changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
  2021-06-11 16:44 ` Thierry Reding
@ 2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44   ` Thierry Reding
  2021-06-11 16:44 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 380d2b2d5a0491e47dfa250b40e3d849a922871d:

  regulator: core: Add regulator_sync_voltage_rdev() (2021-06-01 12:13:30 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-soc

for you to fetch changes up to e2d0ee225e49a5553986f3138dd2803852a31fd5:

  soc/tegra: fuse: Fix Tegra234-only builds (2021-06-11 13:31:01 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.14-rc1

These changes implement the core power domain for the PMC, and fix a
couple of minor issues as well as add stubs to help some drivers be
compile tested more easily.

----------------------------------------------------------------
Dmitry Osipenko (7):
      soc/tegra: regulators: Bump voltages on system reboot
      soc/tegra: Add stub for soc_is_tegra()
      soc/tegra: Add devm_tegra_core_dev_init_opp_table()
      soc/tegra: fuse: Add stubs needed for compile-testing
      soc/tegra: pmc: Add core power domain
      soc/tegra: pmc: Add driver state syncing
      soc/tegra: regulators: Support core domain state syncing

Thierry Reding (2):
      Merge branch 'for-5.14/regulator' into for-5.14/soc
      soc/tegra: fuse: Fix Tegra234-only builds

Yang Yingliang (1):
      soc/tegra: fuse: Don't return -ENOMEM when allocate lookups failed

 drivers/soc/tegra/Kconfig              |   2 +
 drivers/soc/tegra/common.c             |  97 ++++++++++++++++++++++
 drivers/soc/tegra/fuse/fuse-tegra.c    |   6 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c  |   3 +-
 drivers/soc/tegra/pmc.c                | 144 +++++++++++++++++++++++++++++++++
 drivers/soc/tegra/regulators-tegra20.c |  94 ++++++++++++++++++++-
 drivers/soc/tegra/regulators-tegra30.c |  93 ++++++++++++++++++++-
 include/soc/tegra/common.h             |  31 +++++++
 include/soc/tegra/fuse.h               |  20 ++++-
 include/soc/tegra/pmc.h                |   7 ++
 10 files changed, 485 insertions(+), 12 deletions(-)

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

* [GIT PULL 2/6] soc/tegra: Changes for v5.14-rc1
  2021-06-11 16:44 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
@ 2021-06-11 16:44   ` Thierry Reding
  0 siblings, 0 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 380d2b2d5a0491e47dfa250b40e3d849a922871d:

  regulator: core: Add regulator_sync_voltage_rdev() (2021-06-01 12:13:30 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-soc

for you to fetch changes up to e2d0ee225e49a5553986f3138dd2803852a31fd5:

  soc/tegra: fuse: Fix Tegra234-only builds (2021-06-11 13:31:01 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.14-rc1

These changes implement the core power domain for the PMC, and fix a
couple of minor issues as well as add stubs to help some drivers be
compile tested more easily.

----------------------------------------------------------------
Dmitry Osipenko (7):
      soc/tegra: regulators: Bump voltages on system reboot
      soc/tegra: Add stub for soc_is_tegra()
      soc/tegra: Add devm_tegra_core_dev_init_opp_table()
      soc/tegra: fuse: Add stubs needed for compile-testing
      soc/tegra: pmc: Add core power domain
      soc/tegra: pmc: Add driver state syncing
      soc/tegra: regulators: Support core domain state syncing

Thierry Reding (2):
      Merge branch 'for-5.14/regulator' into for-5.14/soc
      soc/tegra: fuse: Fix Tegra234-only builds

Yang Yingliang (1):
      soc/tegra: fuse: Don't return -ENOMEM when allocate lookups failed

 drivers/soc/tegra/Kconfig              |   2 +
 drivers/soc/tegra/common.c             |  97 ++++++++++++++++++++++
 drivers/soc/tegra/fuse/fuse-tegra.c    |   6 +-
 drivers/soc/tegra/fuse/fuse-tegra30.c  |   3 +-
 drivers/soc/tegra/pmc.c                | 144 +++++++++++++++++++++++++++++++++
 drivers/soc/tegra/regulators-tegra20.c |  94 ++++++++++++++++++++-
 drivers/soc/tegra/regulators-tegra30.c |  93 ++++++++++++++++++++-
 include/soc/tegra/common.h             |  31 +++++++
 include/soc/tegra/fuse.h               |  20 ++++-
 include/soc/tegra/pmc.h                |   7 ++
 10 files changed, 485 insertions(+), 12 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] 13+ messages in thread

* [GIT PULL 3/6] firmware: tegra: Changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
  2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
@ 2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44   ` Thierry Reding
  2021-06-11 16:44 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-firmware

for you to fetch changes up to bd778b893963d67d7eb01f49d84ffcd3eaf229dd:

  firmware: tegra: bpmp: Fix Tegra234-only builds (2021-06-11 13:31:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v5.14-rc1

These changes contain two minor fixes for the Tegra BPMP driver.

----------------------------------------------------------------
Thierry Reding (1):
      firmware: tegra: bpmp: Fix Tegra234-only builds

Zhen Lei (1):
      firmware: tegra: Fix error return code in tegra210_bpmp_init()

 drivers/firmware/tegra/Makefile        | 1 +
 drivers/firmware/tegra/bpmp-private.h  | 3 ++-
 drivers/firmware/tegra/bpmp-tegra210.c | 2 +-
 drivers/firmware/tegra/bpmp.c          | 3 ++-
 4 files changed, 6 insertions(+), 3 deletions(-)

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

* [GIT PULL 3/6] firmware: tegra: Changes for v5.14-rc1
  2021-06-11 16:44 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
@ 2021-06-11 16:44   ` Thierry Reding
  0 siblings, 0 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-firmware

for you to fetch changes up to bd778b893963d67d7eb01f49d84ffcd3eaf229dd:

  firmware: tegra: bpmp: Fix Tegra234-only builds (2021-06-11 13:31:51 +0200)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v5.14-rc1

These changes contain two minor fixes for the Tegra BPMP driver.

----------------------------------------------------------------
Thierry Reding (1):
      firmware: tegra: bpmp: Fix Tegra234-only builds

Zhen Lei (1):
      firmware: tegra: Fix error return code in tegra210_bpmp_init()

 drivers/firmware/tegra/Makefile        | 1 +
 drivers/firmware/tegra/bpmp-private.h  | 3 ++-
 drivers/firmware/tegra/bpmp-tegra210.c | 2 +-
 drivers/firmware/tegra/bpmp.c          | 3 ++-
 4 files changed, 6 insertions(+), 3 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] 13+ messages in thread

* [GIT PULL 4/6] ARM: tegra: Device tree changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2021-06-11 16:44 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
@ 2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44   ` Thierry Reding
  2021-06-11 16:44 ` [GIT PULL 5/6] ARM: tegra: Default configuration " Thierry Reding
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-arm-dt

for you to fetch changes up to 4c101a4466983abe7798493ef17279cc3f8eb028:

  ARM: tegra: ouya: Enable memory frequency thermal throttling using ACTMON (2021-05-31 11:40:29 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.14-rc1

This contains various improvements (such as microphone detection and
thermal zones) for some older Tegra devices (such as the Nexus 7 or
the Acer A500).

----------------------------------------------------------------
Dmitry Osipenko (13):
      ARM: tegra: acer-a500: Improve microphone detection
      ARM: tegra: acer-a500: Specify proper voltage for WiFi SDIO bus
      ARM: tegra: acer-a500: Bump thermal trips by 10C
      ARM: tegra: Add reg property to Tegra20 EMC table device-tree nodes
      ARM: tegra: wm8903: Fix polarity of headphones-detection GPIO in device-trees
      ARM: tegra: paz00: Add CPU thermal zone
      ARM: tegra: nexus7: Add i2c-thermtrip node
      ARM: tegra: nexus7: Improve thermal zones
      ARM: tegra: nexus7: Remove monitored-battery property
      ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant
      ARM: tegra: Add cooling cells to ACTMON device-tree node
      ARM: tegra: nexus7: Enable memory frequency thermal throttling using ACTMON
      ARM: tegra: ouya: Enable memory frequency thermal throttling using ACTMON

 arch/arm/boot/dts/tegra124.dtsi                    |  3 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    | 21 +++++++----
 arch/arm/boot/dts/tegra20-harmony.dts              |  2 +-
 arch/arm/boot/dts/tegra20-medcom-wide.dts          |  2 +-
 arch/arm/boot/dts/tegra20-paz00.dts                | 43 +++++++++++++++++++++-
 arch/arm/boot/dts/tegra20-plutux.dts               |  2 +-
 arch/arm/boot/dts/tegra20-seaboard.dts             |  2 +-
 arch/arm/boot/dts/tegra20-tec.dts                  |  2 +-
 arch/arm/boot/dts/tegra20-ventana.dts              |  2 +-
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    | 16 +++-----
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |  9 +++++
 .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi   | 11 +++++-
 arch/arm/boot/dts/tegra30-cardhu.dtsi              |  2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                 |  4 +-
 arch/arm/boot/dts/tegra30.dtsi                     |  3 +-
 15 files changed, 93 insertions(+), 31 deletions(-)

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

* [GIT PULL 4/6] ARM: tegra: Device tree changes for v5.14-rc1
  2021-06-11 16:44 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2021-06-11 16:44   ` Thierry Reding
  0 siblings, 0 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-arm-dt

for you to fetch changes up to 4c101a4466983abe7798493ef17279cc3f8eb028:

  ARM: tegra: ouya: Enable memory frequency thermal throttling using ACTMON (2021-05-31 11:40:29 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.14-rc1

This contains various improvements (such as microphone detection and
thermal zones) for some older Tegra devices (such as the Nexus 7 or
the Acer A500).

----------------------------------------------------------------
Dmitry Osipenko (13):
      ARM: tegra: acer-a500: Improve microphone detection
      ARM: tegra: acer-a500: Specify proper voltage for WiFi SDIO bus
      ARM: tegra: acer-a500: Bump thermal trips by 10C
      ARM: tegra: Add reg property to Tegra20 EMC table device-tree nodes
      ARM: tegra: wm8903: Fix polarity of headphones-detection GPIO in device-trees
      ARM: tegra: paz00: Add CPU thermal zone
      ARM: tegra: nexus7: Add i2c-thermtrip node
      ARM: tegra: nexus7: Improve thermal zones
      ARM: tegra: nexus7: Remove monitored-battery property
      ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant
      ARM: tegra: Add cooling cells to ACTMON device-tree node
      ARM: tegra: nexus7: Enable memory frequency thermal throttling using ACTMON
      ARM: tegra: ouya: Enable memory frequency thermal throttling using ACTMON

 arch/arm/boot/dts/tegra124.dtsi                    |  3 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    | 21 +++++++----
 arch/arm/boot/dts/tegra20-harmony.dts              |  2 +-
 arch/arm/boot/dts/tegra20-medcom-wide.dts          |  2 +-
 arch/arm/boot/dts/tegra20-paz00.dts                | 43 +++++++++++++++++++++-
 arch/arm/boot/dts/tegra20-plutux.dts               |  2 +-
 arch/arm/boot/dts/tegra20-seaboard.dts             |  2 +-
 arch/arm/boot/dts/tegra20-tec.dts                  |  2 +-
 arch/arm/boot/dts/tegra20-ventana.dts              |  2 +-
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    | 16 +++-----
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |  9 +++++
 .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi   | 11 +++++-
 arch/arm/boot/dts/tegra30-cardhu.dtsi              |  2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                 |  4 +-
 arch/arm/boot/dts/tegra30.dtsi                     |  3 +-
 15 files changed, 93 insertions(+), 31 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] 13+ messages in thread

* [GIT PULL 5/6] ARM: tegra: Default configuration changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2021-06-11 16:44 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44   ` Thierry Reding
  2021-06-11 16:44 ` [GIT PULL 6/6] arm64: tegra: Device tree " Thierry Reding
  2021-06-15 16:00 ` [GIT PULL 1/6] dt-bindings: Changes " patchwork-bot+linux-soc
  6 siblings, 1 reply; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-arm-defconfig

for you to fetch changes up to 4302331fdf4440b96dba583384a0e2b759cb13bd:

  ARM: tegra_defconfig: Enable CONFIG_DEVFREQ_THERMAL (2021-05-31 11:43:11 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration changes for v5.14-rc1

Enables the devfreq thermal support to allow using the devfreq device as
cooling device for the system.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra_defconfig: Enable CONFIG_DEVFREQ_THERMAL

 arch/arm/configs/tegra_defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 5/6] ARM: tegra: Default configuration changes for v5.14-rc1
  2021-06-11 16:44 ` [GIT PULL 5/6] ARM: tegra: Default configuration " Thierry Reding
@ 2021-06-11 16:44   ` Thierry Reding
  0 siblings, 0 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-arm-defconfig

for you to fetch changes up to 4302331fdf4440b96dba583384a0e2b759cb13bd:

  ARM: tegra_defconfig: Enable CONFIG_DEVFREQ_THERMAL (2021-05-31 11:43:11 +0200)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration changes for v5.14-rc1

Enables the devfreq thermal support to allow using the devfreq device as
cooling device for the system.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra_defconfig: Enable CONFIG_DEVFREQ_THERMAL

 arch/arm/configs/tegra_defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 6/6] arm64: tegra: Device tree changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2021-06-11 16:44 ` [GIT PULL 5/6] ARM: tegra: Default configuration " Thierry Reding
@ 2021-06-11 16:44 ` Thierry Reding
  2021-06-11 16:44   ` Thierry Reding
  2021-06-15 16:00 ` [GIT PULL 1/6] dt-bindings: Changes " patchwork-bot+linux-soc
  6 siblings, 1 reply; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-arm64-dt

for you to fetch changes up to c7289b1c8a4e10bbbdb7097a71a90652beb767a1:

  arm64: tegra: Enable SMMU support on Tegra194 (2021-06-11 13:33:46 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.14-rc1

Contains changes to consolidate audio card names, adds audio support on
Jetson Xavier NX and enables SMMU on Tegra194.

----------------------------------------------------------------
Jon Hunter (1):
      arm64: tegra: Add PMU node for Tegra194

Sameer Pujar (1):
      arm64: tegra: Audio graph sound card for Jetson Xavier NX

Thierry Reding (4):
      arm64: tegra: Consolidate audio card names
      arm64: tegra: Use correct compatible string for Tegra186 SMMU
      arm64: tegra: Hook up memory controller to SMMU on Tegra186
      arm64: tegra: Enable SMMU support on Tegra194

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |   4 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   4 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |   4 +-
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 595 ++++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 100 ++++
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |   2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |   2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |   4 +-
 8 files changed, 705 insertions(+), 10 deletions(-)

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

* [GIT PULL 6/6] arm64: tegra: Device tree changes for v5.14-rc1
  2021-06-11 16:44 ` [GIT PULL 6/6] arm64: tegra: Device tree " Thierry Reding
@ 2021-06-11 16:44   ` Thierry Reding
  0 siblings, 0 replies; 13+ messages in thread
From: Thierry Reding @ 2021-06-11 16:44 UTC (permalink / raw)
  To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-arm64-dt

for you to fetch changes up to c7289b1c8a4e10bbbdb7097a71a90652beb767a1:

  arm64: tegra: Enable SMMU support on Tegra194 (2021-06-11 13:33:46 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v5.14-rc1

Contains changes to consolidate audio card names, adds audio support on
Jetson Xavier NX and enables SMMU on Tegra194.

----------------------------------------------------------------
Jon Hunter (1):
      arm64: tegra: Add PMU node for Tegra194

Sameer Pujar (1):
      arm64: tegra: Audio graph sound card for Jetson Xavier NX

Thierry Reding (4):
      arm64: tegra: Consolidate audio card names
      arm64: tegra: Use correct compatible string for Tegra186 SMMU
      arm64: tegra: Hook up memory controller to SMMU on Tegra186
      arm64: tegra: Enable SMMU support on Tegra194

 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |   4 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |   4 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |   4 +-
 .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 595 ++++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 100 ++++
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |   2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |   2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |   4 +-
 8 files changed, 705 insertions(+), 10 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] 13+ messages in thread

* Re: [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1
  2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
                   ` (5 preceding siblings ...)
  2021-06-11 16:44 ` [GIT PULL 6/6] arm64: tegra: Device tree " Thierry Reding
@ 2021-06-15 16:00 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 13+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-15 16:00 UTC (permalink / raw)
  To: Thierry Reding; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Fri, 11 Jun 2021 18:44:32 +0200 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/6] dt-bindings: Changes for v5.14-rc1
    https://git.kernel.org/soc/soc/c/479011d4f22a
  - [GIT,PULL,2/6] soc/tegra: Changes for v5.14-rc1
    https://git.kernel.org/soc/soc/c/777cf27fb226
  - [GIT,PULL,3/6] firmware: tegra: Changes for v5.14-rc1
    https://git.kernel.org/soc/soc/c/5dad6db1c45c
  - [GIT,PULL,4/6] ARM: tegra: Device tree changes for v5.14-rc1
    https://git.kernel.org/soc/soc/c/8fb202c77fc6
  - [GIT,PULL,5/6] ARM: tegra: Default configuration changes for v5.14-rc1
    https://git.kernel.org/soc/soc/c/020b31abb7ad
  - [GIT,PULL,6/6] arm64: tegra: Device tree changes for v5.14-rc1
    https://git.kernel.org/soc/soc/c/d7fe0d42b5f9

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2021-06-15 16:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 16:44 [GIT PULL 1/6] dt-bindings: Changes for v5.14-rc1 Thierry Reding
2021-06-11 16:44 ` Thierry Reding
2021-06-11 16:44 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
2021-06-11 16:44   ` Thierry Reding
2021-06-11 16:44 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
2021-06-11 16:44   ` Thierry Reding
2021-06-11 16:44 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
2021-06-11 16:44   ` Thierry Reding
2021-06-11 16:44 ` [GIT PULL 5/6] ARM: tegra: Default configuration " Thierry Reding
2021-06-11 16:44   ` Thierry Reding
2021-06-11 16:44 ` [GIT PULL 6/6] arm64: tegra: Device tree " Thierry Reding
2021-06-11 16:44   ` Thierry Reding
2021-06-15 16:00 ` [GIT PULL 1/6] dt-bindings: Changes " patchwork-bot+linux-soc

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