Linux SOC development
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
	Jon Hunter <jonathanh@nvidia.com>,
	linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] dt-bindings: Changes for v6.6-rc1
Date: Fri, 28 Jul 2023 11:41:26 +0200	[thread overview]
Message-ID: <20230728094129.3587109-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20230728094129.3587109-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 72738fdeccd172210539a786e23b09b67565d509:

  dt-bindings: firmware: Add support for tegra186-bpmp DRAM MRQ GSCs (2023-07-26 18:23:42 +0200)

Thanks,
Thierry

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

A number of Tegra-specific bindings are converted to json-schema and the
reserved-memory and BPMP bindings get support for Tegra264.

----------------------------------------------------------------
Peter De Schrijver (2):
      dt-bindings: reserved-memory: Add support for DRAM MRQ GSCs
      dt-bindings: firmware: Add support for tegra186-bpmp DRAM MRQ GSCs

Thierry Reding (7):
      dt-bindings: arm: tegra: flowctrl: Convert to json-schema
      dt-bindings: arm: tegra: ahb: Convert to json-schema
      dt-bindings: serial: tegra-hsuart: Convert to json-schema
      dt-bindings: cpu: Document NVIDIA Tegra186 CCPLEX cluster
      dt-bindings: clock: tegra: Document Tegra132 compatible
      dt-bindings: arm: tegra: nvec: Convert to json-schema
      dt-bindings: thermal: tegra: Convert to json-schema

 .../devicetree/bindings/arm/tegra/nvidia,nvec.txt  |  21 --
 .../bindings/arm/tegra/nvidia,tegra20-ahb.txt      |  17 -
 .../bindings/arm/tegra/nvidia,tegra20-flowctrl.txt |  18 -
 .../bindings/clock/nvidia,tegra124-car.yaml        |   4 +-
 .../cpu/nvidia,tegra186-ccplex-cluster.yaml        |  37 ++
 .../bindings/firmware/nvidia,tegra186-bpmp.yaml    |  39 ++-
 .../nvidia,tegra264-bpmp-shmem.yaml                |  47 +++
 .../bindings/serial/nvidia,tegra20-hsuart.txt      |  73 ----
 .../bindings/serial/nvidia,tegra20-hsuart.yaml     | 125 +++++++
 .../devicetree/bindings/soc/tegra/nvidia,nvec.yaml |  84 +++++
 .../bindings/soc/tegra/nvidia,tegra20-ahb.yaml     |  40 +++
 .../soc/tegra/nvidia,tegra20-flowctrl.yaml         |  41 +++
 .../bindings/thermal/nvidia,tegra124-soctherm.txt  | 238 -------------
 .../bindings/thermal/nvidia,tegra124-soctherm.yaml | 380 +++++++++++++++++++++
 14 files changed, 791 insertions(+), 373 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,nvec.txt
 delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-ahb.txt
 delete mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
 create mode 100644 Documentation/devicetree/bindings/cpu/nvidia,tegra186-ccplex-cluster.yaml
 create mode 100644 Documentation/devicetree/bindings/reserved-memory/nvidia,tegra264-bpmp-shmem.yaml
 delete mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.txt
 create mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/tegra/nvidia,nvec.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-ahb.yaml
 create mode 100644 Documentation/devicetree/bindings/soc/tegra/nvidia,tegra20-flowctrl.yaml
 delete mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.txt
 create mode 100644 Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml

  reply	other threads:[~2023-07-28  9:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28  9:41 [GIT PULL 1/4] soc/tegra: Changes for v6.6-rc1 Thierry Reding
2023-07-28  9:41 ` Thierry Reding [this message]
2023-07-28  9:41 ` [GIT PULL 3/4] ARM: tegra: Device tree changes " Thierry Reding
2023-07-28  9:41 ` [GIT PULL 4/4] arm64: " Thierry Reding
2023-08-12  9:14 ` [GIT PULL 1/4] soc/tegra: Changes " patchwork-bot+linux-soc
2023-08-12 10:20 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230728094129.3587109-2-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=arm@kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox