soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1
@ 2020-11-27 14:43 Thierry Reding
  2020-11-27 14:43 ` Thierry Reding
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e36f9381420b28e1785d7900d4c1d9db6149cbcd:

  dt-bindings: bus: Convert ACONNECT doc to json-schema (2020-11-26 19:05:17 +0100)

Thanks,
Thierry

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

This contains a couple of conversions of bindings to json-schema, as
well as symbolic names for the various memory clients on Tegra20,
Tegra30 and Tegra124. There's also a couple of fixes for Tegra194
pinmux and ARM GIC bindings. Finally, a new vendor prefix is added
for Ouya and the Ouya game console compatible string is defined.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt-bindings: memory: tegra20: Add memory client IDs
      dt-bindings: memory: tegra30: Add memory client IDs
      dt-bindings: memory: tegra124: Add memory client IDs

Peter Geis (2):
      dt-bindings: Add vendor prefix for Ouya Inc.
      dt-bindings: ARM: tegra: Add Ouya game console

Sameer Pujar (3):
      dt-bindings: dma: Convert ADMA doc to json-schema
      dt-bindings: interrupt-controller: arm,gic: Update Tegra compatibles
      dt-bindings: bus: Convert ACONNECT doc to json-schema

Vidya Sagar (1):
      dt-bindings: Fix entry name for I/O High Voltage property

 Documentation/devicetree/bindings/arm/tegra.yaml   |  3 +
 .../bindings/bus/nvidia,tegra210-aconnect.txt      | 44 ----------
 .../bindings/bus/nvidia,tegra210-aconnect.yaml     | 82 ++++++++++++++++++
 .../bindings/dma/nvidia,tegra210-adma.txt          | 56 ------------
 .../bindings/dma/nvidia,tegra210-adma.yaml         | 99 ++++++++++++++++++++++
 .../bindings/interrupt-controller/arm,gic.yaml     |  9 +-
 .../bindings/pinctrl/nvidia,tegra194-pinmux.txt    |  2 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
 include/dt-bindings/memory/tegra124-mc.h           | 68 +++++++++++++++
 include/dt-bindings/memory/tegra20-mc.h            | 53 ++++++++++++
 include/dt-bindings/memory/tegra30-mc.h            | 67 +++++++++++++++
 11 files changed, 383 insertions(+), 102 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.txt
 create mode 100644 Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.txt
 create mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml

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

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

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e36f9381420b28e1785d7900d4c1d9db6149cbcd:

  dt-bindings: bus: Convert ACONNECT doc to json-schema (2020-11-26 19:05:17 +0100)

Thanks,
Thierry

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

This contains a couple of conversions of bindings to json-schema, as
well as symbolic names for the various memory clients on Tegra20,
Tegra30 and Tegra124. There's also a couple of fixes for Tegra194
pinmux and ARM GIC bindings. Finally, a new vendor prefix is added
for Ouya and the Ouya game console compatible string is defined.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt-bindings: memory: tegra20: Add memory client IDs
      dt-bindings: memory: tegra30: Add memory client IDs
      dt-bindings: memory: tegra124: Add memory client IDs

Peter Geis (2):
      dt-bindings: Add vendor prefix for Ouya Inc.
      dt-bindings: ARM: tegra: Add Ouya game console

Sameer Pujar (3):
      dt-bindings: dma: Convert ADMA doc to json-schema
      dt-bindings: interrupt-controller: arm,gic: Update Tegra compatibles
      dt-bindings: bus: Convert ACONNECT doc to json-schema

Vidya Sagar (1):
      dt-bindings: Fix entry name for I/O High Voltage property

 Documentation/devicetree/bindings/arm/tegra.yaml   |  3 +
 .../bindings/bus/nvidia,tegra210-aconnect.txt      | 44 ----------
 .../bindings/bus/nvidia,tegra210-aconnect.yaml     | 82 ++++++++++++++++++
 .../bindings/dma/nvidia,tegra210-adma.txt          | 56 ------------
 .../bindings/dma/nvidia,tegra210-adma.yaml         | 99 ++++++++++++++++++++++
 .../bindings/interrupt-controller/arm,gic.yaml     |  9 +-
 .../bindings/pinctrl/nvidia,tegra194-pinmux.txt    |  2 +-
 .../devicetree/bindings/vendor-prefixes.yaml       |  2 +
 include/dt-bindings/memory/tegra124-mc.h           | 68 +++++++++++++++
 include/dt-bindings/memory/tegra20-mc.h            | 53 ++++++++++++
 include/dt-bindings/memory/tegra30-mc.h            | 67 +++++++++++++++
 11 files changed, 383 insertions(+), 102 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.txt
 create mode 100644 Documentation/devicetree/bindings/bus/nvidia,tegra210-aconnect.yaml
 delete mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.txt
 create mode 100644 Documentation/devicetree/bindings/dma/nvidia,tegra210-adma.yaml

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

* [GIT PULL 2/6] soc/tegra: Changes for v5.11-rc1
  2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
  2020-11-27 14:43 ` Thierry Reding
@ 2020-11-27 14:43 ` Thierry Reding
  2020-11-27 14:43   ` Thierry Reding
  2020-11-27 14:43 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b9ce9b0f83b536a4ac7de7567a265d28d13e5bea:

  soc/tegra: fuse: Fix index bug in get_process_id (2020-11-19 11:43:49 +0100)

Thanks,
Thierry

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

This contains a couple of warning fixes and a fix for a mostly harmless
bug in the process ID retrieval code.

----------------------------------------------------------------
Lee Jones (2):
      soc: tegra: fuse: speedo-tegra124: Remove some set but unused variables
      soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variables

Nicolin Chen (1):
      soc/tegra: fuse: Fix index bug in get_process_id

 drivers/soc/tegra/fuse/speedo-tegra124.c | 21 ++++++---------------
 drivers/soc/tegra/fuse/speedo-tegra210.c |  8 ++------
 2 files changed, 8 insertions(+), 21 deletions(-)

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

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

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b9ce9b0f83b536a4ac7de7567a265d28d13e5bea:

  soc/tegra: fuse: Fix index bug in get_process_id (2020-11-19 11:43:49 +0100)

Thanks,
Thierry

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

This contains a couple of warning fixes and a fix for a mostly harmless
bug in the process ID retrieval code.

----------------------------------------------------------------
Lee Jones (2):
      soc: tegra: fuse: speedo-tegra124: Remove some set but unused variables
      soc: tegra: fuse: speedo-tegra210: Remove a group of set but unused variables

Nicolin Chen (1):
      soc/tegra: fuse: Fix index bug in get_process_id

 drivers/soc/tegra/fuse/speedo-tegra124.c | 21 ++++++---------------
 drivers/soc/tegra/fuse/speedo-tegra210.c |  8 ++------
 2 files changed, 8 insertions(+), 21 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] 15+ messages in thread

* [GIT PULL 3/6] firmware: tegra: Changes for v5.11-rc1
  2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
  2020-11-27 14:43 ` Thierry Reding
  2020-11-27 14:43 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
@ 2020-11-27 14:43 ` Thierry Reding
  2020-11-27 14:43   ` Thierry Reding
  2020-11-27 14:43 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9294996f0be40e9da818ed891c82397ab63c00d0:

  firmware: tegra: fix strncpy()/strncat() confusion (2020-11-10 20:15:17 +0100)

Thanks,
Thierry

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

Contains a single fix for a strncpy()/strncat() issue that some versions
of GCC are reporting.

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: tegra: fix strncpy()/strncat() confusion

 drivers/firmware/tegra/bpmp-debugfs.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

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

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

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9294996f0be40e9da818ed891c82397ab63c00d0:

  firmware: tegra: fix strncpy()/strncat() confusion (2020-11-10 20:15:17 +0100)

Thanks,
Thierry

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

Contains a single fix for a strncpy()/strncat() issue that some versions
of GCC are reporting.

----------------------------------------------------------------
Arnd Bergmann (1):
      firmware: tegra: fix strncpy()/strncat() confusion

 drivers/firmware/tegra/bpmp-debugfs.c | 6 +-----
 1 file changed, 1 insertion(+), 5 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] 15+ messages in thread

* [GIT PULL 4/6] ARM: tegra: Device tree changes for v5.11-rc1
  2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2020-11-27 14:43 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
@ 2020-11-27 14:43 ` Thierry Reding
  2020-11-27 14:43   ` Thierry Reding
  2020-11-27 14:43 ` [GIT PULL 5/6] arm64: " Thierry Reding
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d63250d7fd49503bac48099fcef24ba7985009a3:

  ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes (2020-11-26 19:08:39 +0100)

Note that this pull in a subset of the tegra-for-5.11-dt-bindings PR to
satisfy a build dependency on the memory client IDs used in some of the
patches from Dmitry in this set.

Thanks,
Thierry

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

This adds support for the Tegra30-based Ouya game console and enhances a
number of existing device trees. It also fixes a couple of minor issues
that were found during DT validation.

----------------------------------------------------------------
Dmitry Osipenko (19):
      dt-bindings: memory: tegra20: Add memory client IDs
      dt-bindings: memory: tegra30: Add memory client IDs
      dt-bindings: memory: tegra124: Add memory client IDs
      ARM: tegra: acer-a500: Correct thermal zone names
      ARM: tegra: acer-a500: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Correct thermal zone names
      ARM: tegra: nexus7: Improve CPU passive-cooling threshold
      ARM: tegra: nexus7: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Rename gpio-hog nodes
      ARM: tegra: nexus7: Use panel-lvds as the only panel compatible
      ARM: tegra: Correct EMC registers size in Tegra20 device-tree
      ARM: tegra: acer-a500: Add Embedded Controller
      ARM: tegra: Add interconnect properties to Tegra20 device-tree
      ARM: tegra: Add interconnect properties to Tegra30 device-tree
      ARM: tegra: Add interconnect properties to Tegra124 device-tree
      ARM: tegra: Add nvidia,memory-controller phandle to Tegra20 EMC device-tree
      ARM: tegra: Add EMC OPP properties to Tegra20 device-trees
      ARM: tegra: Add EMC OPP and ICC properties to Tegra30 EMC and ACTMON device-tree nodes
      ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes

Jon Hunter (1):
      ARM: tegra: Populate OPP table for Tegra20 Ventana

Nicolas Chauvet (2):
      ARM: tegra: Add missing gpu-throt-level to Tegra124 soctherm
      ARM: tegra: Add missing hot temperatures to Tegra124 thermal-zones

Peter Geis (1):
      ARM: tegra: Add device-tree for Ouya

Sowjanya Komatineni (1):
      ARM: tegra: Change order of SATA resets for Tegra124

Thierry Reding (3):
      Merge branch 'for-5.11/dt-bindings' into for-5.11/arm/dt
      ARM: tegra: Hook up edp interrupt on Tegra124 SOCTHERM
      ARM: tegra: Properly align clocks for SOCTHERM

 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/tegra124-apalis-emc.dtsi         |    8 +
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi     |    8 +
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi       |   10 +
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi     |   10 +
 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi    |  419 ++
 arch/arm/boot/dts/tegra124.dtsi                    |   54 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    |   27 +-
 arch/arm/boot/dts/tegra20-colibri.dtsi             |    4 +
 arch/arm/boot/dts/tegra20-paz00.dts                |    4 +
 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi     |  109 +
 arch/arm/boot/dts/tegra20-ventana.dts              |   11 +
 arch/arm/boot/dts/tegra20.dtsi                     |   33 +-
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    |   27 +-
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |    2 +-
 ...tegra30-asus-nexus7-grouper-memory-timings.dtsi |   12 +
 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi |    2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                 | 4519 ++++++++++++++++++++
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi     |  383 ++
 arch/arm/boot/dts/tegra30.dtsi                     |   33 +-
 include/dt-bindings/memory/tegra124-mc.h           |   68 +
 include/dt-bindings/memory/tegra20-mc.h            |   53 +
 include/dt-bindings/memory/tegra30-mc.h            |   67 +
 23 files changed, 5844 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-ouya.dts
 create mode 100644 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi

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

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

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d63250d7fd49503bac48099fcef24ba7985009a3:

  ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes (2020-11-26 19:08:39 +0100)

Note that this pull in a subset of the tegra-for-5.11-dt-bindings PR to
satisfy a build dependency on the memory client IDs used in some of the
patches from Dmitry in this set.

Thanks,
Thierry

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

This adds support for the Tegra30-based Ouya game console and enhances a
number of existing device trees. It also fixes a couple of minor issues
that were found during DT validation.

----------------------------------------------------------------
Dmitry Osipenko (19):
      dt-bindings: memory: tegra20: Add memory client IDs
      dt-bindings: memory: tegra30: Add memory client IDs
      dt-bindings: memory: tegra124: Add memory client IDs
      ARM: tegra: acer-a500: Correct thermal zone names
      ARM: tegra: acer-a500: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Correct thermal zone names
      ARM: tegra: nexus7: Improve CPU passive-cooling threshold
      ARM: tegra: nexus7: Add power-supply to lvds-encoder node
      ARM: tegra: nexus7: Rename gpio-hog nodes
      ARM: tegra: nexus7: Use panel-lvds as the only panel compatible
      ARM: tegra: Correct EMC registers size in Tegra20 device-tree
      ARM: tegra: acer-a500: Add Embedded Controller
      ARM: tegra: Add interconnect properties to Tegra20 device-tree
      ARM: tegra: Add interconnect properties to Tegra30 device-tree
      ARM: tegra: Add interconnect properties to Tegra124 device-tree
      ARM: tegra: Add nvidia,memory-controller phandle to Tegra20 EMC device-tree
      ARM: tegra: Add EMC OPP properties to Tegra20 device-trees
      ARM: tegra: Add EMC OPP and ICC properties to Tegra30 EMC and ACTMON device-tree nodes
      ARM: tegra: Add EMC OPP and ICC properties to Tegra124 EMC and ACTMON device-tree nodes

Jon Hunter (1):
      ARM: tegra: Populate OPP table for Tegra20 Ventana

Nicolas Chauvet (2):
      ARM: tegra: Add missing gpu-throt-level to Tegra124 soctherm
      ARM: tegra: Add missing hot temperatures to Tegra124 thermal-zones

Peter Geis (1):
      ARM: tegra: Add device-tree for Ouya

Sowjanya Komatineni (1):
      ARM: tegra: Change order of SATA resets for Tegra124

Thierry Reding (3):
      Merge branch 'for-5.11/dt-bindings' into for-5.11/arm/dt
      ARM: tegra: Hook up edp interrupt on Tegra124 SOCTHERM
      ARM: tegra: Properly align clocks for SOCTHERM

 arch/arm/boot/dts/Makefile                         |    3 +-
 arch/arm/boot/dts/tegra124-apalis-emc.dtsi         |    8 +
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi     |    8 +
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi       |   10 +
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi     |   10 +
 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi    |  419 ++
 arch/arm/boot/dts/tegra124.dtsi                    |   54 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    |   27 +-
 arch/arm/boot/dts/tegra20-colibri.dtsi             |    4 +
 arch/arm/boot/dts/tegra20-paz00.dts                |    4 +
 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi     |  109 +
 arch/arm/boot/dts/tegra20-ventana.dts              |   11 +
 arch/arm/boot/dts/tegra20.dtsi                     |   33 +-
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    |   27 +-
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |    2 +-
 ...tegra30-asus-nexus7-grouper-memory-timings.dtsi |   12 +
 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi |    2 +-
 arch/arm/boot/dts/tegra30-ouya.dts                 | 4519 ++++++++++++++++++++
 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi     |  383 ++
 arch/arm/boot/dts/tegra30.dtsi                     |   33 +-
 include/dt-bindings/memory/tegra124-mc.h           |   68 +
 include/dt-bindings/memory/tegra20-mc.h            |   53 +
 include/dt-bindings/memory/tegra30-mc.h            |   67 +
 23 files changed, 5844 insertions(+), 22 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra124-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra20-peripherals-opp.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-ouya.dts
 create mode 100644 arch/arm/boot/dts/tegra30-peripherals-opp.dtsi

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

* [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.11-rc1
  2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2020-11-27 14:43 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2020-11-27 14:43 ` Thierry Reding
  2020-11-27 14:43   ` Thierry Reding
  2020-11-27 19:44   ` Arnd Bergmann
  2020-11-27 14:43 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
  2020-11-27 17:10 ` [GIT PULL 1/6] dt-bindings: Changes " patchwork-bot+linux-soc
  6 siblings, 2 replies; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 48f6e195039486bc303118948f49a9873acc888f:

  arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering (2020-11-26 16:33:04 +0100)

Note that you've already pulled part of this earlier as fixes for
v5.10-rc6, but I've included the whole lot for completeness. Let me know
if that doesn't work for you and you'd rather have a completely separate
branch.

Thanks,
Thierry

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

These changes are mostly minor fixes across the board, but they also
enable PMUs on Tegra186 and enable SATA support on Jetson TX2.

----------------------------------------------------------------
Dipen Patel (1):
      arm64: tegra: Wrong AON HSP reg property size

JC Kuo (2):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1
      arm64: tegra: Add XUSB pad controller interrupt

Jon Hunter (3):
      arm64: tegra: Disable the ACONNECT for Jetson TX2
      arm64: tegra: Correct the UART for Jetson Xavier NX
      arm64: tegra: Fix Tegra234 VDK node names

Marc Zyngier (2):
      arm64: tegra: Add missing CPU PMUs on Tegra186
      arm64: tegra: Fix GIC400 missing GICH/GICV register regions

Nicolas Chauvet (3):
      arm64: tegra: Add missing hot temperatures to Tegra132 thermal-zones
      arm64: tegra: Add missing gpu-throt-level to Tegra210 soctherm
      arm64: tegra: Add missing hot temperatures to Tegra210 thermal-zones

Sameer Pujar (2):
      arm64: tegra: Rename ADMA device nodes for Tegra210
      arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering

Sowjanya Komatineni (2):
      arm64: tegra: Change order of SATA resets for Tegra132 and Tegra210
      arm64: tegra: Enable AHCI on Jetson TX2

Thierry Reding (1):
      arm64: tegra: Hook up edp interrupt on Tegra132 SOCTHERM

Vidya Sagar (1):
      arm64: tegra: Fix DT binding for IO High Voltage entry

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           | 20 +++++--
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 16 ++----
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 61 +++++++++++++++++++---
 .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 19 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     | 20 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           | 22 ++++++--
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |  6 +--
 11 files changed, 119 insertions(+), 53 deletions(-)

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

* [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.11-rc1
  2020-11-27 14:43 ` [GIT PULL 5/6] arm64: " Thierry Reding
@ 2020-11-27 14:43   ` Thierry Reding
  2020-11-27 19:44   ` Arnd Bergmann
  1 sibling, 0 replies; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 48f6e195039486bc303118948f49a9873acc888f:

  arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering (2020-11-26 16:33:04 +0100)

Note that you've already pulled part of this earlier as fixes for
v5.10-rc6, but I've included the whole lot for completeness. Let me know
if that doesn't work for you and you'd rather have a completely separate
branch.

Thanks,
Thierry

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

These changes are mostly minor fixes across the board, but they also
enable PMUs on Tegra186 and enable SATA support on Jetson TX2.

----------------------------------------------------------------
Dipen Patel (1):
      arm64: tegra: Wrong AON HSP reg property size

JC Kuo (2):
      arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1
      arm64: tegra: Add XUSB pad controller interrupt

Jon Hunter (3):
      arm64: tegra: Disable the ACONNECT for Jetson TX2
      arm64: tegra: Correct the UART for Jetson Xavier NX
      arm64: tegra: Fix Tegra234 VDK node names

Marc Zyngier (2):
      arm64: tegra: Add missing CPU PMUs on Tegra186
      arm64: tegra: Fix GIC400 missing GICH/GICV register regions

Nicolas Chauvet (3):
      arm64: tegra: Add missing hot temperatures to Tegra132 thermal-zones
      arm64: tegra: Add missing gpu-throt-level to Tegra210 soctherm
      arm64: tegra: Add missing hot temperatures to Tegra210 thermal-zones

Sameer Pujar (2):
      arm64: tegra: Rename ADMA device nodes for Tegra210
      arm64: tegra: Fix Tegra194 HDA {clock,reset}-names ordering

Sowjanya Komatineni (2):
      arm64: tegra: Change order of SATA resets for Tegra132 and Tegra210
      arm64: tegra: Enable AHCI on Jetson TX2

Thierry Reding (1):
      arm64: tegra: Hook up edp interrupt on Tegra132 SOCTHERM

Vidya Sagar (1):
      arm64: tegra: Fix DT binding for IO High Voltage entry

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           | 20 +++++--
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 16 ++----
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 61 +++++++++++++++++++---
 .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 19 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     | 20 +++----
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  2 +-
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           | 22 ++++++--
 arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts    |  6 +--
 11 files changed, 119 insertions(+), 53 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] 15+ messages in thread

* [GIT PULL 6/6] arm64: tegra: Default configuration changes for v5.11-rc1
  2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2020-11-27 14:43 ` [GIT PULL 5/6] arm64: " Thierry Reding
@ 2020-11-27 14:43 ` Thierry Reding
  2020-11-27 14:43   ` Thierry Reding
  2020-11-27 17:10 ` [GIT PULL 1/6] dt-bindings: Changes " patchwork-bot+linux-soc
  6 siblings, 1 reply; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 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 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.11-arm64-defconfig

for you to fetch changes up to 35552c7cb672d2cfd6c4aa2e28b15fdd12315555:

  arm64: defconfig: Enable Tegra234 support (2020-11-18 11:51:53 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration changes for v5.11-rc1

The Tegra234 VDK support that was introduced in v5.10-rc1 is now enabled
by default.

----------------------------------------------------------------
Thierry Reding (1):
      arm64: defconfig: Enable Tegra234 support

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL 6/6] arm64: tegra: Default configuration changes for v5.11-rc1
  2020-11-27 14:43 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
@ 2020-11-27 14:43   ` Thierry Reding
  0 siblings, 0 replies; 15+ messages in thread
From: Thierry Reding @ 2020-11-27 14:43 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.11-arm64-defconfig

for you to fetch changes up to 35552c7cb672d2cfd6c4aa2e28b15fdd12315555:

  arm64: defconfig: Enable Tegra234 support (2020-11-18 11:51:53 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration changes for v5.11-rc1

The Tegra234 VDK support that was introduced in v5.10-rc1 is now enabled
by default.

----------------------------------------------------------------
Thierry Reding (1):
      arm64: defconfig: Enable Tegra234 support

 arch/arm64/configs/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] 15+ messages in thread

* Re: [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1
  2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
                   ` (5 preceding siblings ...)
  2020-11-27 14:43 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
@ 2020-11-27 17:10 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 15+ messages in thread
From: patchwork-bot+linux-soc @ 2020-11-27 17:10 UTC (permalink / raw)
  To: Thierry Reding; +Cc: soc

Hello:

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

On Fri, 27 Nov 2020 15:43:24 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/6] dt-bindings: Changes for v5.11-rc1
    https://git.kernel.org/soc/soc/c/3f02c6a8280b
  - [GIT,PULL,2/6] soc/tegra: Changes for v5.11-rc1
    https://git.kernel.org/soc/soc/c/3afd2823c119
  - [GIT,PULL,3/6] firmware: tegra: Changes for v5.11-rc1
    https://git.kernel.org/soc/soc/c/85ccf83e5c5b
  - [GIT,PULL,4/6] ARM: tegra: Device tree changes for v5.11-rc1
    https://git.kernel.org/soc/soc/c/9c49a39c8cd7
  - [GIT,PULL,5/6] arm64: tegra: Device tree changes for v5.11-rc1
    https://git.kernel.org/soc/soc/c/914b8de3dd9e
  - [GIT,PULL,6/6] arm64: tegra: Default configuration changes for v5.11-rc1
    https://git.kernel.org/soc/soc/c/aa26d828df8f

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

* Re: [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.11-rc1
  2020-11-27 14:43 ` [GIT PULL 5/6] arm64: " Thierry Reding
  2020-11-27 14:43   ` Thierry Reding
@ 2020-11-27 19:44   ` Arnd Bergmann
  2020-11-27 19:44     ` Arnd Bergmann
  1 sibling, 1 reply; 15+ messages in thread
From: Arnd Bergmann @ 2020-11-27 19:44 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Nov 27, 2020 at 3:43 PM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> Note that you've already pulled part of this earlier as fixes for
> v5.10-rc6, but I've included the whole lot for completeness. Let me know
> if that doesn't work for you and you'd rather have a completely separate
> branch.

The way you did it works best in my opinion, as it helps with bisectability
and it avoids the backmerge of a later -rc into an existing branch.

     Arnd

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

* Re: [GIT PULL 5/6] arm64: tegra: Device tree changes for v5.11-rc1
  2020-11-27 19:44   ` Arnd Bergmann
@ 2020-11-27 19:44     ` Arnd Bergmann
  0 siblings, 0 replies; 15+ messages in thread
From: Arnd Bergmann @ 2020-11-27 19:44 UTC (permalink / raw)
  To: Thierry Reding
  Cc: open list:TEGRA ARCHITECTURE SUPPORT, SoC Team, arm-soc,
	Linux ARM, Jon Hunter

On Fri, Nov 27, 2020 at 3:43 PM Thierry Reding <thierry.reding@gmail.com> wrote:
>
> Note that you've already pulled part of this earlier as fixes for
> v5.10-rc6, but I've included the whole lot for completeness. Let me know
> if that doesn't work for you and you'd rather have a completely separate
> branch.

The way you did it works best in my opinion, as it helps with bisectability
and it avoids the backmerge of a later -rc into an existing branch.

     Arnd

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

end of thread, other threads:[~2020-11-27 19:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 14:43 [GIT PULL 1/6] dt-bindings: Changes for v5.11-rc1 Thierry Reding
2020-11-27 14:43 ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 4/6] ARM: tegra: Device tree changes " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 14:43 ` [GIT PULL 5/6] arm64: " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 19:44   ` Arnd Bergmann
2020-11-27 19:44     ` Arnd Bergmann
2020-11-27 14:43 ` [GIT PULL 6/6] arm64: tegra: Default configuration " Thierry Reding
2020-11-27 14:43   ` Thierry Reding
2020-11-27 17:10 ` [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).