linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1
@ 2018-12-07 14:17 Thierry Reding
  2018-12-07 14:17 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Thierry Reding @ 2018-12-07 14:17 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b4c7bf003cb57220af64b59e887581e74f0ce527:

  dt-bindings: tegra186-pmc: Add interrupt controller properties (2018-11-28 16:42:58 +0100)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Changes for v4.21-rc1

This contains a few cleanups of and additions to existing device tree
bindings, such as XUSB, EMC, PMC and thermal.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt: bindings: tegra20-emc: Document interrupt property
      dt: bindings: tegra20-emc: Document clock property
      dt: bindings: Move tegra20-emc binding to memory-controllers directory

Jon Hunter (1):
      dt-bindings: usb: xhci-tegra: Add power-domain details

Thierry Reding (2):
      dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
      dt-bindings: tegra186-pmc: Add interrupt controller properties

 .../devicetree/bindings/arm/tegra/nvidia,tegra186-pmc.txt |  3 +++
 .../tegra => memory-controllers}/nvidia,tegra20-emc.txt   |  4 ++++
 .../bindings/thermal/nvidia,tegra186-bpmp-thermal.txt     |  3 ++-
 .../devicetree/bindings/usb/nvidia,tegra124-xusb.txt      |  8 ++++++++
 include/dt-bindings/thermal/tegra194-bpmp-thermal.h       | 15 +++++++++++++++
 5 files changed, 32 insertions(+), 1 deletion(-)
 rename Documentation/devicetree/bindings/{arm/tegra => memory-controllers}/nvidia,tegra20-emc.txt (95%)
 create mode 100644 include/dt-bindings/thermal/tegra194-bpmp-thermal.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] 12+ messages in thread

* [GIT PULL 2/6] soc/tegra: Changes for v4.21-rc1
  2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
@ 2018-12-07 14:17 ` Thierry Reding
  2018-12-12 21:28   ` Olof Johansson
  2018-12-07 14:17 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-12-07 14:17 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e3e403c218cd07b497127a29e604fc26a71e8558:

  soc/tegra: pmc: Add initial Tegra194 wake events (2018-11-28 17:32:28 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v4.21-rc1

These changes are mostly cleanups to the PMC driver, but they also add
support for wake events on Tegra186 and Tegra194, which can be used to
wake the system from sleep. With this and the corresponding device
tree additions suspend/resume is finally working on these SoCs.

----------------------------------------------------------------
Bo Yan (1):
      soc/tegra: fuse: Remove duplicated function declaration

Dmitry Osipenko (1):
      soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()

Jon Hunter (1):
      soc/tegra: pmc: Don't power-up XUSB power-domains

Sandipan Patra (1):
      soc/tegra: pmc: Add sysfs entries for reset info

Thierry Reding (4):
      soc/tegra: pmc: Add Tegra194 support
      soc/tegra: pmc: Add wake event support
      soc/tegra: pmc: Add initial Tegra186 wake events
      soc/tegra: pmc: Add initial Tegra194 wake events

Yangtao Li (2):
      soc/tegra: Don't leak device tree node reference
      soc/tegra: pmc: Change to use DEFINE_SHOW_ATTRIBUTE macro

 drivers/soc/tegra/common.c |   6 +-
 drivers/soc/tegra/pmc.c    | 472 +++++++++++++++++++++++++++++++++++++++++----
 include/soc/tegra/fuse.h   |   1 -
 include/soc/tegra/pmc.h    |  21 ++
 4 files changed, 462 insertions(+), 38 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] 12+ messages in thread

* [GIT PULL 3/6] firmware: tegra: Changes for v4.21-rc1
  2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
  2018-12-07 14:17 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
@ 2018-12-07 14:17 ` Thierry Reding
  2018-12-12 21:31   ` Olof Johansson
  2018-12-07 14:17 ` [GIT PULL 4/6] memory: " Thierry Reding
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-12-07 14:17 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to af51c25fb59d4365c259ab93f388462e0998a2ed:

  firmware: tegra: Use in-band messages for firmware version query (2018-11-08 12:49:26 +0100)

Thanks,
Thierry

----------------------------------------------------------------
firmware: tegra: Changes for v4.21-rc1

These changes update the BPMP ABI header and implement a new variant of
the BPMP firmware version tag query if supported.

----------------------------------------------------------------
Timo Alho (5):
      firmware: tegra: Add helper to check for supported MRQs
      firmware: tegra: Switch to global mrq_is_supported()
      firmware: tegra: Print version tag at full
      soc/tegra: bpmp: Update ABI header
      firmware: tegra: Use in-band messages for firmware version query

 drivers/firmware/tegra/bpmp-debugfs.c |   29 +-
 drivers/firmware/tegra/bpmp.c         |   77 ++-
 include/soc/tegra/bpmp-abi.h          | 1188 ++++++++++++++++++++++++++-------
 include/soc/tegra/bpmp.h              |    7 +
 4 files changed, 1024 insertions(+), 277 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] 12+ messages in thread

* [GIT PULL 4/6] memory: tegra: Changes for v4.21-rc1
  2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
  2018-12-07 14:17 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
  2018-12-07 14:17 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
@ 2018-12-07 14:17 ` Thierry Reding
  2018-12-12 21:45   ` Olof Johansson
  2018-12-07 14:17 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-12-07 14:17 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 96e5da7c842424bcf64afe1082b960b42b96190b:

  memory: tegra: Introduce Tegra20 EMC driver (2018-11-08 12:50:34 +0100)

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v4.21-rc1

This contains a single commit that adds support for the EMC driver on
Tegra20.

----------------------------------------------------------------
Dmitry Osipenko (1):
      memory: tegra: Introduce Tegra20 EMC driver

 drivers/memory/tegra/Kconfig       |  10 +
 drivers/memory/tegra/Makefile      |   1 +
 drivers/memory/tegra/tegra20-emc.c | 591 +++++++++++++++++++++++++++++++++++++
 3 files changed, 602 insertions(+)
 create mode 100644 drivers/memory/tegra/tegra20-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] 12+ messages in thread

* [GIT PULL 5/6] ARM: tegra: Device tree changes for v4.21-rc1
  2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
                   ` (2 preceding siblings ...)
  2018-12-07 14:17 ` [GIT PULL 4/6] memory: " Thierry Reding
@ 2018-12-07 14:17 ` Thierry Reding
  2018-12-11 16:07   ` Olof Johansson
  2018-12-07 14:17 ` [GIT PULL 6/6] arm64: tegra: Device tree change " Thierry Reding
  2018-12-11 16:06 ` [GIT PULL 1/6] dt-bindings: Changes " Olof Johansson
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-12-07 14:17 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3dde5a2342cd204df15b6b0b90ee0ed4542225ca:

  ARM: tegra: Add VIC on Tegra124 (2018-11-29 17:07:31 +0100)

Thanks,
Thierry

----------------------------------------------------------------
ARM: tegra: Device tree changes for v4.21-rc1

These changes add the external memory controller on Tegra20 as well as
the VIC on Tegra124.

----------------------------------------------------------------
Dmitry Osipenko (2):
      ARM: dts: tegra20: Add interrupt entry to External Memory Controller
      ARM: dts: tegra20: Add clock entry to External Memory Controller

Thierry Reding (1):
      ARM: tegra: Add VIC on Tegra124

 arch/arm/boot/dts/tegra124.dtsi | 12 ++++++++++++
 arch/arm/boot/dts/tegra20.dtsi  |  2 ++
 2 files changed, 14 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] 12+ messages in thread

* [GIT PULL 6/6] arm64: tegra: Device tree change for v4.21-rc1
  2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
                   ` (3 preceding siblings ...)
  2018-12-07 14:17 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2018-12-07 14:17 ` Thierry Reding
  2018-12-11 16:11   ` Olof Johansson
  2018-12-11 16:06 ` [GIT PULL 1/6] dt-bindings: Changes " Olof Johansson
  5 siblings, 1 reply; 12+ messages in thread
From: Thierry Reding @ 2018-12-07 14:17 UTC (permalink / raw)
  To: arm; +Cc: linux-tegra, Thierry Reding, linux-arm-kernel, Jon Hunter

Hi ARM SoC maintainers,

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 611a1c69f8ca85fc656f09d0cd56f5934e2af5fb:

  arm64: tegra: Set reg property for display-hub on Tegra194 (2018-12-07 12:57:26 +0100)

Note that this pulls in a subset of the code that is also part of the
first pull request in this series in order to satisfy some build-time
dependencies.

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree change for v4.21-rc1

These changes add a bunch of features for Tegra194 and Tegra186, such as
wake events, on-die RTC, temperature sensors, HDA for audio over HDMI
and fan support on Jetson Xavier to allow cooling of the device.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt: bindings: tegra20-emc: Document interrupt property
      dt: bindings: tegra20-emc: Document clock property
      dt: bindings: Move tegra20-emc binding to memory-controllers directory

Jon Hunter (2):
      dt-bindings: usb: xhci-tegra: Add power-domain details
      arm64: dts: tegra210: Add power-domains for xHCI

Krishna Reddy (1):
      arm64: dts: tegra186: Enable IOMMU for SDHCI

Sameer Pujar (1):
      arm64: tegra: Add HDA controller on Tegra194

Thierry Reding (30):
      dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
      Merge branch 'for-4.21/dt-bindings' into for-4.21/arm64/dt
      dt-bindings: tegra186-pmc: Add interrupt controller properties
      Merge branch 'for-4.21/dt-bindings' into for-4.21/arm64/dt
      arm64: tegra: Add PWM controllers on Tegra194
      arm64: tegra: Add PWM fan support on Jetson Xavier
      arm64: tegra: Clarify that P2972-0000 is Jetson Xavier
      arm64: tegra: Add display support on Tegra194
      arm64: tegra: Add VIC support on Tegra194
      arm64: tegra: Enable HDMI on P2972-0000
      arm64: tegra: Add thermal zones on Tegra194
      arm64: tegra: p2972: Enable the CPU, GPU and AUX thermal zones
      arm64: tegra: Fix power key interrupt type on Jetson TX2
      arm64: tegra: Enable PMC wake events on Tegra186
      arm64: tegra: Add RTC support on Tegra186
      arm64: tegra: p3310: Enable on-die RTC
      arm64: tegra: Enable PMC wake events on Tegra194
      arm64: tegra: Add RTC support on Tegra194
      arm64: tegra: p2888: Enable on-die RTC
      arm64: tegra: Add AON GPIO controller on Tegra194
      arm64: tegra: Add gpio-keys on Jetson Xavier
      arm64: tegra: Add temperature sensor on P2888
      arm64: tegra: Add HDA controller on Tegra186
      arm64: tegra: Enable HDA on Jetson TX2
      arm64: tegra: Add CEC controller on Tegra186
      arm64: tegra: Enable HDA on Jetson Xavier
      arm64: tegra: Add CEC controller on Tegra194
      arm64: tegra: Enable HDA controller on Jetson TX1
      arm64: tegra: Set reg property for display-hub on Tegra186
      arm64: tegra: Set reg property for display-hub on Tegra194

 .../bindings/arm/tegra/nvidia,tegra186-pmc.txt     |   3 +
 .../nvidia,tegra20-emc.txt                         |   4 +
 .../thermal/nvidia,tegra186-bpmp-thermal.txt       |   3 +-
 .../bindings/usb/nvidia,tegra124-xusb.txt          |   8 +
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |   6 +
 arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi     |   4 +
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           |  45 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi     |  30 +-
 arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 157 +++++-
 arch/arm64/boot/dts/nvidia/tegra194.dtsi           | 538 ++++++++++++++++++++-
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi     |   4 +
 arch/arm64/boot/dts/nvidia/tegra210.dtsi           |   2 +
 .../dt-bindings/thermal/tegra194-bpmp-thermal.h    |  15 +
 13 files changed, 813 insertions(+), 6 deletions(-)
 rename Documentation/devicetree/bindings/{arm/tegra => memory-controllers}/nvidia,tegra20-emc.txt (95%)
 create mode 100644 include/dt-bindings/thermal/tegra194-bpmp-thermal.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] 12+ messages in thread

* Re: [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1
  2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
                   ` (4 preceding siblings ...)
  2018-12-07 14:17 ` [GIT PULL 6/6] arm64: tegra: Device tree change " Thierry Reding
@ 2018-12-11 16:06 ` Olof Johansson
  5 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2018-12-11 16:06 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Fri, Dec 07, 2018 at 03:17:34PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-dt-bindings
> 
> for you to fetch changes up to b4c7bf003cb57220af64b59e887581e74f0ce527:
> 
>   dt-bindings: tegra186-pmc: Add interrupt controller properties (2018-11-28 16:42:58 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> dt-bindings: Changes for v4.21-rc1
> 
> This contains a few cleanups of and additions to existing device tree
> bindings, such as XUSB, EMC, PMC and thermal.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (3):
>       dt: bindings: tegra20-emc: Document interrupt property
>       dt: bindings: tegra20-emc: Document clock property
>       dt: bindings: Move tegra20-emc binding to memory-controllers directory
> 
> Jon Hunter (1):
>       dt-bindings: usb: xhci-tegra: Add power-domain details
> 
> Thierry Reding (2):
>       dt-bindings: thermal: tegra-bpmp: Add Tegra194 support
>       dt-bindings: tegra186-pmc: Add interrupt controller properties

Small reminder to keep commit messages consistent.

Merged into next/dt.


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

* Re: [GIT PULL 5/6] ARM: tegra: Device tree changes for v4.21-rc1
  2018-12-07 14:17 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
@ 2018-12-11 16:07   ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2018-12-11 16:07 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Fri, Dec 07, 2018 at 03:17:38PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-arm-dt
> 
> for you to fetch changes up to 3dde5a2342cd204df15b6b0b90ee0ed4542225ca:
> 
>   ARM: tegra: Add VIC on Tegra124 (2018-11-29 17:07:31 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v4.21-rc1
> 
> These changes add the external memory controller on Tegra20 as well as
> the VIC on Tegra124.
> 
> ----------------------------------------------------------------
> Dmitry Osipenko (2):
>       ARM: dts: tegra20: Add interrupt entry to External Memory Controller
>       ARM: dts: tegra20: Add clock entry to External Memory Controller
> 
> Thierry Reding (1):
>       ARM: tegra: Add VIC on Tegra124

Another small nit about consistent prefixes (ARM: dts: ...).

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

* Re: [GIT PULL 6/6] arm64: tegra: Device tree change for v4.21-rc1
  2018-12-07 14:17 ` [GIT PULL 6/6] arm64: tegra: Device tree change " Thierry Reding
@ 2018-12-11 16:11   ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2018-12-11 16:11 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Fri, Dec 07, 2018 at 03:17:39PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-arm64-dt
> 
> for you to fetch changes up to 611a1c69f8ca85fc656f09d0cd56f5934e2af5fb:
> 
>   arm64: tegra: Set reg property for display-hub on Tegra194 (2018-12-07 12:57:26 +0100)
> 
> Note that this pulls in a subset of the code that is also part of the
> first pull request in this series in order to satisfy some build-time
> dependencies.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> arm64: tegra: Device tree change for v4.21-rc1
> 
> These changes add a bunch of features for Tegra194 and Tegra186, such as
> wake events, on-die RTC, temperature sensors, HDA for audio over HDMI
> and fan support on Jetson Xavier to allow cooling of the device.

Same feedback as for 32-bit, but merged into next/dt now.


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

* Re: [GIT PULL 2/6] soc/tegra: Changes for v4.21-rc1
  2018-12-07 14:17 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
@ 2018-12-12 21:28   ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2018-12-12 21:28 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Fri, Dec 07, 2018 at 03:17:35PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-soc
> 
> for you to fetch changes up to e3e403c218cd07b497127a29e604fc26a71e8558:
> 
>   soc/tegra: pmc: Add initial Tegra194 wake events (2018-11-28 17:32:28 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> soc/tegra: Changes for v4.21-rc1
> 
> These changes are mostly cleanups to the PMC driver, but they also add
> support for wake events on Tegra186 and Tegra194, which can be used to
> wake the system from sleep. With this and the corresponding device
> tree additions suspend/resume is finally working on these SoCs.

Merged into next/drivers.


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

* Re: [GIT PULL 3/6] firmware: tegra: Changes for v4.21-rc1
  2018-12-07 14:17 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
@ 2018-12-12 21:31   ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2018-12-12 21:31 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Fri, Dec 07, 2018 at 03:17:36PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-firmware
> 
> for you to fetch changes up to af51c25fb59d4365c259ab93f388462e0998a2ed:
> 
>   firmware: tegra: Use in-band messages for firmware version query (2018-11-08 12:49:26 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> firmware: tegra: Changes for v4.21-rc1
> 
> These changes update the BPMP ABI header and implement a new variant of
> the BPMP firmware version tag query if supported.

The header changes seem to be a bit churny, and most of them are spelling
changes in comments? It'd nice to avoid that in the future if it becomes
a frequent thing, but a one-off is fine.

Merged into next/drivers.


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

* Re: [GIT PULL 4/6] memory: tegra: Changes for v4.21-rc1
  2018-12-07 14:17 ` [GIT PULL 4/6] memory: " Thierry Reding
@ 2018-12-12 21:45   ` Olof Johansson
  0 siblings, 0 replies; 12+ messages in thread
From: Olof Johansson @ 2018-12-12 21:45 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, arm, linux-arm-kernel, Jon Hunter

On Fri, Dec 07, 2018 at 03:17:37PM +0100, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:
> 
>   Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.21-memory
> 
> for you to fetch changes up to 96e5da7c842424bcf64afe1082b960b42b96190b:
> 
>   memory: tegra: Introduce Tegra20 EMC driver (2018-11-08 12:50:34 +0100)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> memory: tegra: Changes for v4.21-rc1
> 
> This contains a single commit that adds support for the EMC driver on
> Tegra20.

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

end of thread, other threads:[~2018-12-12 22:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-07 14:17 [GIT PULL 1/6] dt-bindings: Changes for v4.21-rc1 Thierry Reding
2018-12-07 14:17 ` [GIT PULL 2/6] soc/tegra: " Thierry Reding
2018-12-12 21:28   ` Olof Johansson
2018-12-07 14:17 ` [GIT PULL 3/6] firmware: tegra: " Thierry Reding
2018-12-12 21:31   ` Olof Johansson
2018-12-07 14:17 ` [GIT PULL 4/6] memory: " Thierry Reding
2018-12-12 21:45   ` Olof Johansson
2018-12-07 14:17 ` [GIT PULL 5/6] ARM: tegra: Device tree changes " Thierry Reding
2018-12-11 16:07   ` Olof Johansson
2018-12-07 14:17 ` [GIT PULL 6/6] arm64: tegra: Device tree change " Thierry Reding
2018-12-11 16:11   ` Olof Johansson
2018-12-11 16:06 ` [GIT PULL 1/6] dt-bindings: 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).