linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1
@ 2019-04-18 15:07 Thierry Reding
  2019-04-18 15:07 ` [GIT PULL 2/9] soc/tegra: " Thierry Reding
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1427736e64c3a8b513cd984332f596055a7ca196:

  bus: tegra-aconnect: add system sleep callbacks (2019-03-28 17:26:14 +0100)

Thanks,
Thierry

----------------------------------------------------------------
bus/tegra: Changes for v5.2-rc1

This pair of patches adds support for system sleep to the ACONNECT bus
found on Tegra SoCs.

----------------------------------------------------------------
Sameer Pujar (2):
      bus: tegra-aconnect: use devm_clk_*() helpers
      bus: tegra-aconnect: add system sleep callbacks

 drivers/bus/tegra-aconnect.c | 66 ++++++++++++++++++++++++++++++--------------
 1 file changed, 46 insertions(+), 20 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] 18+ messages in thread

* [GIT PULL 2/9] soc/tegra: Changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-29  6:34   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 3/9] firmware: tegra: " Thierry Reding
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 6ac2a01de1700c1b6d889f02f61c4c9602573a8d:

  soc/tegra: pmc: Move powergate initialisation to probe (2019-04-17 10:32:33 +0200)

Note that this pulls in a stable branch from Philipp for the core
acquire/release protocol changes to the reset framework.

Thanks,
Thierry

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

Besides a couple of fixes to better cope with deferred probing, this set
of patches also implements the acquire/release protocol for resets used
during powergate operations. This is necessary to allow these resets to
be temporarily shared with other devices that may also need to control
these resets.

----------------------------------------------------------------
Jon Hunter (3):
      soc/tegra: pmc: Fix reset sources and levels
      soc/tegra: pmc: Remove reset sysfs entries on error
      soc/tegra: pmc: Move powergate initialisation to probe

Philipp Zabel (1):
      reset: add acquired/released state for exclusive reset controls

Thierry Reding (4):
      reset: Add acquired flag to of_reset_control_array_get()
      reset: Add acquire/release support for arrays
      Merge branch 'reset/acquire' of git://git.pengutronix.de/git/pza/linux into for-5.2/soc
      soc/tegra: pmc: Implement acquire/release for resets

 drivers/reset/core.c              | 180 +++++++++++++++++++++++++++++++++++---
 drivers/soc/tegra/pmc.c           | 171 ++++++++++++++++++++++++++++--------
 drivers/usb/dwc3/dwc3-of-simple.c |   3 +-
 include/linux/reset.h             | 113 ++++++++++++++++++------
 4 files changed, 389 insertions(+), 78 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] 18+ messages in thread

* [GIT PULL 3/9] firmware: tegra: Changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
  2019-04-18 15:07 ` [GIT PULL 2/9] soc/tegra: " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-29  6:34   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 4/9] memory: " Thierry Reding
                   ` (6 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4cb5d9eca143f7fbf8cc457be19a91914f978a00:

  firmware: Move Trusted Foundations support (2019-04-17 16:43:03 +0200)

Thanks,
Thierry

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

This set of changes includes improvements for Trusted Foundations and
also moves the source files for this support into the standard location
under drivers/firmware.

----------------------------------------------------------------
Dmitry Osipenko (7):
      ARM: trusted_foundations: Support L2 cache maintenance
      ARM: trusted_foundations: Make prepare_idle call to take mode argument
      ARM: trusted_foundations: Provide information about whether firmware is registered
      ARM: tegra: Set up L2 cache using Trusted Foundations firmware
      ARM: tegra: Don't apply CPU erratas in insecure mode
      ARM: tegra: Always boot CPU in ARM-mode
      ARM: tegra: Add firmware calls required for suspend-resume on Tegra30

Thierry Reding (2):
      ARM: tegra: Sort dependencies alphabetically
      firmware: Move Trusted Foundations support

 arch/arm/Kconfig                                   |  2 -
 arch/arm/Makefile                                  |  1 -
 arch/arm/firmware/Kconfig                          | 29 --------
 arch/arm/firmware/Makefile                         |  4 --
 arch/arm/include/asm/firmware.h                    |  2 +-
 arch/arm/mach-tegra/Kconfig                        |  3 +-
 arch/arm/mach-tegra/cpuidle-tegra114.c             |  4 +-
 arch/arm/mach-tegra/pm.c                           | 50 ++++++++++++++
 arch/arm/mach-tegra/reset-handler.S                | 50 +++++++++++---
 arch/arm/mach-tegra/reset.c                        |  4 ++
 arch/arm/mach-tegra/reset.h                        |  9 ++-
 arch/arm/mach-tegra/sleep-tegra20.S                |  4 ++
 arch/arm/mach-tegra/sleep.S                        | 14 ++--
 arch/arm/mach-tegra/tegra.c                        |  5 +-
 drivers/firmware/Kconfig                           | 16 +++++
 drivers/firmware/Makefile                          |  1 +
 .../arm => drivers}/firmware/trusted_foundations.c | 79 +++++++++++++++++++++-
 .../linux/firmware}/trusted_foundations.h          | 27 +++++++-
 18 files changed, 240 insertions(+), 64 deletions(-)
 delete mode 100644 arch/arm/firmware/Kconfig
 delete mode 100644 arch/arm/firmware/Makefile
 rename {arch/arm => drivers}/firmware/trusted_foundations.c (62%)
 rename {arch/arm/include/asm => include/linux/firmware}/trusted_foundations.h (77%)

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

* [GIT PULL 4/9] memory: tegra: Changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
  2019-04-18 15:07 ` [GIT PULL 2/9] soc/tegra: " Thierry Reding
  2019-04-18 15:07 ` [GIT PULL 3/9] firmware: tegra: " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-29  6:35   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 5/9] ARM: tegra: Core changes " Thierry Reding
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 67a8d5b0fadfd931f7e6a78e9ee7b2792a7114aa:

  memory: tegra: Fix a typos for "fdcdwr2" mc client (2019-04-18 11:51:17 +0200)

Thanks,
Thierry

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

These are a set of fixes for various issues related to the Tegra memory
controller.

----------------------------------------------------------------
Dmitry Osipenko (4):
      memory: tegra: Fix missed registers values latching
      memory: tegra: Fix integer overflow on tick value calculation
      memory: tegra: Replace readl-writel with mc_readl-mc_writel
      Revert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+"

Edward Cragg (1):
      memory: tegra: Fix a typos for "fdcdwr2" mc client

Thierry Reding (1):
      memory: tegra: Properly spell "tegra"

Yue Haibing (1):
      memory: tegra: Make terga20_mc_reset_ops static

 arch/arm/mach-tegra/iomap.h         |  9 ---------
 arch/arm/mach-tegra/sleep-tegra30.S | 21 ---------------------
 drivers/memory/tegra/mc.c           | 34 ++++++++++++++++++++--------------
 drivers/memory/tegra/mc.h           |  2 +-
 drivers/memory/tegra/tegra114.c     |  4 ++--
 drivers/memory/tegra/tegra124.c     |  4 ++--
 drivers/memory/tegra/tegra20.c      | 28 ++++++++++++++--------------
 drivers/memory/tegra/tegra210.c     |  2 +-
 drivers/memory/tegra/tegra30.c      |  4 ++--
 9 files changed, 42 insertions(+), 66 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] 18+ messages in thread

* [GIT PULL 5/9] ARM: tegra: Core changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2019-04-18 15:07 ` [GIT PULL 4/9] memory: " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-29  6:35   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 6/9] ARM: tegra: Device tree " Thierry Reding
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 36841ba2796324507452f9854bf08b2c65836cce:

  ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30 (2019-04-18 11:32:57 +0200)

Thanks,
Thierry

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

One of these patches enables PM by default on 32-bit ARM, following the
same default that we already have on 64-bit ARM. The other patch fixes a
cosmetic issue in the cpuidle driver for Tegra20 and Tegra30.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30

Sameer Pujar (1):
      ARM: tegra: enforce PM requirement

 arch/arm/mach-tegra/Kconfig           |  1 +
 arch/arm/mach-tegra/cpuidle-tegra20.c | 11 ++---------
 arch/arm/mach-tegra/cpuidle-tegra30.c |  9 +--------
 3 files changed, 4 insertions(+), 17 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] 18+ messages in thread

* [GIT PULL 6/9] ARM: tegra: Device tree changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2019-04-18 15:07 ` [GIT PULL 5/9] ARM: tegra: Core changes " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-28 19:39   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 7/9] ARM: tegra: Default configuration updates " Thierry Reding
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1078946b4b2e44ffe924b0261afddbb38ff7d2c2:

  ARM: tegra: Add ACTMON support on Tegra30 (2019-04-18 11:37:46 +0200)

Thanks,
Thierry

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

This contains a set of changes to move PLL power supplies to the XUSB
pad controller, which is necessary to ensure the proper sequencing
during boot. Other patches in this set clean up usage of SPDX license
identifiers in device tree files as well as add support for the ACTMON
hardware on Tegra30.

----------------------------------------------------------------
Dmitry Osipenko (1):
      ARM: tegra: Add ACTMON support on Tegra30

Igor Opaniuk (1):
      ARM: tegra: Convert to SPDX license tags for Tegra124 Apalis

Thierry Reding (5):
      ARM: tegra: Remove gratuitous parentheses in SPDX license identifier
      ARM: tegra: apalis: Move PLL power supplies to XUSB pad controller
      ARM: tegra: jetson-tk1: Move PLL power supplies to XUSB pad controller
      ARM: tegra: nyan: Move PLL power supplies to XUSB pad controller
      ARM: tegra: venice2: Move PLL power supplies to XUSB pad controller

 arch/arm/boot/dts/tegra124-apalis-emc.dtsi      | 39 ++-------------------
 arch/arm/boot/dts/tegra124-apalis-eval.dts      | 40 ++--------------------
 arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts |  2 +-
 arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi     |  9 ++++-
 arch/arm/boot/dts/tegra124-apalis.dtsi          | 45 ++++---------------------
 arch/arm/boot/dts/tegra124-jetson-tk1.dts       |  5 +++
 arch/arm/boot/dts/tegra124-nyan.dtsi            |  5 +++
 arch/arm/boot/dts/tegra124-venice2.dts          |  5 +++
 arch/arm/boot/dts/tegra30.dtsi                  | 11 ++++++
 9 files changed, 46 insertions(+), 115 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] 18+ messages in thread

* [GIT PULL 7/9] ARM: tegra: Default configuration updates for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2019-04-18 15:07 ` [GIT PULL 6/9] ARM: tegra: Device tree " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-29  6:36   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 8/9] arm64: tegra: Device tree changes " Thierry Reding
                   ` (2 subsequent siblings)
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a6f3d883a6ef19feee1d80bfd90701627b01b98a:

  ARM: Enable Trusted Foundations for multiplatform ARM v7 (2019-04-17 16:36:34 +0200)

Note that this pulls in a stable tag from Tony that brings the multi_v7
default configuratio up to date.

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Default configuration updates for v5.2-rc1

Enable Trusted Foundations support in the default configurations for
Tegra and multi-v7. This is necessary because the symbol is no longer
selected by default.

----------------------------------------------------------------
Thierry Reding (4):
      Merge tag 'multi-v7-defconfig-for-v5.2-signed' of git://git.kernel.org/.../tmlind/linux-omap into for-5.2/arm/defconfig
      ARM: tegra: Update default configuration for v5.1-rc1
      ARM: tegra: Enable Trusted Foundations by default
      ARM: Enable Trusted Foundations for multiplatform ARM v7

Tony Lindgren (2):
      ARM: multi_v7_defconfig: Update for dropped options
      ARM: multi_v7_defconfig: Update for moved options

 arch/arm/configs/multi_v7_defconfig | 133 +++++++++++++++++-------------------
 arch/arm/configs/tegra_defconfig    |  36 +++++-----
 2 files changed, 81 insertions(+), 88 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] 18+ messages in thread

* [GIT PULL 8/9] arm64: tegra: Device tree changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
                   ` (5 preceding siblings ...)
  2019-04-18 15:07 ` [GIT PULL 7/9] ARM: tegra: Default configuration updates " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-28 19:40   ` Olof Johansson
  2019-04-18 15:07 ` [GIT PULL 9/9] arm64: tegra: Default configuration updates " Thierry Reding
  2019-04-29  6:33 ` [GIT PULL 1/9] bus/tegra: Changes " Olof Johansson
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

  Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2f03e39b5bfe41f3a0d9a8b01231e7e5045cb9c4:

  arm64: tegra: Remove regulator hacks on Jetson TX2 (2019-04-17 16:48:44 +0200)

Thanks,
Thierry

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

This contains a bunch of changes all across the board. Perhaps the most
notable introduction here is support for the Jetson Nano Developer Kit.

----------------------------------------------------------------
Jon Hunter (1):
      arm64: tegra: Add supply for temperature sensor on P2888

Joseph Lo (6):
      arm64: tegra: Fix timer node for Tegra210
      arm64: tegra: Add CPU idle states properties for Tegra210
      arm64: tegra: Enable CPU idle support for Jetson TX1
      arm64: tegra: Enable CPU idle support for Smaug
      arm64: tegra: Enable CPU idle support for Shield
      arm64: tegra: Add L2 cache topology to Tegra210

Sameer Pujar (1):
      arm64: tegra: Enable aconnect, ADMA and AGIC on Jetson TX1

Sowjanya Komatineni (2):
      arm64: tegra: Fix default tap and trim values
      arm64: tegra: Enable command queue for Tegra186 SDMMC4

Thierry Reding (6):
      arm64: tegra: jetson-tx1: Move PLL power supplies to XUSB pad controller
      arm64: tegra: smaug: Move PLL power supplies to XUSB pad controller
      arm64: tegra: Add NVIDIA Jetson Nano Developer Kit support
      arm64: tegra: Add XUSB and pad controller on Tegra186
      arm64: tegra: Enable XUSB on P2771
      arm64: tegra: Remove regulator hacks on Jetson TX2

 arch/arm64/boot/dts/nvidia/Makefile                |   1 +
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 115 ++++
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |  42 +-
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 140 ++++-
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |   1 +
 arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi     |   6 +
 arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts |  12 +
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |   5 +
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi     |   6 +
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 650 +++++++++++++++++++++
 arch/arm64/boot/dts/nvidia/tegra210-smaug.dts      |  12 +
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  41 +-
 12 files changed, 999 insertions(+), 32 deletions(-)
 create mode 100644 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts

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

* [GIT PULL 9/9] arm64: tegra: Default configuration updates for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
                   ` (6 preceding siblings ...)
  2019-04-18 15:07 ` [GIT PULL 8/9] arm64: tegra: Device tree changes " Thierry Reding
@ 2019-04-18 15:07 ` Thierry Reding
  2019-04-29  6:37   ` Olof Johansson
  2019-04-29  6:33 ` [GIT PULL 1/9] bus/tegra: Changes " Olof Johansson
  8 siblings, 1 reply; 18+ messages in thread
From: Thierry Reding @ 2019-04-18 15:07 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to bd9ae25314f275cea87a20db11756f32ed88dc15:

  arm64: defconfig: Add PWM Fan support (2019-04-03 18:41:07 +0200)

Thanks,
Thierry

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

These patches enable PWM fan and Tegra HDA support in the 64-bit ARM
default configuration, so that these features are enabled by default.

----------------------------------------------------------------
Jon Hunter (2):
      arm64: defconfig: Enable Tegra HDA support
      arm64: defconfig: Add PWM Fan support

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 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] 18+ messages in thread

* Re: [GIT PULL 6/9] ARM: tegra: Device tree changes for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 6/9] ARM: tegra: Device tree " Thierry Reding
@ 2019-04-28 19:39   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-28 19:39 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:17PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-dt
> 
> for you to fetch changes up to 1078946b4b2e44ffe924b0261afddbb38ff7d2c2:
> 
>   ARM: tegra: Add ACTMON support on Tegra30 (2019-04-18 11:37:46 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v5.2-rc1
> 
> This contains a set of changes to move PLL power supplies to the XUSB
> pad controller, which is necessary to ensure the proper sequencing
> during boot. Other patches in this set clean up usage of SPDX license
> identifiers in device tree files as well as add support for the ACTMON
> hardware on Tegra30.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 8/9] arm64: tegra: Device tree changes for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 8/9] arm64: tegra: Device tree changes " Thierry Reding
@ 2019-04-28 19:40   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-28 19:40 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:19PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
> 
>   Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm64-dt
> 
> for you to fetch changes up to 2f03e39b5bfe41f3a0d9a8b01231e7e5045cb9c4:
> 
>   arm64: tegra: Remove regulator hacks on Jetson TX2 (2019-04-17 16:48:44 +0200)

Merged, thanks.


-Olof

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

* Re: [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1
  2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
                   ` (7 preceding siblings ...)
  2019-04-18 15:07 ` [GIT PULL 9/9] arm64: tegra: Default configuration updates " Thierry Reding
@ 2019-04-29  6:33 ` Olof Johansson
  8 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:33 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:12PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-bus
> 
> for you to fetch changes up to 1427736e64c3a8b513cd984332f596055a7ca196:
> 
>   bus: tegra-aconnect: add system sleep callbacks (2019-03-28 17:26:14 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> bus/tegra: Changes for v5.2-rc1
> 
> This pair of patches adds support for system sleep to the ACONNECT bus
> found on Tegra SoCs.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 2/9] soc/tegra: Changes for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 2/9] soc/tegra: " Thierry Reding
@ 2019-04-29  6:34   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:34 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:13PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-soc
> 
> for you to fetch changes up to 6ac2a01de1700c1b6d889f02f61c4c9602573a8d:
> 
>   soc/tegra: pmc: Move powergate initialisation to probe (2019-04-17 10:32:33 +0200)
> 
> Note that this pulls in a stable branch from Philipp for the core
> acquire/release protocol changes to the reset framework.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> soc/tegra: Changes for v5.2-rc1
> 
> Besides a couple of fixes to better cope with deferred probing, this set
> of patches also implements the acquire/release protocol for resets used
> during powergate operations. This is necessary to allow these resets to
> be temporarily shared with other devices that may also need to control
> these resets.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 3/9] firmware: tegra: Changes for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 3/9] firmware: tegra: " Thierry Reding
@ 2019-04-29  6:34   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:34 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:14PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-firmware
> 
> for you to fetch changes up to 4cb5d9eca143f7fbf8cc457be19a91914f978a00:
> 
>   firmware: Move Trusted Foundations support (2019-04-17 16:43:03 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> firmware: tegra: Changes for v5.2-rc1
> 
> This set of changes includes improvements for Trusted Foundations and
> also moves the source files for this support into the standard location
> under drivers/firmware.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (7):
>       ARM: trusted_foundations: Support L2 cache maintenance
>       ARM: trusted_foundations: Make prepare_idle call to take mode argument
>       ARM: trusted_foundations: Provide information about whether firmware is registered
>       ARM: tegra: Set up L2 cache using Trusted Foundations firmware
>       ARM: tegra: Don't apply CPU erratas in insecure mode
>       ARM: tegra: Always boot CPU in ARM-mode
>       ARM: tegra: Add firmware calls required for suspend-resume on Tegra30
> 
> Thierry Reding (2):
>       ARM: tegra: Sort dependencies alphabetically
>       firmware: Move Trusted Foundations support

Merged, thanks.


-Olof

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

* Re: [GIT PULL 4/9] memory: tegra: Changes for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 4/9] memory: " Thierry Reding
@ 2019-04-29  6:35   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:35 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:15PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-memory
> 
> for you to fetch changes up to 67a8d5b0fadfd931f7e6a78e9ee7b2792a7114aa:
> 
>   memory: tegra: Fix a typos for "fdcdwr2" mc client (2019-04-18 11:51:17 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> memory: tegra: Changes for v5.2-rc1
> 
> These are a set of fixes for various issues related to the Tegra memory
> controller.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 5/9] ARM: tegra: Core changes for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 5/9] ARM: tegra: Core changes " Thierry Reding
@ 2019-04-29  6:35   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:35 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:16PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-soc
> 
> for you to fetch changes up to 36841ba2796324507452f9854bf08b2c65836cce:
> 
>   ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30 (2019-04-18 11:32:57 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Core changes for v5.2-rc1
> 
> One of these patches enables PM by default on 32-bit ARM, following the
> same default that we already have on 64-bit ARM. The other patch fixes a
> cosmetic issue in the cpuidle driver for Tegra20 and Tegra30.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 7/9] ARM: tegra: Default configuration updates for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 7/9] ARM: tegra: Default configuration updates " Thierry Reding
@ 2019-04-29  6:36   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:36 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:18PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm-defconfig
> 
> for you to fetch changes up to a6f3d883a6ef19feee1d80bfd90701627b01b98a:
> 
>   ARM: Enable Trusted Foundations for multiplatform ARM v7 (2019-04-17 16:36:34 +0200)
> 
> Note that this pulls in a stable tag from Tony that brings the multi_v7
> default configuratio up to date.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Default configuration updates for v5.2-rc1
> 
> Enable Trusted Foundations support in the default configurations for
> Tegra and multi-v7. This is necessary because the symbol is no longer
> selected by default.

Merged, thanks.


-Olof

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

* Re: [GIT PULL 9/9] arm64: tegra: Default configuration updates for v5.2-rc1
  2019-04-18 15:07 ` [GIT PULL 9/9] arm64: tegra: Default configuration updates " Thierry Reding
@ 2019-04-29  6:37   ` Olof Johansson
  0 siblings, 0 replies; 18+ messages in thread
From: Olof Johansson @ 2019-04-29  6:37 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Thu, Apr 18, 2019 at 05:07:20PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.2-arm64-defconfig
> 
> for you to fetch changes up to bd9ae25314f275cea87a20db11756f32ed88dc15:
> 
>   arm64: defconfig: Add PWM Fan support (2019-04-03 18:41:07 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Default configuration updates for v5.2-rc1
> 
> These patches enable PWM fan and Tegra HDA support in the 64-bit ARM
> default configuration, so that these features are enabled by default.

Merged, thanks.


-Olof

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

end of thread, other threads:[~2019-04-29  7:03 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 15:07 [GIT PULL 1/9] bus/tegra: Changes for v5.2-rc1 Thierry Reding
2019-04-18 15:07 ` [GIT PULL 2/9] soc/tegra: " Thierry Reding
2019-04-29  6:34   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 3/9] firmware: tegra: " Thierry Reding
2019-04-29  6:34   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 4/9] memory: " Thierry Reding
2019-04-29  6:35   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 5/9] ARM: tegra: Core changes " Thierry Reding
2019-04-29  6:35   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 6/9] ARM: tegra: Device tree " Thierry Reding
2019-04-28 19:39   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 7/9] ARM: tegra: Default configuration updates " Thierry Reding
2019-04-29  6:36   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 8/9] arm64: tegra: Device tree changes " Thierry Reding
2019-04-28 19:40   ` Olof Johansson
2019-04-18 15:07 ` [GIT PULL 9/9] arm64: tegra: Default configuration updates " Thierry Reding
2019-04-29  6:37   ` Olof Johansson
2019-04-29  6:33 ` [GIT PULL 1/9] bus/tegra: Changes " Olof Johansson

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