From: Sameer Pujar <spujar@nvidia.com>
To: <broonie@kernel.org>, <lgirdwood@gmail.com>, <tiwai@suse.com>,
<perex@perex.cz>, <robh+dt@kernel.org>,
<thierry.reding@gmail.com>
Cc: <jonathanh@nvidia.com>, <mkumard@nvidia.com>,
<devicetree@vger.kernel.org>, <linux-tegra@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <alsa-devel@alsa-project.org>,
Sameer Pujar <spujar@nvidia.com>
Subject: [PATCH 0/5] Tegra234 APE support
Date: Tue, 25 Jan 2022 14:18:06 +0530 [thread overview]
Message-ID: <1643100491-5398-1-git-send-email-spujar@nvidia.com> (raw)
This adds APE support on Tegra234 and enables sound card on
Jetson AGX Orin platform.
Mohan Kumar (1):
ASoC: tegra: Update AHUB driver for Tegra234
Sameer Pujar (4):
dt-bindings: Add Tegra234 APE support
dt-bindings: Document Tegra234 APE support
arm64: tegra: Add audio devices on Tegra234
arm64: tegra: APE sound card for Jetson AGX Orin
.../bindings/bus/nvidia,tegra210-aconnect.yaml | 1 +
.../bindings/dma/nvidia,tegra210-adma.yaml | 4 +-
.../bindings/interrupt-controller/arm,gic.yaml | 1 +
.../bindings/sound/nvidia,tegra186-dspk.yaml | 4 +-
.../bindings/sound/nvidia,tegra210-admaif.yaml | 4 +-
.../bindings/sound/nvidia,tegra210-adx.yaml | 1 +
.../bindings/sound/nvidia,tegra210-ahub.yaml | 1 +
.../bindings/sound/nvidia,tegra210-amx.yaml | 3 +
.../bindings/sound/nvidia,tegra210-dmic.yaml | 1 +
.../bindings/sound/nvidia,tegra210-i2s.yaml | 1 +
.../bindings/sound/nvidia,tegra210-mixer.yaml | 1 +
.../bindings/sound/nvidia,tegra210-mvc.yaml | 1 +
.../bindings/sound/nvidia,tegra210-sfc.yaml | 1 +
.../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 1781 ++++++++++++++++++++
arch/arm64/boot/dts/nvidia/tegra234.dtsi | 432 +++++
include/dt-bindings/clock/tegra234-clock.h | 72 +
include/dt-bindings/memory/tegra234-mc.h | 5 +
include/dt-bindings/power/tegra234-powergate.h | 1 +
sound/soc/tegra/tegra210_ahub.c | 147 +-
sound/soc/tegra/tegra210_ahub.h | 4 +-
20 files changed, 2461 insertions(+), 5 deletions(-)
--
2.7.4
next reply other threads:[~2022-01-25 8:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-25 8:48 Sameer Pujar [this message]
2022-01-25 8:48 ` [PATCH 1/5] ASoC: tegra: Update AHUB driver for Tegra234 Sameer Pujar
2022-01-26 16:50 ` Mark Brown
2022-01-25 8:48 ` [PATCH 2/5] dt-bindings: Add Tegra234 APE support Sameer Pujar
2022-01-25 8:48 ` [PATCH 3/5] dt-bindings: Document " Sameer Pujar
2022-01-25 8:48 ` [PATCH 4/5] arm64: tegra: Add audio devices on Tegra234 Sameer Pujar
2022-01-25 8:48 ` [PATCH 5/5] arm64: tegra: APE sound card for Jetson AGX Orin Sameer Pujar
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=1643100491-5398-1-git-send-email-spujar@nvidia.com \
--to=spujar@nvidia.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=mkumard@nvidia.com \
--cc=perex@perex.cz \
--cc=robh+dt@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=tiwai@suse.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).