Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Sameer Pujar <spujar@nvidia.com>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	linux-kernel@vger.kernel.org, tiwai@suse.com,
	lgirdwood@gmail.com, robh+dt@kernel.org, broonie@kernel.org,
	linux-tegra@vger.kernel.org, jonathanh@nvidia.com,
	mkumard@nvidia.com
Subject: Re: [PATCH v3 2/5] dt-bindings: Add Tegra234 APE support
Date: Thu, 17 Feb 2022 14:07:04 +0530	[thread overview]
Message-ID: <69ce4562-5b68-93e5-e291-99d7a75ed76f@nvidia.com> (raw)
In-Reply-To: <Yg36oUdUiB/H+Ngf@orome>


On 17-02-2022 13:04, Thierry Reding wrote:
> On Fri, Jan 28, 2022 at 06:07:53PM +0530, Sameer Pujar wrote:
>> Add clocks, power-domain and memory bindings to support APE subsystem
>> on Tegra234.
>>
>> Signed-off-by: Sameer Pujar<spujar@nvidia.com>
>> ---
>>   include/dt-bindings/clock/tegra234-clock.h     | 74 +++++++++++++++++++++++++-
>>   include/dt-bindings/memory/tegra234-mc.h       |  7 +++
>>   include/dt-bindings/power/tegra234-powergate.h |  9 ++++
>>   3 files changed, 89 insertions(+), 1 deletion(-)
>>   create mode 100644 include/dt-bindings/power/tegra234-powergate.h
> [...]
>> diff --git a/include/dt-bindings/memory/tegra234-mc.h b/include/dt-bindings/memory/tegra234-mc.h
>> index 2662f70..444e62d 100644
>> --- a/include/dt-bindings/memory/tegra234-mc.h
>> +++ b/include/dt-bindings/memory/tegra234-mc.h
>> @@ -1,4 +1,5 @@
>>   /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
>> +/* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. */
>>   
>>   #ifndef DT_BINDINGS_MEMORY_TEGRA234_MC_H
>>   #define DT_BINDINGS_MEMORY_TEGRA234_MC_H
>> @@ -7,6 +8,8 @@
>>   #define TEGRA234_SID_INVALID		0x00
>>   #define TEGRA234_SID_PASSTHROUGH	0x7f
>>   
>> +/* NISO0 stream IDs */
>> +#define TEGRA234_SID_APE	0x02
>>   
>>   /* NISO1 stream IDs */
>>   #define TEGRA234_SID_SDMMC4	0x02
>> @@ -20,6 +23,10 @@
>>   #define TEGRA234_MEMORY_CLIENT_SDMMCRAB 0x63
>>   /* sdmmcd memory write client */
>>   #define TEGRA234_MEMORY_CLIENT_SDMMCWAB 0x67
>> +/* Audio Processing (APE) engine read clients */
>> +#define TEGRA234_MEMORY_CLIENT_APER 0x7a
>> +/* Audio Processing (APE) engine write clients */
>> +#define TEGRA234_MEMORY_CLIENT_APEW 0x7b
>>   /* BPMP read client */
>>   #define TEGRA234_MEMORY_CLIENT_BPMPR 0x93
>>   /* BPMP write client */
> This usually needs to be accompanied by a corresponding addition to the
> memory controller driver. Unfortunately it seems like the changes
> targetted at v5.17-rc1 never made it upstream, so I've queued them up
> again for v5.18-rc1. They should show up in today's linux-next. When
> they do, can you please follow up with a patch to the memory controller
> driver that adds the various registers for these clients?

OK, I will follow up.

  reply	other threads:[~2022-02-17  8:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 12:37 [PATCH v3 0/5] Tegra234 APE support Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 1/5] ASoC: tegra: Update AHUB driver for Tegra234 Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 2/5] dt-bindings: Add Tegra234 APE support Sameer Pujar
2022-02-17  7:34   ` Thierry Reding
2022-02-17  8:37     ` Sameer Pujar [this message]
2022-01-28 12:37 ` [PATCH v3 3/5] dt-bindings: Document " Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 4/5] arm64: tegra: Add audio devices on Tegra234 Sameer Pujar
2022-01-28 12:37 ` [PATCH v3 5/5] arm64: tegra: APE sound card for Jetson AGX Orin Sameer Pujar
2022-01-28 15:58 ` (subset) [PATCH v3 0/5] Tegra234 APE support Mark Brown

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=69ce4562-5b68-93e5-e291-99d7a75ed76f@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=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