mbox series

[GIT,PULL,1/7] dt-bindings: Changes for v5.16-rc1

Message ID 20211008201132.1678814-2-thierry.reding@gmail.com
State New
Headers show
Series NVIDIA Tegra changes for v5.16-rc1 | expand

Pull-request

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

Message

Thierry Reding Oct. 8, 2021, 8:11 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 354754f559507e0dba014aa830c70e73e7d52f98:

  dt-bindings: PCI: tegra194: Fix PCIe endpoint node names (2021-10-07 21:24:25 +0200)

Thanks,
Thierry

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

This contains the DT bindings for the NVDEC hardware video decoder found
on Tegra210 and later chips as well as a node name fix for the examples
in the Tegra194 PCIe controller (endpoint mode) DT bindings.

----------------------------------------------------------------
Mauro Carvalho Chehab (1):
      dt-bindings: PCI: tegra194: Fix PCIe endpoint node names

Mikko Perttunen (1):
      dt-bindings: Add YAML bindings for NVDEC

 .../bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml | 106 +++++++++++++++++++++
 .../bindings/pci/nvidia,tegra194-pcie.txt          |   2 +-
 MAINTAINERS                                        |   1 +
 3 files changed, 108 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra210-nvdec.yaml

Comments

Arnd Bergmann Oct. 11, 2021, 10:11 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 8 Oct 2021 22:11:26 +0200, Thierry Reding wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.16-dt-bindings
> 
> [...]

Merged into arm/dt, thanks!

merge commit: cda490402d51dcdb4b35d873b268b432467b7b09

       Arnd