All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/7] dt-bindings: Updates for v4.15-rc1
@ 2017-10-20 11:55 ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:55 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3e09b155d58e44e33a699650128f8c6c833cb320:

  dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal (2017-10-19 16:26:22 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Updates for v4.15-rc1

This contains the addition of a clock alias which will be used to fix
the implementation of the SOR1 clock.

Also included are the bindings for the Tegra186 BPMP thermal driver, a
prerequisite for both the driver and device tree changes.

----------------------------------------------------------------
Mikko Perttunen (1):
      dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal

Thierry Reding (1):
      dt-bindings: clock: tegra: Add sor1_out clock

 .../thermal/nvidia,tegra186-bpmp-thermal.txt       | 32 ++++++++++++++++++++++
 include/dt-bindings/clock/tegra210-car.h           |  1 +
 .../dt-bindings/thermal/tegra186-bpmp-thermal.h    | 14 ++++++++++
 3 files changed, 47 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt
 create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h

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

* [GIT PULL 1/7] dt-bindings: Updates for v4.15-rc1
@ 2017-10-20 11:55 ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 3e09b155d58e44e33a699650128f8c6c833cb320:

  dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal (2017-10-19 16:26:22 +0200)

Thanks,
Thierry

----------------------------------------------------------------
dt-bindings: Updates for v4.15-rc1

This contains the addition of a clock alias which will be used to fix
the implementation of the SOR1 clock.

Also included are the bindings for the Tegra186 BPMP thermal driver, a
prerequisite for both the driver and device tree changes.

----------------------------------------------------------------
Mikko Perttunen (1):
      dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal

Thierry Reding (1):
      dt-bindings: clock: tegra: Add sor1_out clock

 .../thermal/nvidia,tegra186-bpmp-thermal.txt       | 32 ++++++++++++++++++++++
 include/dt-bindings/clock/tegra210-car.h           |  1 +
 .../dt-bindings/thermal/tegra186-bpmp-thermal.h    | 14 ++++++++++
 3 files changed, 47 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt
 create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h

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

* [GIT PULL 2/7] firmware: tegra: Changes for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-20 11:55     ` Thierry Reding
  -1 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:55 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to f2381f652266fabfb7a8f5c4b2a05de36cad3a73:

  firmware: tegra: Add BPMP debugfs support (2017-10-19 16:27:56 +0200)

Thanks,
Thierry

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

This contains a couple of (non-critical) fixes and improvements for the
BPMP driver as well as support for debugfs.

----------------------------------------------------------------
Mikko Perttunen (2):
      firmware: tegra: Expose tegra_bpmp_mrq_return()
      firmware: tegra: Add stubs when BPMP not enabled

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      firmware: tegra: Add BPMP debugfs support

 drivers/firmware/tegra/Makefile       |   4 +-
 drivers/firmware/tegra/bpmp-debugfs.c | 444 ++++++++++++++++++++++++++++++++++
 drivers/firmware/tegra/bpmp.c         |  31 ++-
 include/soc/tegra/bpmp.h              |  59 ++++-
 4 files changed, 526 insertions(+), 12 deletions(-)
 create mode 100644 drivers/firmware/tegra/bpmp-debugfs.c

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

* [GIT PULL 2/7] firmware: tegra: Changes for v4.15-rc1
@ 2017-10-20 11:55     ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to f2381f652266fabfb7a8f5c4b2a05de36cad3a73:

  firmware: tegra: Add BPMP debugfs support (2017-10-19 16:27:56 +0200)

Thanks,
Thierry

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

This contains a couple of (non-critical) fixes and improvements for the
BPMP driver as well as support for debugfs.

----------------------------------------------------------------
Mikko Perttunen (2):
      firmware: tegra: Expose tegra_bpmp_mrq_return()
      firmware: tegra: Add stubs when BPMP not enabled

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      firmware: tegra: Add BPMP debugfs support

 drivers/firmware/tegra/Makefile       |   4 +-
 drivers/firmware/tegra/bpmp-debugfs.c | 444 ++++++++++++++++++++++++++++++++++
 drivers/firmware/tegra/bpmp.c         |  31 ++-
 include/soc/tegra/bpmp.h              |  59 ++++-
 4 files changed, 526 insertions(+), 12 deletions(-)
 create mode 100644 drivers/firmware/tegra/bpmp-debugfs.c

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

* [GIT PULL 3/7] soc/tegra: Changes for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-20 11:55     ` Thierry Reding
  -1 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:55 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 775dba87f891e99c2f46df17edd5f5359d0883ad:

  soc/tegra: bpmp: Check BPMP response return code (2017-10-19 16:33:57 +0200)

This pulls in a part of the tegra-for-4.15-firmware tag to resolve a
build time dependency.

Thanks,
Thierry

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

Contains a fix to the generic power domain driver to properly report
errors propagated from BPMP.

----------------------------------------------------------------
Thierry Reding (1):
      Merge branch 'for-4.15/firmware' into for-4.15/soc

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      soc/tegra: bpmp: Check BPMP response return code

 drivers/firmware/tegra/bpmp.c      | 22 ++++++++++++++++------
 drivers/soc/tegra/powergate-bpmp.c | 15 +++++++++++++--
 include/soc/tegra/bpmp.h           |  1 +
 3 files changed, 30 insertions(+), 8 deletions(-)

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

* [GIT PULL 3/7] soc/tegra: Changes for v4.15-rc1
@ 2017-10-20 11:55     ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 775dba87f891e99c2f46df17edd5f5359d0883ad:

  soc/tegra: bpmp: Check BPMP response return code (2017-10-19 16:33:57 +0200)

This pulls in a part of the tegra-for-4.15-firmware tag to resolve a
build time dependency.

Thanks,
Thierry

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

Contains a fix to the generic power domain driver to properly report
errors propagated from BPMP.

----------------------------------------------------------------
Thierry Reding (1):
      Merge branch 'for-4.15/firmware' into for-4.15/soc

Timo Alho (2):
      firmware: tegra: Propagate error code to caller
      soc/tegra: bpmp: Check BPMP response return code

 drivers/firmware/tegra/bpmp.c      | 22 ++++++++++++++++------
 drivers/soc/tegra/powergate-bpmp.c | 15 +++++++++++++--
 include/soc/tegra/bpmp.h           |  1 +
 3 files changed, 30 insertions(+), 8 deletions(-)

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

* [GIT PULL 4/7] thermal: tegra: Changes for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-20 11:56     ` Thierry Reding
  -1 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-thermal

for you to fetch changes up to 7afebede62bed77ebae34fc64406984949d2a127:

  thermal: Add Tegra BPMP thermal sensor driver (2017-10-19 16:31:47 +0200)

This pulls in parts of both the tegra-for-4.15-dt-bindings and
tegra-for-4.15-firmware tags in order to resolve a build time
dependency.

Thierry

----------------------------------------------------------------
thermal: tegra: Changes for v4.15-rc1

This contains the Tegra186 BPMP thermal driver. It is used to monitor
and access several thermal sensors found in the SoC.

----------------------------------------------------------------
Mikko Perttunen (4):
      dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal
      firmware: tegra: Expose tegra_bpmp_mrq_return()
      firmware: tegra: Add stubs when BPMP not enabled
      thermal: Add Tegra BPMP thermal sensor driver

Thierry Reding (3):
      dt-bindings: clock: tegra: Add sor1_out clock
      Merge branch 'for-4.15/dt-bindings' into for-4.15/thermal
      Merge branch 'for-4.15/firmware' into for-4.15/thermal

Timo Alho (1):
      firmware: tegra: Propagate error code to caller

 .../thermal/nvidia,tegra186-bpmp-thermal.txt       |  32 +++
 drivers/firmware/tegra/bpmp.c                      |  27 ++-
 drivers/thermal/Makefile                           |   2 +-
 drivers/thermal/tegra/Kconfig                      |   7 +
 drivers/thermal/tegra/Makefile                     |   3 +-
 drivers/thermal/tegra/tegra-bpmp-thermal.c         | 263 +++++++++++++++++++++
 include/dt-bindings/clock/tegra210-car.h           |   1 +
 .../dt-bindings/thermal/tegra186-bpmp-thermal.h    |  14 ++
 include/soc/tegra/bpmp.h                           |  45 +++-
 9 files changed, 381 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt
 create mode 100644 drivers/thermal/tegra/tegra-bpmp-thermal.c
 create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h

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

* [GIT PULL 4/7] thermal: tegra: Changes for v4.15-rc1
@ 2017-10-20 11:56     ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-thermal

for you to fetch changes up to 7afebede62bed77ebae34fc64406984949d2a127:

  thermal: Add Tegra BPMP thermal sensor driver (2017-10-19 16:31:47 +0200)

This pulls in parts of both the tegra-for-4.15-dt-bindings and
tegra-for-4.15-firmware tags in order to resolve a build time
dependency.

Thierry

----------------------------------------------------------------
thermal: tegra: Changes for v4.15-rc1

This contains the Tegra186 BPMP thermal driver. It is used to monitor
and access several thermal sensors found in the SoC.

----------------------------------------------------------------
Mikko Perttunen (4):
      dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal
      firmware: tegra: Expose tegra_bpmp_mrq_return()
      firmware: tegra: Add stubs when BPMP not enabled
      thermal: Add Tegra BPMP thermal sensor driver

Thierry Reding (3):
      dt-bindings: clock: tegra: Add sor1_out clock
      Merge branch 'for-4.15/dt-bindings' into for-4.15/thermal
      Merge branch 'for-4.15/firmware' into for-4.15/thermal

Timo Alho (1):
      firmware: tegra: Propagate error code to caller

 .../thermal/nvidia,tegra186-bpmp-thermal.txt       |  32 +++
 drivers/firmware/tegra/bpmp.c                      |  27 ++-
 drivers/thermal/Makefile                           |   2 +-
 drivers/thermal/tegra/Kconfig                      |   7 +
 drivers/thermal/tegra/Makefile                     |   3 +-
 drivers/thermal/tegra/tegra-bpmp-thermal.c         | 263 +++++++++++++++++++++
 include/dt-bindings/clock/tegra210-car.h           |   1 +
 .../dt-bindings/thermal/tegra186-bpmp-thermal.h    |  14 ++
 include/soc/tegra/bpmp.h                           |  45 +++-
 9 files changed, 381 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt
 create mode 100644 drivers/thermal/tegra/tegra-bpmp-thermal.c
 create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h

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

* [GIT PULL 5/7] ARM: tegra: Device tree changes for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-20 11:56     ` Thierry Reding
  -1 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 33dfb1e18d534c4b7509de2a68ef1baf83d9710f:

  ARM: tegra: Enable CEC support on Jetson TK1 (2017-10-19 11:45:14 +0200)

Thanks,
Thierry

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

Adds support for the CEC controller found on Tegra124 and enables it on
Tegra K1.

----------------------------------------------------------------
Hans Verkuil (2):
      ARM: tegra: Add CEC support for Tegra124
      ARM: tegra: Enable CEC support on Jetson TK1

 arch/arm/boot/dts/tegra124-jetson-tk1.dts |  4 ++++
 arch/arm/boot/dts/tegra124.dtsi           | 12 +++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

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

* [GIT PULL 5/7] ARM: tegra: Device tree changes for v4.15-rc1
@ 2017-10-20 11:56     ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 33dfb1e18d534c4b7509de2a68ef1baf83d9710f:

  ARM: tegra: Enable CEC support on Jetson TK1 (2017-10-19 11:45:14 +0200)

Thanks,
Thierry

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

Adds support for the CEC controller found on Tegra124 and enables it on
Tegra K1.

----------------------------------------------------------------
Hans Verkuil (2):
      ARM: tegra: Add CEC support for Tegra124
      ARM: tegra: Enable CEC support on Jetson TK1

 arch/arm/boot/dts/tegra124-jetson-tk1.dts |  4 ++++
 arch/arm/boot/dts/tegra124.dtsi           | 12 +++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

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

* [GIT PULL 6/7] arm64: tegra: Device tree changes for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-20 11:56     ` Thierry Reding
  -1 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 15274c232131569b9010634a3f4f129c80c027a3:

  arm64: tegra: Add BPMP thermal sensor to Tegra186 (2017-10-19 16:35:50 +0200)

This pulls in a part of the tegra-for-4.15-dt-bindings tag in order to
resolve a build time dependency.

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v4.15-rc1

Enables host1x, VIC, PCIe and the BPMP thermal sensor on Tegra186.

----------------------------------------------------------------
Manikanta Maddireddy (2):
      arm64: tegra: Add PCIe node for Tegra186
      arm64: tegra: Enable PCIe on Jetson TX2

Mikko Perttunen (5):
      dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal
      arm64: tegra: Add #power-domain-cells for BPMP
      arm64: tegra: Add host1x on Tegra186
      arm64: tegra: Add VIC on Tegra186
      arm64: tegra: Add BPMP thermal sensor to Tegra186

Thierry Reding (2):
      dt-bindings: clock: tegra: Add sor1_out clock
      Merge branch 'for-4.15/dt-bindings' into for-4.15/arm64/dt

 .../thermal/nvidia,tegra186-bpmp-thermal.txt       |  32 +++
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |  24 +++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 214 +++++++++++++++++++++
 include/dt-bindings/clock/tegra210-car.h           |   1 +
 .../dt-bindings/thermal/tegra186-bpmp-thermal.h    |  14 ++
 5 files changed, 285 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt
 create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h

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

* [GIT PULL 6/7] arm64: tegra: Device tree changes for v4.15-rc1
@ 2017-10-20 11:56     ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 15274c232131569b9010634a3f4f129c80c027a3:

  arm64: tegra: Add BPMP thermal sensor to Tegra186 (2017-10-19 16:35:50 +0200)

This pulls in a part of the tegra-for-4.15-dt-bindings tag in order to
resolve a build time dependency.

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Device tree changes for v4.15-rc1

Enables host1x, VIC, PCIe and the BPMP thermal sensor on Tegra186.

----------------------------------------------------------------
Manikanta Maddireddy (2):
      arm64: tegra: Add PCIe node for Tegra186
      arm64: tegra: Enable PCIe on Jetson TX2

Mikko Perttunen (5):
      dt-bindings: Add bindings for nvidia,tegra186-bpmp-thermal
      arm64: tegra: Add #power-domain-cells for BPMP
      arm64: tegra: Add host1x on Tegra186
      arm64: tegra: Add VIC on Tegra186
      arm64: tegra: Add BPMP thermal sensor to Tegra186

Thierry Reding (2):
      dt-bindings: clock: tegra: Add sor1_out clock
      Merge branch 'for-4.15/dt-bindings' into for-4.15/arm64/dt

 .../thermal/nvidia,tegra186-bpmp-thermal.txt       |  32 +++
 arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts |  24 +++
 arch/arm64/boot/dts/nvidia/tegra186.dtsi           | 214 +++++++++++++++++++++
 include/dt-bindings/clock/tegra210-car.h           |   1 +
 .../dt-bindings/thermal/tegra186-bpmp-thermal.h    |  14 ++
 5 files changed, 285 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.txt
 create mode 100644 include/dt-bindings/thermal/tegra186-bpmp-thermal.h

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

* [GIT PULL 7/7] arm64: tegra: Default configuration updates for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-20 11:56     ` Thierry Reding
  -1 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: arm-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 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to a9e6753c1c92ae7d2c0c99b420c5c7dd5ebfc37d:

  arm64: defconfig: Enable Tegra PCI controller (2017-10-19 10:24:16 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration updates for v4.15-rc1

This enables the PCI host controller on 64-bit ARM. It is supported and
enabled via device tree on Tegra210 and Tegra186.

----------------------------------------------------------------
Tuomas Tynkkynen (1):
      arm64: defconfig: Enable Tegra PCI controller

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

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

* [GIT PULL 7/7] arm64: tegra: Default configuration updates for v4.15-rc1
@ 2017-10-20 11:56     ` Thierry Reding
  0 siblings, 0 replies; 28+ messages in thread
From: Thierry Reding @ 2017-10-20 11:56 UTC (permalink / raw)
  To: linux-arm-kernel

Hi ARM SoC maintainers,

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to a9e6753c1c92ae7d2c0c99b420c5c7dd5ebfc37d:

  arm64: defconfig: Enable Tegra PCI controller (2017-10-19 10:24:16 +0200)

Thanks,
Thierry

----------------------------------------------------------------
arm64: tegra: Default configuration updates for v4.15-rc1

This enables the PCI host controller on 64-bit ARM. It is supported and
enabled via device tree on Tegra210 and Tegra186.

----------------------------------------------------------------
Tuomas Tynkkynen (1):
      arm64: defconfig: Enable Tegra PCI controller

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

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

* Re: [GIT PULL 7/7] arm64: tegra: Default configuration updates for v4.15-rc1
  2017-10-20 11:56     ` Thierry Reding
@ 2017-10-30  9:37         ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30  9:37 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> ----------------------------------------------------------------
> arm64: tegra: Default configuration updates for v4.15-rc1
>
> This enables the PCI host controller on 64-bit ARM. It is supported and
> enabled via device tree on Tegra210 and Tegra186.
>

Pulled into next/soc, thanks!

      Arnd

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

* [GIT PULL 7/7] arm64: tegra: Default configuration updates for v4.15-rc1
@ 2017-10-30  9:37         ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30  9:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> ----------------------------------------------------------------
> arm64: tegra: Default configuration updates for v4.15-rc1
>
> This enables the PCI host controller on 64-bit ARM. It is supported and
> enabled via device tree on Tegra210 and Tegra186.
>

Pulled into next/soc, thanks!

      Arnd

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

* Re: [GIT PULL 1/7] dt-bindings: Updates for v4.15-rc1
  2017-10-20 11:55 ` Thierry Reding
@ 2017-10-30 11:06     ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30 11:06 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> ----------------------------------------------------------------
> dt-bindings: Updates for v4.15-rc1
>
> This contains the addition of a clock alias which will be used to fix
> the implementation of the SOR1 clock.
>
> Also included are the bindings for the Tegra186 BPMP thermal driver, a
> prerequisite for both the driver and device tree changes.

Pulled into next/dt, thanks!

     Arnd

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

* [GIT PULL 1/7] dt-bindings: Updates for v4.15-rc1
@ 2017-10-30 11:06     ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30 11:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> ----------------------------------------------------------------
> dt-bindings: Updates for v4.15-rc1
>
> This contains the addition of a clock alias which will be used to fix
> the implementation of the SOR1 clock.
>
> Also included are the bindings for the Tegra186 BPMP thermal driver, a
> prerequisite for both the driver and device tree changes.

Pulled into next/dt, thanks!

     Arnd

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

* Re: [GIT PULL 5/7] ARM: tegra: Device tree changes for v4.15-rc1
  2017-10-20 11:56     ` Thierry Reding
@ 2017-10-30 11:43         ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30 11:43 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v4.15-rc1
>
> Adds support for the CEC controller found on Tegra124 and enables it on
> Tegra K1.

Pulled into next/dt, thanks!

     Arnd

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

* [GIT PULL 5/7] ARM: tegra: Device tree changes for v4.15-rc1
@ 2017-10-30 11:43         ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30 11:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
>
> ----------------------------------------------------------------
> ARM: tegra: Device tree changes for v4.15-rc1
>
> Adds support for the CEC controller found on Tegra124 and enables it on
> Tegra K1.

Pulled into next/dt, thanks!

     Arnd

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

* Re: [GIT PULL 6/7] arm64: tegra: Device tree changes for v4.15-rc1
  2017-10-20 11:56     ` Thierry Reding
@ 2017-10-30 13:32         ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30 13:32 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> for you to fetch changes up to 15274c232131569b9010634a3f4f129c80c027a3:
>
>   arm64: tegra: Add BPMP thermal sensor to Tegra186 (2017-10-19 16:35:50 +0200)
>
> This pulls in a part of the tegra-for-4.15-dt-bindings tag in order to
> resolve a build time dependency.

Pulled into next/dt, thanks!

     Arnd

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

* [GIT PULL 6/7] arm64: tegra: Device tree changes for v4.15-rc1
@ 2017-10-30 13:32         ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-10-30 13:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:

> for you to fetch changes up to 15274c232131569b9010634a3f4f129c80c027a3:
>
>   arm64: tegra: Add BPMP thermal sensor to Tegra186 (2017-10-19 16:35:50 +0200)
>
> This pulls in a part of the tegra-for-4.15-dt-bindings tag in order to
> resolve a build time dependency.

Pulled into next/dt, thanks!

     Arnd

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

* Re: [GIT PULL 2/7] firmware: tegra: Changes for v4.15-rc1
  2017-10-20 11:55     ` Thierry Reding
@ 2017-11-02 15:15         ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:15 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-firmware
>
> for you to fetch changes up to f2381f652266fabfb7a8f5c4b2a05de36cad3a73:
>
>   firmware: tegra: Add BPMP debugfs support (2017-10-19 16:27:56 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> firmware: tegra: Changes for v4.15-rc1
>
> This contains a couple of (non-critical) fixes and improvements for the
> BPMP driver as well as support for debugfs.

Pulled into next/drivers, thanks!

       Arnd

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

* [GIT PULL 2/7] firmware: tegra: Changes for v4.15-rc1
@ 2017-11-02 15:15         ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:15 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-firmware
>
> for you to fetch changes up to f2381f652266fabfb7a8f5c4b2a05de36cad3a73:
>
>   firmware: tegra: Add BPMP debugfs support (2017-10-19 16:27:56 +0200)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> firmware: tegra: Changes for v4.15-rc1
>
> This contains a couple of (non-critical) fixes and improvements for the
> BPMP driver as well as support for debugfs.

Pulled into next/drivers, thanks!

       Arnd

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

* Re: [GIT PULL 3/7] soc/tegra: Changes for v4.15-rc1
  2017-10-20 11:55     ` Thierry Reding
@ 2017-11-02 15:17         ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:17 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT, Linux ARM

On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-soc
>
> for you to fetch changes up to 775dba87f891e99c2f46df17edd5f5359d0883ad:
>
>   soc/tegra: bpmp: Check BPMP response return code (2017-10-19 16:33:57 +0200)
>
> This pulls in a part of the tegra-for-4.15-firmware tag to resolve a
> build time dependency.
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> soc/tegra: Changes for v4.15-rc1
>
> Contains a fix to the generic power domain driver to properly report
> errors propagated from BPMP.

Pulled into next/drivers, thanks!

       Arnd

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

* [GIT PULL 3/7] soc/tegra: Changes for v4.15-rc1
@ 2017-11-02 15:17         ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:55 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.15-soc
>
> for you to fetch changes up to 775dba87f891e99c2f46df17edd5f5359d0883ad:
>
>   soc/tegra: bpmp: Check BPMP response return code (2017-10-19 16:33:57 +0200)
>
> This pulls in a part of the tegra-for-4.15-firmware tag to resolve a
> build time dependency.
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> soc/tegra: Changes for v4.15-rc1
>
> Contains a fix to the generic power domain driver to properly report
> errors propagated from BPMP.

Pulled into next/drivers, thanks!

       Arnd

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

* Re: [GIT PULL 4/7] thermal: tegra: Changes for v4.15-rc1
  2017-10-20 11:56     ` Thierry Reding
@ 2017-11-02 15:20         ` Arnd Bergmann
  -1 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:20 UTC (permalink / raw)
  To: Thierry Reding
  Cc: arm-soc, Jon Hunter, open list:TEGRA ARCHITECTURE SUPPORT,
	Linux ARM, Zhang Rui, ACPI Devel Maling List

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> This pulls in parts of both the tegra-for-4.15-dt-bindings and
> tegra-for-4.15-firmware tags in order to resolve a build time
> dependency.

I see that Zhang Rui has provided an Ack for this going through the
arm-soc tree,
but is not on Cc. I've added him now for transparency.

Pulled into next/drivers, thanks!

        Arnd

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

* [GIT PULL 4/7] thermal: tegra: Changes for v4.15-rc1
@ 2017-11-02 15:20         ` Arnd Bergmann
  0 siblings, 0 replies; 28+ messages in thread
From: Arnd Bergmann @ 2017-11-02 15:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Oct 20, 2017 at 1:56 PM, Thierry Reding
<thierry.reding@gmail.com> wrote:
> This pulls in parts of both the tegra-for-4.15-dt-bindings and
> tegra-for-4.15-firmware tags in order to resolve a build time
> dependency.

I see that Zhang Rui has provided an Ack for this going through the
arm-soc tree,
but is not on Cc. I've added him now for transparency.

Pulled into next/drivers, thanks!

        Arnd

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

end of thread, other threads:[~2017-11-02 15:20 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20 11:55 [GIT PULL 1/7] dt-bindings: Updates for v4.15-rc1 Thierry Reding
2017-10-20 11:55 ` Thierry Reding
     [not found] ` <20171020115603.9828-1-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-20 11:55   ` [GIT PULL 2/7] firmware: tegra: Changes " Thierry Reding
2017-10-20 11:55     ` Thierry Reding
     [not found]     ` <20171020115603.9828-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-02 15:15       ` Arnd Bergmann
2017-11-02 15:15         ` Arnd Bergmann
2017-10-20 11:55   ` [GIT PULL 3/7] soc/tegra: " Thierry Reding
2017-10-20 11:55     ` Thierry Reding
     [not found]     ` <20171020115603.9828-3-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-02 15:17       ` Arnd Bergmann
2017-11-02 15:17         ` Arnd Bergmann
2017-10-20 11:56   ` [GIT PULL 4/7] thermal: tegra: " Thierry Reding
2017-10-20 11:56     ` Thierry Reding
     [not found]     ` <20171020115603.9828-4-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-02 15:20       ` Arnd Bergmann
2017-11-02 15:20         ` Arnd Bergmann
2017-10-20 11:56   ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
2017-10-20 11:56     ` Thierry Reding
     [not found]     ` <20171020115603.9828-5-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-30 11:43       ` Arnd Bergmann
2017-10-30 11:43         ` Arnd Bergmann
2017-10-20 11:56   ` [GIT PULL 6/7] arm64: " Thierry Reding
2017-10-20 11:56     ` Thierry Reding
     [not found]     ` <20171020115603.9828-6-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-30 13:32       ` Arnd Bergmann
2017-10-30 13:32         ` Arnd Bergmann
2017-10-20 11:56   ` [GIT PULL 7/7] arm64: tegra: Default configuration updates " Thierry Reding
2017-10-20 11:56     ` Thierry Reding
     [not found]     ` <20171020115603.9828-7-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-10-30  9:37       ` Arnd Bergmann
2017-10-30  9:37         ` Arnd Bergmann
2017-10-30 11:06   ` [GIT PULL 1/7] dt-bindings: Updates " Arnd Bergmann
2017-10-30 11:06     ` Arnd Bergmann

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.