From: Aaron Kling via B4 Relay <devnull+webgeek1234.gmail.com@kernel.org>
To: Hans Verkuil <hverkuil@xs4all.nl>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>
Cc: linux-tegra@vger.kernel.org, linux-media@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
Aaron Kling <webgeek1234@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: [PATCH v4 0/4] Tegra CEC Updates
Date: Sun, 13 Apr 2025 14:35:31 -0500 [thread overview]
Message-ID: <20250413-tegra-cec-v4-0-b6337b66ccad@gmail.com> (raw)
This series updates Tegra hdmi cec support to be usable out of the box
on Tegra210 through Tegra194.
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
---
Changes in v4:
- Fix review comment on patch 1
- Link to v3: https://lore.kernel.org/r/20250409-tegra-cec-v3-0-91640131dfa2@gmail.com
Changes in v3:
- Update patch 1 to fix lint warnings
- Link to v2: https://lore.kernel.org/r/20250408-tegra-cec-v2-0-2f004fdf84e8@gmail.com
Changes in v2:
- Dropped patch 2, per request
- Added change to declare fallback compatibles instead, as per request
- Update patch 1 to allow fallback compatibles
- Link to v1: https://lore.kernel.org/r/20250407-tegra-cec-v1-0-e25dd9577b5f@gmail.com
---
Aaron Kling (4):
media: dt-bindings: Document Tegra186 and Tegra194 cec
arm64: tegra: Add fallback cec compatibles
arm64: tegra: Add CEC controller on Tegra210
arm64: tegra: Wire up cec to devkits
.../devicetree/bindings/media/cec/nvidia,tegra114-cec.yaml | 14 ++++++++++----
arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 6 ++++++
.../boot/dts/nvidia/tegra186-p3509-0000+p3636-0001.dts | 6 ++++++
arch/arm64/boot/dts/nvidia/tegra186.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 6 ++++++
arch/arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 6 ++++++
arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 6 ++++++
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 6 ++++++
arch/arm64/boot/dts/nvidia/tegra210.dtsi | 9 +++++++++
10 files changed, 57 insertions(+), 6 deletions(-)
---
base-commit: 0af2f6be1b4281385b618cb86ad946eded089ac8
change-id: 20250407-tegra-cec-7e3a7bef456f
Best regards,
--
Aaron Kling <webgeek1234@gmail.com>
next reply other threads:[~2025-04-13 19:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-13 19:35 Aaron Kling via B4 Relay [this message]
2025-04-13 19:35 ` [PATCH v4 1/4] media: dt-bindings: Document Tegra186 and Tegra194 cec Aaron Kling via B4 Relay
2025-04-13 19:35 ` [PATCH v4 2/4] arm64: tegra: Add fallback cec compatibles Aaron Kling via B4 Relay
2025-04-13 19:35 ` [PATCH v4 3/4] arm64: tegra: Add CEC controller on Tegra210 Aaron Kling via B4 Relay
2025-04-13 19:35 ` [PATCH v4 4/4] arm64: tegra: Wire up cec to devkits Aaron Kling via B4 Relay
2025-04-21 1:43 ` [PATCH v4 0/4] Tegra CEC Updates Aaron Kling
2025-05-08 22:00 ` Thierry Reding
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=20250413-tegra-cec-v4-0-b6337b66ccad@gmail.com \
--to=devnull+webgeek1234.gmail.com@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=hverkuil@xs4all.nl \
--cc=jonathanh@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=webgeek1234@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).