linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/7] dt-bindings: Changes for v5.9-rc1
@ 2020-07-17 16:12 Thierry Reding
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 9580a3532eee67d9d19de19f62c245655eabaca3:

  dt-bindings: fuse: tegra: Add missing compatible strings (2020-07-17 16:14:07 +0200)

Thanks,
Thierry

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

This adds compatible strings for some new devices as well as updates and
fixes existing bindings.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt-bindings: Add vendor prefix for Acer Inc.
      dt-bindings: ARM: tegra: Add Acer Iconia Tab A500
      dt-bindings: ARM: tegra: Add ASUS Google Nexus 7

Sowjanya Komatineni (1):
      dt-bindings: i2c: tegra: Document Tegra210 VI I2C clocks and power-domains

Thierry Reding (3):
      dt-bindings: tegra: Document Jetson Xavier NX (and devkit)
      dt-bindings: Add documentation for GV11B GPU
      dt-bindings: fuse: tegra: Add missing compatible strings

 Documentation/devicetree/bindings/arm/tegra.yaml   | 18 ++++++++++++++++
 .../bindings/fuse/nvidia,tegra20-fuse.txt          |  5 +++--
 .../devicetree/bindings/gpu/nvidia,gk20a.txt       | 25 ++++++++++++++++++++++
 .../devicetree/bindings/i2c/nvidia,tegra20-i2c.txt | 19 ++++++++++------
 .../devicetree/bindings/vendor-prefixes.yaml       |  2 ++
 5 files changed, 61 insertions(+), 8 deletions(-)

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

* [GIT PULL 2/7] firmware: tegra: Changes for v5.9-rc1
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2020-07-17 16:12   ` Thierry Reding
  2020-07-17 16:12   ` [GIT PULL 3/7] memory: " Thierry Reding
                     ` (4 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4e87189912bd2167998d82c95bb68f73185069e2:

  firmware: tegra: Update BPMP ABI (2020-07-14 18:03:45 +0200)

Thanks,
Thierry

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

This has a few cleanups and the addition of a new mechanism to query
debug information from the BPMP.

----------------------------------------------------------------
Jon Hunter (4):
      firmware: tegra: Use consistent return variable name
      firmware: tegra: Prepare for supporting in-band debugfs
      firmware: tegra: Add support for in-band debug
      firmware: tegra: Update BPMP ABI

Timo Alho (1):
      firmware: tegra: Add return code checks and increase debugfs size

 drivers/firmware/tegra/bpmp-debugfs.c | 436 ++++++++++++++--
 drivers/firmware/tegra/bpmp.c         |   6 +-
 include/soc/tegra/bpmp-abi.h          | 913 +++++++++++++++++++++++-----------
 3 files changed, 1038 insertions(+), 317 deletions(-)

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

* [GIT PULL 3/7] memory: tegra: Changes for v5.9-rc1
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2020-07-17 16:12   ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
@ 2020-07-17 16:12   ` Thierry Reding
  2020-07-17 16:12   ` [GIT PULL 4/7] soc/tegra: " Thierry Reding
                     ` (3 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-memory

for you to fetch changes up to 46c019239fb263922d2881847dd6b614c814d867:

  memory: tegra: Add Tegra132 compatible string match (2020-07-15 11:55:21 +0200)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v5.9-rc1

This contains the Tegra210 EMC frequency scaling support that didn't
make it into v5.8. In addition there are a couple of cleanups and minor
fixes.

----------------------------------------------------------------
Arnd Bergmann (1):
      memory: tegra: Avoid unused function warnings

Christophe JAILLET (1):
      memory: tegra: Fix an error handling path in tegra186_emc_probe()

Dan Carpenter (1):
      memory: tegra: Delete some dead code

Dmitry Osipenko (3):
      memory: tegra: Make debugfs permissions human-readable
      memory: tegra20-emc: Poll EMC-CaR handshake instead of waiting for interrupt
      memory: tegra30-emc: Poll EMC-CaR handshake instead of waiting for interrupt

Geert Uytterhoeven (1):
      memory: tegra: Drop <linux/clk-provider.h>

Jon Hunter (1):
      memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194

Joseph Lo (2):
      memory: tegra: Add EMC scaling support code for Tegra210
      memory: tegra: Add EMC scaling sequence code for Tegra210

Thierry Reding (2):
      memory: tegra: Support derated timings on Tegra210
      memory: tegra: Add Tegra132 compatible string match

 drivers/memory/tegra/Kconfig                  |   14 +
 drivers/memory/tegra/Makefile                 |    4 +
 drivers/memory/tegra/mc.h                     |    1 +
 drivers/memory/tegra/tegra124-emc.c           |    7 +-
 drivers/memory/tegra/tegra186-emc.c           |   25 +-
 drivers/memory/tegra/tegra186.c               |    4 +-
 drivers/memory/tegra/tegra20-emc.c            |   34 +-
 drivers/memory/tegra/tegra210-emc-cc-r21021.c | 1775 +++++++++++++++++++++
 drivers/memory/tegra/tegra210-emc-core.c      | 2100 +++++++++++++++++++++++++
 drivers/memory/tegra/tegra210-emc-table.c     |   90 ++
 drivers/memory/tegra/tegra210-emc.h           | 1016 ++++++++++++
 drivers/memory/tegra/tegra210-mc.h            |   50 +
 drivers/memory/tegra/tegra30-emc.c            |  122 +-
 13 files changed, 5130 insertions(+), 112 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra210-emc-cc-r21021.c
 create mode 100644 drivers/memory/tegra/tegra210-emc-core.c
 create mode 100644 drivers/memory/tegra/tegra210-emc-table.c
 create mode 100644 drivers/memory/tegra/tegra210-emc.h
 create mode 100644 drivers/memory/tegra/tegra210-mc.h

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

* [GIT PULL 4/7] soc/tegra: Changes for v5.9-rc1
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2020-07-17 16:12   ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
  2020-07-17 16:12   ` [GIT PULL 3/7] memory: " Thierry Reding
@ 2020-07-17 16:12   ` Thierry Reding
  2020-07-17 16:12   ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
                     ` (2 subsequent siblings)
  5 siblings, 0 replies; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to eb8bb7abbb0b22238b844578970f14fa982fc2b0:

  soc/tegra: fuse: Fix typo in APB MISC warning (2020-07-17 15:47:35 +0200)

Thanks,
Thierry

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

This adds missing SoC IDs for Tegra186 and Tegra194 and fixes a typo in
a warning message.

----------------------------------------------------------------
Sandipan Patra (1):
      soc/tegra: fuse: Add Tegra186 and Tegra194 SoC IDs

Thierry Reding (1):
      soc/tegra: fuse: Fix typo in APB MISC warning

 drivers/soc/tegra/fuse/tegra-apbmisc.c | 2 +-
 include/soc/tegra/fuse.h               | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

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

* [GIT PULL 5/7] ARM: tegra: Device tree changes for v5.9-rc1
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                     ` (2 preceding siblings ...)
  2020-07-17 16:12   ` [GIT PULL 4/7] soc/tegra: " Thierry Reding
@ 2020-07-17 16:12   ` Thierry Reding
       [not found]     ` <20200717161300.1661002-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2020-07-17 16:12   ` [GIT PULL 6/7] ARM: tegra: Default configuration " Thierry Reding
  2020-07-17 16:13   ` [GIT PULL 7/7] arm64: tegra: Device tree " Thierry Reding
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2720008f4239cf36d57b8d0b3cb2a49d4368a378:

  ARM: tegra: Add device-tree for ASUS Google Nexus 7 (2020-07-16 14:21:31 +0200)

Thanks,
Thierry

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

This adds device trees for the ASUS Google Nexus 7 and Acer Iconia Tab
A500. In addition there are a slew of fixes to existing device trees in
preparation for validating the DTBs against json-schema.

----------------------------------------------------------------
Dmitry Osipenko (2):
      ARM: tegra: Add device-tree for Acer Iconia Tab A500
      ARM: tegra: Add device-tree for ASUS Google Nexus 7

Thierry Reding (36):
      ARM: tegra: Add missing clock-names for SDHCI on Tegra114
      ARM: tegra: Remove simple clocks bus
      ARM: tegra: Remove simple regulators bus
      ARM: tegra: Remove battery-name property
      ARM: tegra: roth: Use the correct DSI/CSI supply
      ARM: tegra: tn7: Use the correct DSI/CSI supply
      ARM: tegra: Do not mark host1x as simple bus
      ARM: tegra: Add missing host1x properties
      ARM: tegra: gr2d is not backwards-compatible
      ARM: tegra: gr3d is not backwards-compatible
      ARM: tegra: The Tegra114 DC is not backwards-compatible
      ARM: tegra: Drop display controller parent clocks on Tegra124
      ARM: tegra: Rename sdhci nodes to mmc
      ARM: tegra: Tegra114 SDHCI is not backwards-compatible
      ARM: tegra: Add missing #phy-cells property to USB PHYs
      ARM: tegra: Add missing #sound-dai-cells property to codecs
      ARM: tegra: Use standard name for Ethernet devices
      ARM: tegra: Use proper tuple notation
      ARM: tegra: Add micro-USB A/B port on Jetson TK1
      ARM: tegra: Add missing panel power supplies
      ARM: tegra: Add #reset-cells to Tegra124 memory controller
      ARM: tegra: Fix order of XUSB controller clocks
      ARM: tegra: Add missing clock-names for SDHCI controllers
      ARM: tegra: Use proper unit-addresses for OPPs
      ARM: tegra: medcom-wide: Remove extra panel power supply
      ARM: tegra: Use numeric unit-addresses
      ARM: tegra: Use standard names for LED nodes
      ARM: tegra: seaboard: Use standard battery bindings
      ARM: tegra: Use standard names for SRAM nodes
      ARM: tegra: Add parent clock to DSI output
      ARM: tegra: Remove spurious comma from node name
      ARM: tegra: The Tegra30 DC is not backwards-compatible
      ARM: tegra: The Tegra30 SDHCI is not backwards-compatible
      ARM: tegra: Add i2c-bus subnode for DPAUX controllers
      ARM: tegra: Add missing DSI controller on Tegra30
      ARM: tegra: Add HDMI supplies on Nyan boards

 arch/arm/boot/dts/Makefile                         |    4 +
 arch/arm/boot/dts/tegra114-dalmore.dts             |  149 +-
 arch/arm/boot/dts/tegra114-roth.dts                |  141 +-
 arch/arm/boot/dts/tegra114-tn7.dts                 |   84 +-
 arch/arm/boot/dts/tegra114.dtsi                    |   48 +-
 arch/arm/boot/dts/tegra124-apalis-eval.dts         |    4 +-
 arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts    |    4 +-
 arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi        |    5 +-
 arch/arm/boot/dts/tegra124-apalis.dtsi             |    5 +-
 arch/arm/boot/dts/tegra124-jetson-tk1.dts          |  263 ++--
 arch/arm/boot/dts/tegra124-nyan-big.dts            |    3 +-
 arch/arm/boot/dts/tegra124-nyan-blaze.dts          |    1 +
 arch/arm/boot/dts/tegra124-nyan.dtsi               |  283 ++--
 arch/arm/boot/dts/tegra124-venice2.dts             |  284 ++--
 arch/arm/boot/dts/tegra124.dtsi                    |   59 +-
 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts    | 1438 ++++++++++++++++++
 arch/arm/boot/dts/tegra20-colibri-eval-v3.dts      |    2 +-
 arch/arm/boot/dts/tegra20-colibri-iris.dts         |    2 +-
 arch/arm/boot/dts/tegra20-cpu-opp-microvolt.dtsi   |   98 +-
 arch/arm/boot/dts/tegra20-cpu-opp.dtsi             |   98 +-
 arch/arm/boot/dts/tegra20-harmony.dts              |  140 +-
 arch/arm/boot/dts/tegra20-medcom-wide.dts          |   68 +-
 arch/arm/boot/dts/tegra20-paz00.dts                |   61 +-
 arch/arm/boot/dts/tegra20-plutux.dts               |   66 +-
 arch/arm/boot/dts/tegra20-seaboard.dts             |  152 +-
 arch/arm/boot/dts/tegra20-tamonten.dtsi            |   39 +-
 arch/arm/boot/dts/tegra20-tec.dts                  |   66 +-
 arch/arm/boot/dts/tegra20-trimslice.dts            |  104 +-
 arch/arm/boot/dts/tegra20-ventana.dts              |  106 +-
 arch/arm/boot/dts/tegra20.dtsi                     |   91 +-
 arch/arm/boot/dts/tegra30-apalis-eval.dts          |    4 +-
 arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts     |    8 +-
 arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi         |    5 +-
 arch/arm/boot/dts/tegra30-apalis.dtsi              |    5 +-
 .../boot/dts/tegra30-asus-nexus7-grouper-E1565.dts |    9 +
 .../boot/dts/tegra30-asus-nexus7-grouper-PM269.dts |    9 +
 .../dts/tegra30-asus-nexus7-grouper-common.dtsi    | 1232 +++++++++++++++
 .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi    |  185 +++
 ...tegra30-asus-nexus7-grouper-memory-timings.dtsi | 1565 ++++++++++++++++++++
 .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi   |  149 ++
 arch/arm/boot/dts/tegra30-asus-nexus7-grouper.dtsi |  149 ++
 .../boot/dts/tegra30-asus-nexus7-tilapia-E1565.dts |    9 +
 ...tegra30-asus-nexus7-tilapia-memory-timings.dtsi |  325 ++++
 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi |  235 +++
 arch/arm/boot/dts/tegra30-beaver.dts               |  212 ++-
 arch/arm/boot/dts/tegra30-cardhu-a02.dts           |  128 +-
 arch/arm/boot/dts/tegra30-cardhu-a04.dts           |  149 +-
 arch/arm/boot/dts/tegra30-cardhu.dtsi              |  280 ++--
 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts      |    2 +-
 arch/arm/boot/dts/tegra30-colibri.dtsi             |    5 +-
 arch/arm/boot/dts/tegra30-cpu-opp-microvolt.dtsi   |  398 ++---
 arch/arm/boot/dts/tegra30-cpu-opp.dtsi             |  398 ++---
 arch/arm/boot/dts/tegra30.dtsi                     |  117 +-
 53 files changed, 7251 insertions(+), 2195 deletions(-)
 create mode 100644 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-E1565.dts
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-PM269.dts
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-maxim-pmic.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-memory-timings.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia-E1565.dts
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia-memory-timings.dtsi
 create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi

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

* [GIT PULL 6/7] ARM: tegra: Default configuration changes for v5.9-rc1
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                     ` (3 preceding siblings ...)
  2020-07-17 16:12   ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
@ 2020-07-17 16:12   ` Thierry Reding
       [not found]     ` <20200717161300.1661002-6-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2020-07-17 16:13   ` [GIT PULL 7/7] arm64: tegra: Device tree " Thierry Reding
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:12 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3a3cb021b0380e2cbf7e1d158c37402874b54a9a:

  ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500 (2020-07-16 14:22:41 +0200)

Thanks,
Thierry

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

Enables a few new configuration options that are useful on the new Nexus
7 and Acer A500 devices, as well as the userspace CPU frequency governor
that's mainly used for testing.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500

Jon Hunter (1):
      ARM: tegra: Enable CPUFREQ userspace governor

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

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

* [GIT PULL 7/7] arm64: tegra: Device tree changes for v5.9-rc1
       [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                     ` (4 preceding siblings ...)
  2020-07-17 16:12   ` [GIT PULL 6/7] ARM: tegra: Default configuration " Thierry Reding
@ 2020-07-17 16:13   ` Thierry Reding
  5 siblings, 0 replies; 12+ messages in thread
From: Thierry Reding @ 2020-07-17 16:13 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Thierry Reding, Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hi ARM SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0f134e39ae651ff3b77c44de387ee1c49d63e99b:

  arm64: tegra: Add the GPU on Tegra194 (2020-07-17 16:14:17 +0200)

Thanks,
Thierry

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

This contains a slew of fixes in preparation for validating device trees
against json-schema bindings. In addition, this enables the CPU complex
(for CPU frequency scaling) and GPU on Tegra194.

----------------------------------------------------------------
Jon Hunter (3):
      arm64: tegra: Add support for Jetson Xavier NX
      arm64: tegra: Enable DFLL support on Jetson Nano
      arm64: tegra: Populate VBUS for USB3 on Jetson TX2

Sowjanya Komatineni (3):
      arm64: tegra: jetson-tx1: Add camera supplies
      arm64: tegra: Enable Tegra VI CSI support for Jetson Nano
      arm64: tegra: Add missing clocks and power-domains to Tegra210 VI I2C

Sumit Gupta (1):
      arm64: tegra: Add compatible string for Tegra194 CPU complex

Thierry Reding (48):
      arm64: tegra: Add missing #phy-cells property on Jetson TX2
      arm64: tegra: Add missing #phy-cells property on Jetson AGX Xavier
      arm64: tegra: Fix #address-cells/#size-cells for SRAM on Tegra186
      arm64: tegra: Use standard notation for interrupts
      arm64: tegra: Remove extra compatible for Tegra194 SDHCI
      arm64: tegra: Remove extra compatible for Tegra210 SDHCI
      arm64: tegra: Describe interconnect paths on Tegra186
      arm64: tegra: Describe interconnect paths on Tegra194
      arm64: tegra: Add interrupt for Tegra194 memory controller
      arm64: tegra: Add Tegra132 compatible string for host1x
      arm64: tegra: Add interrupt-names for host1x
      arm64: tegra: Remove parent clock from display controllers
      arm64: tegra: Fixup I/O and PLL supply names for HDMI/DP
      arm64: tegra: Add unit-address to memory node
      arm64: tegra: Rename sdhci nodes to mmc
      arm64: tegra: Enable XUSB on Norrin
      arm64: tegra: Remove undocumented battery-name property
      arm64: tegra: Remove simple clocks bus
      arm64: tegra: Remove simple regulators bus
      arm64: tegra: norrin: Add missing panel power supply
      arm64: tegra: Use proper tuple notation
      arm64: tegra: Do not mark host1x as simple bus
      arm64: tegra: Use sor0_out clock on Tegra132
      arm64: tegra: Tegra132 EMC is not compatible with Tegra124
      arm64: tegra: Add missing #phy-cells property to USB PHYs
      arm64: tegra: Remove unneeded power supplies
      arm64: tegra: Update USB connector nodes
      arm64: tegra: Use standard EEPROM properties
      arm64: tegra: Remove XUSB pad controller interrupt from XUSB node
      arm64: tegra: Fix {clock,reset}-names ordering
      arm64: tegra: Do not mark display hub as simple bus
      arm64: tegra: Use standard names for SRAM nodes
      arm64: tegra: Remove unused interrupts from Tegra194 AON GPIO
      arm64: tegra: Fix indentation in Tegra132 device tree
      arm64: tegra: Fix indentation in Tegra194 device tree
      arm64: tegra: Rename agic -> interrupt-controller
      arm64: tegra: Various fixes for PMICs
      arm64: tegra: Sort nodes by unit-address on Jetson Nano
      arm64: tegra: Rename cbb@0 to bus@0 on Tegra194
      arm64: tegra: Fix order of XUSB controller clocks
      arm64: tegra: Remove spurious tabs
      arm64: tegra: Sort aliases alphabetically
      arm64: tegra: Add i2c-bus subnode for DPAUX controllers
      arm64: tegra: Fix compatible string for DPAUX on Tegra210
      arm64: tegra: Add clocks and resets for ISP on Tegra210
      arm64: tegra: Add #{address,size}-cells for VI I2C on Tegra210
      arm64: tegra: Add HDMI supplies on Norrin
      arm64: tegra: Add the GPU on Tegra194

Vidya Sagar (1):
      arm64: tegra: Re-order PCIe aperture mappings

 arch/arm64/boot/dts/nvidia/Makefile                |   1 +
 arch/arm64/boot/dts/nvidia/tegra132-norrin.dts     | 399 +++++++++++---------
 arch/arm64/boot/dts/nvidia/tegra132.dtsi           | 205 ++++++++--
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 111 +++---
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |  80 ++--
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 124 ++++--
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     | 125 +++----
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |  16 +-
 .../dts/nvidia/tegra194-p3509-0000+p3668-0000.dts  | 331 ++++++++++++++++
 .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 290 +++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 280 +++++++++-----
 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi     |  46 +--
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |   6 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi     |  19 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     | 330 ++++++++--------
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi     | 414 ++++++++++-----------
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 277 ++++++++------
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      | 171 ++++-----
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  72 ++--
 19 files changed, 2107 insertions(+), 1190 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dts
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi

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

* Re: [GIT PULL 5/7] ARM: tegra: Device tree changes for v5.9-rc1
       [not found]     ` <20200717161300.1661002-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2020-07-17 19:20       ` Arnd Bergmann
  0 siblings, 0 replies; 12+ messages in thread
From: Arnd Bergmann @ 2020-07-17 19:20 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Jul 17, 2020 at 6:13 PM Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> Hi ARM SoC maintainers,
>
> The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
>
>   Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-arm-dt
>
> for you to fetch changes up to 2720008f4239cf36d57b8d0b3cb2a49d4368a378:
>
>   ARM: tegra: Add device-tree for ASUS Google Nexus 7 (2020-07-16 14:21:31 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v5.9-rc1
>
> This adds device trees for the ASUS Google Nexus 7 and Acer Iconia Tab
> A500. In addition there are a slew of fixes to existing device trees in
> preparation for validating the DTBs against json-schema.
>
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       ARM: tegra: Add device-tree for Acer Iconia Tab A500
>       ARM: tegra: Add device-tree for ASUS Google Nexus 7
>

Nice, maybe I can put my Nexus 7 into use again now ;-)

      Arnd

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

* Re: [GIT PULL 6/7] ARM: tegra: Default configuration changes for v5.9-rc1
       [not found]     ` <20200717161300.1661002-6-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2020-07-17 19:24       ` Arnd Bergmann
       [not found]         ` <CAK8P3a1niUF7xK_bmz=8NJbRGxs7iFzNnRgRS9H=bXpMqarsWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Arnd Bergmann @ 2020-07-17 19:24 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM, Dmitry Osipenko

On Fri, Jul 17, 2020 at 6:13 PM Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> ARM: tegra: Default configuration changes for v5.9-rc1
>
> Enables a few new configuration options that are useful on the new Nexus
> 7 and Acer A500 devices, as well as the userspace CPU frequency governor
> that's mainly used for testing.

I've pulled all the other branches, but I'm a little bit wary about
this one since
Dmitry's patch enables a number of options that would increase the kernel
size, and I see no indication that it has been reviewed by anyone else.

I think the changes all make sense, but I would prefer to have a wider
audience for that patch and get some Acks. If you like, you can send the
tegra specific changes in a new pull request in the meantime, and then
send the remaining additions to the usual suspects as an RFC, with
Cc:soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, so I can apply it later if everyone is happy enough
with it.

      Arnd

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

* Re: [GIT PULL 6/7] ARM: tegra: Default configuration changes for v5.9-rc1
       [not found]         ` <CAK8P3a1niUF7xK_bmz=8NJbRGxs7iFzNnRgRS9H=bXpMqarsWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2020-07-17 20:13           ` Dmitry Osipenko
       [not found]             ` <a6f83a03-3a8f-47d0-6770-fe0e2595cde5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Dmitry Osipenko @ 2020-07-17 20:13 UTC (permalink / raw)
  To: Arnd Bergmann, Thierry Reding
  Cc: arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

17.07.2020 22:24, Arnd Bergmann пишет:
> On Fri, Jul 17, 2020 at 6:13 PM Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> ARM: tegra: Default configuration changes for v5.9-rc1
>>
>> Enables a few new configuration options that are useful on the new Nexus
>> 7 and Acer A500 devices, as well as the userspace CPU frequency governor
>> that's mainly used for testing.
> 
> I've pulled all the other branches, but I'm a little bit wary about
> this one since
> Dmitry's patch enables a number of options that would increase the kernel
> size, and I see no indication that it has been reviewed by anyone else.
> 
> I think the changes all make sense, but I would prefer to have a wider
> audience for that patch and get some Acks. If you like, you can send the
> tegra specific changes in a new pull request in the meantime, and then
> send the remaining additions to the usual suspects as an RFC, with
> Cc:soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, so I can apply it later if everyone is happy enough
> with it.

Hello, Arnd!

But these are already the tegra specific changes. The patch changes
tegra_defconfig and not the multi_v7_defconfig.

Could you please clarify from whom would you expect to get more Acks if
not from the tegra maintainers?

In practice nobody uses upstream defconfig as-is, it's only used as
initial template. So I'm not sure why tegra-kernel size makes you to
worry. Could you please explain?

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

* Re: [GIT PULL 6/7] ARM: tegra: Default configuration changes for v5.9-rc1
       [not found]             ` <a6f83a03-3a8f-47d0-6770-fe0e2595cde5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2020-07-17 20:23               ` Arnd Bergmann
       [not found]                 ` <CAK8P3a3nSYfotK=0ZL9XqeMi-v0nqxFZnFKy4OAbvnc9qzN8Xw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Arnd Bergmann @ 2020-07-17 20:23 UTC (permalink / raw)
  To: Dmitry Osipenko
  Cc: Thierry Reding, arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Jul 17, 2020 at 10:13 PM Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> 17.07.2020 22:24, Arnd Bergmann пишет:
> > On Fri, Jul 17, 2020 at 6:13 PM Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> >> ARM: tegra: Default configuration changes for v5.9-rc1
> >>
> >> Enables a few new configuration options that are useful on the new Nexus
> >> 7 and Acer A500 devices, as well as the userspace CPU frequency governor
> >> that's mainly used for testing.
> >
> > I've pulled all the other branches, but I'm a little bit wary about
> > this one since
> > Dmitry's patch enables a number of options that would increase the kernel
> > size, and I see no indication that it has been reviewed by anyone else.
> >
> > I think the changes all make sense, but I would prefer to have a wider
> > audience for that patch and get some Acks. If you like, you can send the
> > tegra specific changes in a new pull request in the meantime, and then
> > send the remaining additions to the usual suspects as an RFC, with
> > Cc:soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, so I can apply it later if everyone is happy enough
> > with it.
>
> Hello, Arnd!
>
> But these are already the tegra specific changes. The patch changes
> tegra_defconfig and not the multi_v7_defconfig.
>
> Could you please clarify from whom would you expect to get more Acks if
> not from the tegra maintainers?
>
> In practice nobody uses upstream defconfig as-is, it's only used as
> initial template. So I'm not sure why tegra-kernel size makes you to
> worry. Could you please explain?

It was a mistake on my end, for some reason I thought you were
changing the arm64 defconfig, which does not have per-platform
files.

The patch is good, and I'll pull the branch as soon as I get to it
(it's a bit late for today).

      Arnd

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

* Re: [GIT PULL 6/7] ARM: tegra: Default configuration changes for v5.9-rc1
       [not found]                 ` <CAK8P3a3nSYfotK=0ZL9XqeMi-v0nqxFZnFKy4OAbvnc9qzN8Xw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2020-07-17 20:25                   ` Dmitry Osipenko
  0 siblings, 0 replies; 12+ messages in thread
From: Dmitry Osipenko @ 2020-07-17 20:25 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Thierry Reding, arm-soc, SoC Team, Jon Hunter,
	open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

17.07.2020 23:23, Arnd Bergmann пишет:
> On Fri, Jul 17, 2020 at 10:13 PM Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> 17.07.2020 22:24, Arnd Bergmann пишет:
>>> On Fri, Jul 17, 2020 at 6:13 PM Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>>>> ARM: tegra: Default configuration changes for v5.9-rc1
>>>>
>>>> Enables a few new configuration options that are useful on the new Nexus
>>>> 7 and Acer A500 devices, as well as the userspace CPU frequency governor
>>>> that's mainly used for testing.
>>>
>>> I've pulled all the other branches, but I'm a little bit wary about
>>> this one since
>>> Dmitry's patch enables a number of options that would increase the kernel
>>> size, and I see no indication that it has been reviewed by anyone else.
>>>
>>> I think the changes all make sense, but I would prefer to have a wider
>>> audience for that patch and get some Acks. If you like, you can send the
>>> tegra specific changes in a new pull request in the meantime, and then
>>> send the remaining additions to the usual suspects as an RFC, with
>>> Cc:soc-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, so I can apply it later if everyone is happy enough
>>> with it.
>>
>> Hello, Arnd!
>>
>> But these are already the tegra specific changes. The patch changes
>> tegra_defconfig and not the multi_v7_defconfig.
>>
>> Could you please clarify from whom would you expect to get more Acks if
>> not from the tegra maintainers?
>>
>> In practice nobody uses upstream defconfig as-is, it's only used as
>> initial template. So I'm not sure why tegra-kernel size makes you to
>> worry. Could you please explain?
> 
> It was a mistake on my end, for some reason I thought you were
> changing the arm64 defconfig, which does not have per-platform
> files.
> 
> The patch is good, and I'll pull the branch as soon as I get to it
> (it's a bit late for today).

Awesome, thank you!

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

end of thread, other threads:[~2020-07-17 20:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 16:12 [GIT PULL 1/7] dt-bindings: Changes for v5.9-rc1 Thierry Reding
     [not found] ` <20200717161300.1661002-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 16:12   ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
2020-07-17 16:12   ` [GIT PULL 3/7] memory: " Thierry Reding
2020-07-17 16:12   ` [GIT PULL 4/7] soc/tegra: " Thierry Reding
2020-07-17 16:12   ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
     [not found]     ` <20200717161300.1661002-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 19:20       ` Arnd Bergmann
2020-07-17 16:12   ` [GIT PULL 6/7] ARM: tegra: Default configuration " Thierry Reding
     [not found]     ` <20200717161300.1661002-6-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 19:24       ` Arnd Bergmann
     [not found]         ` <CAK8P3a1niUF7xK_bmz=8NJbRGxs7iFzNnRgRS9H=bXpMqarsWg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-07-17 20:13           ` Dmitry Osipenko
     [not found]             ` <a6f83a03-3a8f-47d0-6770-fe0e2595cde5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-17 20:23               ` Arnd Bergmann
     [not found]                 ` <CAK8P3a3nSYfotK=0ZL9XqeMi-v0nqxFZnFKy4OAbvnc9qzN8Xw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2020-07-17 20:25                   ` Dmitry Osipenko
2020-07-17 16:13   ` [GIT PULL 7/7] arm64: tegra: Device tree " Thierry Reding

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