All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/8] dt-bindings: Changes for v5.6-rc1
@ 2020-01-11  0:35 ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 720ad00eade9d08aabaf7b130fed1817252badf5:

  dt-bindings: memory: Add Tegra186 memory subsystem (2020-01-09 19:11:26 +0100)

Thanks,
Thierry

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

This contains a conversion of the Tegra124 EMC bindings to json-schema
as well as the addition of the bindings for the memory subsystem found
on Tegra186 and Tegra194.

----------------------------------------------------------------
Thierry Reding (4):
      dt-bindings: memory-controller: Convert Tegra124 EMC to json-schema
      dt-bindings: memory: Add Tegra186 memory client IDs
      dt-bindings: memory: Add Tegra194 memory controller header
      dt-bindings: memory: Add Tegra186 memory subsystem

 .../memory-controllers/nvidia,tegra124-emc.txt     | 374 ---------------
 .../memory-controllers/nvidia,tegra124-emc.yaml    | 528 +++++++++++++++++++++
 .../memory-controllers/nvidia,tegra186-mc.yaml     | 130 +++++
 include/dt-bindings/memory/tegra186-mc.h           | 139 ++++++
 include/dt-bindings/memory/tegra194-mc.h           | 410 ++++++++++++++++
 5 files changed, 1207 insertions(+), 374 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.yaml
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra186-mc.yaml
 create mode 100644 include/dt-bindings/memory/tegra194-mc.h

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

* [GIT PULL 1/8] dt-bindings: Changes for v5.6-rc1
@ 2020-01-11  0:35 ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 720ad00eade9d08aabaf7b130fed1817252badf5:

  dt-bindings: memory: Add Tegra186 memory subsystem (2020-01-09 19:11:26 +0100)

Thanks,
Thierry

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

This contains a conversion of the Tegra124 EMC bindings to json-schema
as well as the addition of the bindings for the memory subsystem found
on Tegra186 and Tegra194.

----------------------------------------------------------------
Thierry Reding (4):
      dt-bindings: memory-controller: Convert Tegra124 EMC to json-schema
      dt-bindings: memory: Add Tegra186 memory client IDs
      dt-bindings: memory: Add Tegra194 memory controller header
      dt-bindings: memory: Add Tegra186 memory subsystem

 .../memory-controllers/nvidia,tegra124-emc.txt     | 374 ---------------
 .../memory-controllers/nvidia,tegra124-emc.yaml    | 528 +++++++++++++++++++++
 .../memory-controllers/nvidia,tegra186-mc.yaml     | 130 +++++
 include/dt-bindings/memory/tegra186-mc.h           | 139 ++++++
 include/dt-bindings/memory/tegra194-mc.h           | 410 ++++++++++++++++
 5 files changed, 1207 insertions(+), 374 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra124-emc.yaml
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/nvidia,tegra186-mc.yaml
 create mode 100644 include/dt-bindings/memory/tegra194-mc.h

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

* [GIT PULL 2/8] bus: tegra: Changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35     ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.6-bus

for you to fetch changes up to 2f56acf818a08a9187ac8ec6e3d994fc13dc368d:

  bus: tegra-aconnect: Remove PM_CLK dependency (2020-01-10 12:31:24 +0100)

Thanks,
Thierry

----------------------------------------------------------------
bus: tegra: Changes for v5.6-rc1

Contains a single fix to remove a Kconfig dependency that's no longer
required.

----------------------------------------------------------------
Sameer Pujar (1):
      bus: tegra-aconnect: Remove PM_CLK dependency

 drivers/bus/Kconfig | 1 -
 1 file changed, 1 deletion(-)

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

* [GIT PULL 2/8] bus: tegra: Changes for v5.6-rc1
@ 2020-01-11  0:35     ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.6-bus

for you to fetch changes up to 2f56acf818a08a9187ac8ec6e3d994fc13dc368d:

  bus: tegra-aconnect: Remove PM_CLK dependency (2020-01-10 12:31:24 +0100)

Thanks,
Thierry

----------------------------------------------------------------
bus: tegra: Changes for v5.6-rc1

Contains a single fix to remove a Kconfig dependency that's no longer
required.

----------------------------------------------------------------
Sameer Pujar (1):
      bus: tegra-aconnect: Remove PM_CLK dependency

 drivers/bus/Kconfig | 1 -
 1 file changed, 1 deletion(-)

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

* [GIT PULL 3/8] memory: tegra: Changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35   ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5e5eca6644873da93f5a32904f43220380f34e88:

  memory: tegra30-emc: Correct error message for timed out auto calibration (2020-01-10 15:48:48 +0100)

Thanks,
Thierry

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

This adds a couple of fixes for the Tegra30 EMC frequency scaling code
and adds support for EMC frequency scaling on Tegra186 and later.

----------------------------------------------------------------
Dmitry Osipenko (3):
      memory: tegra30-emc: Firm up suspend/resume sequence
      memory: tegra30-emc: Firm up hardware programming sequence
      memory: tegra30-emc: Correct error message for timed out auto calibration

Nicolin Chen (1):
      memory: tegra: Correct reset value of xusb_hostr

Thierry Reding (10):
      memory: tegra: Refashion EMC debugfs interface on Tegra124
      memory: tegra: Implement EMC debugfs interface on Tegra20
      memory: tegra: Implement EMC debugfs interface on Tegra30
      memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186
      memory: tegra: Add per-SoC data for Tegra186
      memory: tegra: Extract memory client SID programming
      memory: tegra: Add system sleep support
      memory: tegra: Support DVFS on Tegra186 and later
      memory: tegra: Only include support for enabled SoCs
      memory: tegra: Add support for the Tegra194 memory controller

 drivers/memory/tegra/Makefile       |    3 +-
 drivers/memory/tegra/tegra124-emc.c |  185 ++++--
 drivers/memory/tegra/tegra186-emc.c |  293 ++++++++++
 drivers/memory/tegra/tegra186.c     | 1067 ++++++++++++++++++++++++++++++++++-
 drivers/memory/tegra/tegra20-emc.c  |  175 ++++++
 drivers/memory/tegra/tegra210.c     |    2 +-
 drivers/memory/tegra/tegra30-emc.c  |  352 +++++++++---
 7 files changed, 1928 insertions(+), 149 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra186-emc.c

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

* [GIT PULL 3/8] memory: tegra: Changes for v5.6-rc1
@ 2020-01-11  0:35   ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 5e5eca6644873da93f5a32904f43220380f34e88:

  memory: tegra30-emc: Correct error message for timed out auto calibration (2020-01-10 15:48:48 +0100)

Thanks,
Thierry

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

This adds a couple of fixes for the Tegra30 EMC frequency scaling code
and adds support for EMC frequency scaling on Tegra186 and later.

----------------------------------------------------------------
Dmitry Osipenko (3):
      memory: tegra30-emc: Firm up suspend/resume sequence
      memory: tegra30-emc: Firm up hardware programming sequence
      memory: tegra30-emc: Correct error message for timed out auto calibration

Nicolin Chen (1):
      memory: tegra: Correct reset value of xusb_hostr

Thierry Reding (10):
      memory: tegra: Refashion EMC debugfs interface on Tegra124
      memory: tegra: Implement EMC debugfs interface on Tegra20
      memory: tegra: Implement EMC debugfs interface on Tegra30
      memory: tegra: Rename tegra_mc to tegra186_mc on Tegra186
      memory: tegra: Add per-SoC data for Tegra186
      memory: tegra: Extract memory client SID programming
      memory: tegra: Add system sleep support
      memory: tegra: Support DVFS on Tegra186 and later
      memory: tegra: Only include support for enabled SoCs
      memory: tegra: Add support for the Tegra194 memory controller

 drivers/memory/tegra/Makefile       |    3 +-
 drivers/memory/tegra/tegra124-emc.c |  185 ++++--
 drivers/memory/tegra/tegra186-emc.c |  293 ++++++++++
 drivers/memory/tegra/tegra186.c     | 1067 ++++++++++++++++++++++++++++++++++-
 drivers/memory/tegra/tegra20-emc.c  |  175 ++++++
 drivers/memory/tegra/tegra210.c     |    2 +-
 drivers/memory/tegra/tegra30-emc.c  |  352 +++++++++---
 7 files changed, 1928 insertions(+), 149 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra186-emc.c

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

* [GIT PULL 4/8] soc: tegra: Changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35   ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 02676345e9b31ad8907af3755960e3cfef575f8d:

  soc/tegra: fuse: Unmap registers once they are not needed anymore (2020-01-10 15:59:43 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc: tegra: Changes for v5.6-rc1

This adds a couple of optimizations to how the chip ID and straps are
read and adds support for the FUSE block on Tegra194. Included is also a
small optimization for the coupled regulator driver to abort early if no
voltage change has occurred.

----------------------------------------------------------------
Dmitry Osipenko (6):
      soc/tegra: fuse: Add APB DMA dependency for Tegra20
      soc/tegra: regulators: Do nothing if voltage is unchanged
      soc/tegra: fuse: Cache values of straps and Chip ID registers
      soc/tegra: fuse: Warn if straps are not ready
      soc/tegra: fuse: Correct straps' address for older Tegra124 device trees
      soc/tegra: fuse: Unmap registers once they are not needed anymore

JC Kuo (1):
      soc/tegra: fuse: Add Tegra194 support

 drivers/soc/tegra/Kconfig              |  1 +
 drivers/soc/tegra/fuse/fuse-tegra.c    |  3 +++
 drivers/soc/tegra/fuse/fuse-tegra30.c  | 29 +++++++++++++++++++++++++++++
 drivers/soc/tegra/fuse/fuse.h          |  4 ++++
 drivers/soc/tegra/fuse/tegra-apbmisc.c | 34 ++++++++++++++++++++--------------
 drivers/soc/tegra/regulators-tegra20.c |  8 +++++++-
 drivers/soc/tegra/regulators-tegra30.c |  6 ++++++
 7 files changed, 70 insertions(+), 15 deletions(-)

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

* [GIT PULL 4/8] soc: tegra: Changes for v5.6-rc1
@ 2020-01-11  0:35   ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 02676345e9b31ad8907af3755960e3cfef575f8d:

  soc/tegra: fuse: Unmap registers once they are not needed anymore (2020-01-10 15:59:43 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc: tegra: Changes for v5.6-rc1

This adds a couple of optimizations to how the chip ID and straps are
read and adds support for the FUSE block on Tegra194. Included is also a
small optimization for the coupled regulator driver to abort early if no
voltage change has occurred.

----------------------------------------------------------------
Dmitry Osipenko (6):
      soc/tegra: fuse: Add APB DMA dependency for Tegra20
      soc/tegra: regulators: Do nothing if voltage is unchanged
      soc/tegra: fuse: Cache values of straps and Chip ID registers
      soc/tegra: fuse: Warn if straps are not ready
      soc/tegra: fuse: Correct straps' address for older Tegra124 device trees
      soc/tegra: fuse: Unmap registers once they are not needed anymore

JC Kuo (1):
      soc/tegra: fuse: Add Tegra194 support

 drivers/soc/tegra/Kconfig              |  1 +
 drivers/soc/tegra/fuse/fuse-tegra.c    |  3 +++
 drivers/soc/tegra/fuse/fuse-tegra30.c  | 29 +++++++++++++++++++++++++++++
 drivers/soc/tegra/fuse/fuse.h          |  4 ++++
 drivers/soc/tegra/fuse/tegra-apbmisc.c | 34 ++++++++++++++++++++--------------
 drivers/soc/tegra/regulators-tegra20.c |  8 +++++++-
 drivers/soc/tegra/regulators-tegra30.c |  6 ++++++
 7 files changed, 70 insertions(+), 15 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] 20+ messages in thread

* [GIT PULL 5/8] ARM: tegra: Core changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35   ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.6-arm-core

for you to fetch changes up to 9c65b8463f41f3a9edef97e3109752159d4c6a4b:

  ARM: tegra: Use clk_m CPU on Tegra124 LP1 resume (2020-01-08 12:58:46 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core changes for v5.6-rc1

Contains a couple of fixes for RAM repair on Tegra124.

----------------------------------------------------------------
Stephen Warren (3):
      ARM: tegra: Enable PLLP bypass during Tegra124 LP1
      ARM: tegra: Modify reshift divider during LP1
      ARM: tegra: Use clk_m CPU on Tegra124 LP1 resume

 arch/arm/mach-tegra/sleep-tegra30.S | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

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

* [GIT PULL 5/8] ARM: tegra: Core changes for v5.6-rc1
@ 2020-01-11  0:35   ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.6-arm-core

for you to fetch changes up to 9c65b8463f41f3a9edef97e3109752159d4c6a4b:

  ARM: tegra: Use clk_m CPU on Tegra124 LP1 resume (2020-01-08 12:58:46 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Core changes for v5.6-rc1

Contains a couple of fixes for RAM repair on Tegra124.

----------------------------------------------------------------
Stephen Warren (3):
      ARM: tegra: Enable PLLP bypass during Tegra124 LP1
      ARM: tegra: Modify reshift divider during LP1
      ARM: tegra: Use clk_m CPU on Tegra124 LP1 resume

 arch/arm/mach-tegra/sleep-tegra30.S | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 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] 20+ messages in thread

* [GIT PULL 6/8] ARM: tegra: Device tree changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35   ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 834f1d6cf3647e804e7a80569e42ee7fbee50eb1:

  ARM: dts: tegra20: paz00: Add memory timings (2020-01-10 15:41:54 +0100)

Thanks,
Thierry

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

This adds memory timings for the PAZ100 and does some minor cleanup for
the external memory controller device tree node on Tegra124.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: dts: tegra20: paz00: Add memory timings

Thierry Reding (2):
      ARM: tegra: Let the EMC hardware use the EMC clock
      ARM: tegra: Rename EMC on Tegra124

 arch/arm/boot/dts/tegra124-apalis-emc.dtsi     |  2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi |  2 +-
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi   |  2 +-
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi |  2 +-
 arch/arm/boot/dts/tegra124.dtsi                |  4 ++-
 arch/arm/boot/dts/tegra20-paz00.dts            | 46 ++++++++++++++++++++++++++
 6 files changed, 53 insertions(+), 5 deletions(-)

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

* [GIT PULL 6/8] ARM: tegra: Device tree changes for v5.6-rc1
@ 2020-01-11  0:35   ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 834f1d6cf3647e804e7a80569e42ee7fbee50eb1:

  ARM: dts: tegra20: paz00: Add memory timings (2020-01-10 15:41:54 +0100)

Thanks,
Thierry

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

This adds memory timings for the PAZ100 and does some minor cleanup for
the external memory controller device tree node on Tegra124.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: dts: tegra20: paz00: Add memory timings

Thierry Reding (2):
      ARM: tegra: Let the EMC hardware use the EMC clock
      ARM: tegra: Rename EMC on Tegra124

 arch/arm/boot/dts/tegra124-apalis-emc.dtsi     |  2 +-
 arch/arm/boot/dts/tegra124-jetson-tk1-emc.dtsi |  2 +-
 arch/arm/boot/dts/tegra124-nyan-big-emc.dtsi   |  2 +-
 arch/arm/boot/dts/tegra124-nyan-blaze-emc.dtsi |  2 +-
 arch/arm/boot/dts/tegra124.dtsi                |  4 ++-
 arch/arm/boot/dts/tegra20-paz00.dts            | 46 ++++++++++++++++++++++++++
 6 files changed, 53 insertions(+), 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] 20+ messages in thread

* [GIT PULL 7/8] arm64: tegra: Device tree changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35     ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f41f34ddcee679641ff7d177b37597844d82d634:

  arm64: tegra: Allow bootloader to configure Ethernet MAC on Jetson TX2 (2020-01-10 17:04:29 +0100)

Thanks,
Thierry

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

These patches do some cleanup to existing nodes, add the memory
subsystem on Tegra186 and Tegra194 as well as the FUSE and APB MISC
nodes on Tegra194. There are also a few additions to the Jetson Nano
device tree to enable additional features and the force recovery
button on the Jetson AGX Xavier now produces a key code that is
actually valid. Finally, an alias is added for the Ethernet card on
Jetson TX2 to allow firmware to find it and pass a MAC address via
device tree.

----------------------------------------------------------------
JC Kuo (1):
      arm64: tegra: Add fuse/apbmisc node on Tegra194

Peter Robinson (1):
      arm64: tegra: Allow bootloader to configure Ethernet MAC on Jetson TX2

Tamás Szűcs (2):
      arm64: tegra: Enable PWM fan on Jetson Nano
      arm64: tegra: Enable SDIO on Jetson Nano M.2 Key E

Thierry Reding (7):
      arm64: tegra: Let the EMC hardware use the EMC clock
      arm64: tegra: Rename EMC on Tegra132
      arm64: tegra: Add interrupt for memory controller on Tegra186
      arm64: tegra: Add external memory controller on Tegra186
      arm64: tegra: Add the memory subsystem on Tegra194
      arm64: tegra: Make XUSB node consistent with the rest
      arm64: tegra: Redefine force recovery key on Jetson AGX Xavier

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |  4 +-
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |  1 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 34 +++++++---
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |  4 ++
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 56 +++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 73 ++++++++++++++++++++++
 7 files changed, 164 insertions(+), 10 deletions(-)

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

* [GIT PULL 7/8] arm64: tegra: Device tree changes for v5.6-rc1
@ 2020-01-11  0:35     ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to f41f34ddcee679641ff7d177b37597844d82d634:

  arm64: tegra: Allow bootloader to configure Ethernet MAC on Jetson TX2 (2020-01-10 17:04:29 +0100)

Thanks,
Thierry

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

These patches do some cleanup to existing nodes, add the memory
subsystem on Tegra186 and Tegra194 as well as the FUSE and APB MISC
nodes on Tegra194. There are also a few additions to the Jetson Nano
device tree to enable additional features and the force recovery
button on the Jetson AGX Xavier now produces a key code that is
actually valid. Finally, an alias is added for the Ethernet card on
Jetson TX2 to allow firmware to find it and pass a MAC address via
device tree.

----------------------------------------------------------------
JC Kuo (1):
      arm64: tegra: Add fuse/apbmisc node on Tegra194

Peter Robinson (1):
      arm64: tegra: Allow bootloader to configure Ethernet MAC on Jetson TX2

Tamás Szűcs (2):
      arm64: tegra: Enable PWM fan on Jetson Nano
      arm64: tegra: Enable SDIO on Jetson Nano M.2 Key E

Thierry Reding (7):
      arm64: tegra: Let the EMC hardware use the EMC clock
      arm64: tegra: Rename EMC on Tegra132
      arm64: tegra: Add interrupt for memory controller on Tegra186
      arm64: tegra: Add external memory controller on Tegra186
      arm64: tegra: Add the memory subsystem on Tegra194
      arm64: tegra: Make XUSB node consistent with the rest
      arm64: tegra: Redefine force recovery key on Jetson AGX Xavier

 arch/arm64/boot/dts/nvidia/tegra132.dtsi           |  4 +-
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |  1 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 34 +++++++---
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |  4 ++
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts |  2 +-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 56 +++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 73 ++++++++++++++++++++++
 7 files changed, 164 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] 20+ messages in thread

* [GIT PULL 8/8] dt-bindings: Changes for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:35     ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ddb8840d2777bfca7c9ebc8c24ea20f9a37145ba:

  arm64: defconfig: Enable tegra XUDC support (2020-01-10 18:34:14 +0100)

Thanks,
Thierry

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

This contains a conversion of the Tegra124 EMC bindings to json-schema
as well as the addition of the bindings for the memory subsystem found
on Tegra186 and Tegra194.

----------------------------------------------------------------
Nagarjuna Kristam (1):
      arm64: defconfig: Enable tegra XUDC support

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

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

* [GIT PULL 8/8] dt-bindings: Changes for v5.6-rc1
@ 2020-01-11  0:35     ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:35 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ddb8840d2777bfca7c9ebc8c24ea20f9a37145ba:

  arm64: defconfig: Enable tegra XUDC support (2020-01-10 18:34:14 +0100)

Thanks,
Thierry

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

This contains a conversion of the Tegra124 EMC bindings to json-schema
as well as the addition of the bindings for the memory subsystem found
on Tegra186 and Tegra194.

----------------------------------------------------------------
Nagarjuna Kristam (1):
      arm64: defconfig: Enable tegra XUDC support

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

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

* [GIT PULL 8/8] arm64: tegra: Default configuration updates for v5.6-rc1
  2020-01-11  0:35 ` Thierry Reding
@ 2020-01-11  0:55     ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:55 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ddb8840d2777bfca7c9ebc8c24ea20f9a37145ba:

  arm64: defconfig: Enable tegra XUDC support (2020-01-10 18:34:14 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration updates for v5.6-rc1

This enables the USB GPIO connector and Tegra XUDC drivers in the
default configuration.

----------------------------------------------------------------
Nagarjuna Kristam (1):
      arm64: defconfig: Enable tegra XUDC support

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

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

* [GIT PULL 8/8] arm64: tegra: Default configuration updates for v5.6-rc1
@ 2020-01-11  0:55     ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:55 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 e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ddb8840d2777bfca7c9ebc8c24ea20f9a37145ba:

  arm64: defconfig: Enable tegra XUDC support (2020-01-10 18:34:14 +0100)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration updates for v5.6-rc1

This enables the USB GPIO connector and Tegra XUDC drivers in the
default configuration.

----------------------------------------------------------------
Nagarjuna Kristam (1):
      arm64: defconfig: Enable tegra XUDC support

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

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

* Re: [GIT PULL 8/8] dt-bindings: Changes for v5.6-rc1
  2020-01-11  0:35     ` Thierry Reding
@ 2020-01-11  0:57         ` Thierry Reding
  -1 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:57 UTC (permalink / raw)
  To: arm-DgEjT+Ai2ygdnm+yROfE0A, soc-DgEjT+Ai2ygdnm+yROfE0A
  Cc: Jon Hunter, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

[-- Attachment #1: Type: text/plain, Size: 1068 bytes --]

On Sat, Jan 11, 2020 at 01:35:53AM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> 
>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.6-arm64-defconfig
> 
> for you to fetch changes up to ddb8840d2777bfca7c9ebc8c24ea20f9a37145ba:
> 
>   arm64: defconfig: Enable tegra XUDC support (2020-01-10 18:34:14 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> dt-bindings: Changes for v5.6-rc1
> 
> This contains a conversion of the Tegra124 EMC bindings to json-schema
> as well as the addition of the bindings for the memory subsystem found
> on Tegra186 and Tegra194.
> 
> ----------------------------------------------------------------

Looks like I messed up the tag description for this one. Please ignore
this, I've sent a corrected version of pull 8/8 now.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [GIT PULL 8/8] dt-bindings: Changes for v5.6-rc1
@ 2020-01-11  0:57         ` Thierry Reding
  0 siblings, 0 replies; 20+ messages in thread
From: Thierry Reding @ 2020-01-11  0:57 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-tegra, linux-arm-kernel, Jon Hunter


[-- Attachment #1.1: Type: text/plain, Size: 1068 bytes --]

On Sat, Jan 11, 2020 at 01:35:53AM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:
> 
>   Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.6-arm64-defconfig
> 
> for you to fetch changes up to ddb8840d2777bfca7c9ebc8c24ea20f9a37145ba:
> 
>   arm64: defconfig: Enable tegra XUDC support (2020-01-10 18:34:14 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> dt-bindings: Changes for v5.6-rc1
> 
> This contains a conversion of the Tegra124 EMC bindings to json-schema
> as well as the addition of the bindings for the memory subsystem found
> on Tegra186 and Tegra194.
> 
> ----------------------------------------------------------------

Looks like I messed up the tag description for this one. Please ignore
this, I've sent a corrected version of pull 8/8 now.

Thierry

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

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

end of thread, other threads:[~2020-01-11  0:57 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-11  0:35 [GIT PULL 1/8] dt-bindings: Changes for v5.6-rc1 Thierry Reding
2020-01-11  0:35 ` Thierry Reding
     [not found] ` <20200111003553.2411874-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-01-11  0:35   ` [GIT PULL 2/8] bus: tegra: " Thierry Reding
2020-01-11  0:35     ` Thierry Reding
2020-01-11  0:35   ` [GIT PULL 7/8] arm64: tegra: Device tree changes " Thierry Reding
2020-01-11  0:35     ` Thierry Reding
2020-01-11  0:35   ` [GIT PULL 8/8] dt-bindings: Changes " Thierry Reding
2020-01-11  0:35     ` Thierry Reding
     [not found]     ` <20200111003553.2411874-8-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-01-11  0:57       ` Thierry Reding
2020-01-11  0:57         ` Thierry Reding
2020-01-11  0:55   ` [GIT PULL 8/8] arm64: tegra: Default configuration updates " Thierry Reding
2020-01-11  0:55     ` Thierry Reding
2020-01-11  0:35 ` [GIT PULL 3/8] memory: tegra: Changes " Thierry Reding
2020-01-11  0:35   ` Thierry Reding
2020-01-11  0:35 ` [GIT PULL 4/8] soc: " Thierry Reding
2020-01-11  0:35   ` Thierry Reding
2020-01-11  0:35 ` [GIT PULL 5/8] ARM: tegra: Core changes " Thierry Reding
2020-01-11  0:35   ` Thierry Reding
2020-01-11  0:35 ` [GIT PULL 6/8] ARM: tegra: Device tree " Thierry Reding
2020-01-11  0:35   ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.