linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs
@ 2021-09-08 14:03 Srinivasa Rao Mandadapu
  2021-09-13 10:53 ` Mark Brown
  2021-10-07 10:44 ` Srinivas Kandagatla
  0 siblings, 2 replies; 4+ messages in thread
From: Srinivasa Rao Mandadapu @ 2021-09-08 14:03 UTC (permalink / raw)
  To: agross, bjorn.andersson, lgirdwood, broonie, robh+dt, plai,
	bgoswami, perex, tiwai, srinivas.kandagatla, rohitkr,
	linux-arm-msm, alsa-devel, devicetree, linux-kernel, swboyd,
	judyhsiao
  Cc: Srinivasa Rao Mandadapu

Add header defining for lpass internal digital codecs rx,tx and va
dai node id's.

Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
---
Changes since v1:
    -- Add missing dai node ID's

 include/dt-bindings/sound/qcom,lpass.h | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/include/dt-bindings/sound/qcom,lpass.h b/include/dt-bindings/sound/qcom,lpass.h
index 7b0b80b..a9404c3 100644
--- a/include/dt-bindings/sound/qcom,lpass.h
+++ b/include/dt-bindings/sound/qcom,lpass.h
@@ -10,6 +10,37 @@
 
 #define LPASS_DP_RX	5
 
+#define LPASS_CDC_DMA_RX0 6
+#define LPASS_CDC_DMA_RX1 7
+#define LPASS_CDC_DMA_RX2 8
+#define LPASS_CDC_DMA_RX3 9
+#define LPASS_CDC_DMA_RX4 10
+#define LPASS_CDC_DMA_RX5 11
+#define LPASS_CDC_DMA_RX6 12
+#define LPASS_CDC_DMA_RX7 13
+#define LPASS_CDC_DMA_RX8 14
+#define LPASS_CDC_DMA_RX9 15
+
+#define LPASS_CDC_DMA_TX0 16
+#define LPASS_CDC_DMA_TX1 17
+#define LPASS_CDC_DMA_TX2 18
+#define LPASS_CDC_DMA_TX3 19
+#define LPASS_CDC_DMA_TX4 20
+#define LPASS_CDC_DMA_TX5 21
+#define LPASS_CDC_DMA_TX6 22
+#define LPASS_CDC_DMA_TX7 23
+#define LPASS_CDC_DMA_TX8 24
+
+#define LPASS_CDC_DMA_VA_TX0 25
+#define LPASS_CDC_DMA_VA_TX1 26
+#define LPASS_CDC_DMA_VA_TX2 27
+#define LPASS_CDC_DMA_VA_TX3 28
+#define LPASS_CDC_DMA_VA_TX4 29
+#define LPASS_CDC_DMA_VA_TX5 30
+#define LPASS_CDC_DMA_VA_TX6 31
+#define LPASS_CDC_DMA_VA_TX7 32
+#define LPASS_CDC_DMA_VA_TX8 33
+
 #define LPASS_MCLK0	0
 
 #endif /* __DT_QCOM_LPASS_H */
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs
  2021-09-08 14:03 [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs Srinivasa Rao Mandadapu
@ 2021-09-13 10:53 ` Mark Brown
  2021-10-07 10:44 ` Srinivas Kandagatla
  1 sibling, 0 replies; 4+ messages in thread
From: Mark Brown @ 2021-09-13 10:53 UTC (permalink / raw)
  To: agross, perex, linux-kernel, srinivas.kandagatla, alsa-devel,
	bgoswami, bjorn.andersson, rohitkr, devicetree, robh+dt,
	lgirdwood, plai, tiwai, linux-arm-msm, swboyd,
	Srinivasa Rao Mandadapu, judyhsiao
  Cc: Mark Brown

On Wed, 8 Sep 2021 19:33:51 +0530, Srinivasa Rao Mandadapu wrote:
> Add header defining for lpass internal digital codecs rx,tx and va
> dai node id's.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: dt-bindings: lpass: add binding headers for digital codecs
      commit: bfad37c53ae6168d03ab06868ea44e77995c43d5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs
  2021-09-08 14:03 [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs Srinivasa Rao Mandadapu
  2021-09-13 10:53 ` Mark Brown
@ 2021-10-07 10:44 ` Srinivas Kandagatla
  2021-10-08  5:13   ` Srinivasa Rao Mandadapu
  1 sibling, 1 reply; 4+ messages in thread
From: Srinivas Kandagatla @ 2021-10-07 10:44 UTC (permalink / raw)
  To: Srinivasa Rao Mandadapu, agross, bjorn.andersson, lgirdwood,
	broonie, robh+dt, plai, bgoswami, perex, tiwai, rohitkr,
	linux-arm-msm, alsa-devel, devicetree, linux-kernel, swboyd,
	judyhsiao

Hi Srinivasa,


On 08/09/2021 15:03, Srinivasa Rao Mandadapu wrote:
> Add header defining for lpass internal digital codecs rx,tx and va
> dai node id's.
> 
> Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
> ---
> Changes since v1:
>      -- Add missing dai node ID's
> 
>   include/dt-bindings/sound/qcom,lpass.h | 31 +++++++++++++++++++++++++++++++
>   1 file changed, 31 insertions(+)
> 


Mark has already applied v1, 
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/commit/include/dt-bindings/sound/qcom,lpass.h?id=bfad37c53ae6168d03ab06868ea44e77995c43d5

Can you please rebase on top of sound-next so that we endup with correct 
defines.

--srini

> diff --git a/include/dt-bindings/sound/qcom,lpass.h b/include/dt-bindings/sound/qcom,lpass.h
> index 7b0b80b..a9404c3 100644
> --- a/include/dt-bindings/sound/qcom,lpass.h
> +++ b/include/dt-bindings/sound/qcom,lpass.h
> @@ -10,6 +10,37 @@
>   
>   #define LPASS_DP_RX	5
>   
> +#define LPASS_CDC_DMA_RX0 6
> +#define LPASS_CDC_DMA_RX1 7
> +#define LPASS_CDC_DMA_RX2 8
> +#define LPASS_CDC_DMA_RX3 9
> +#define LPASS_CDC_DMA_RX4 10
> +#define LPASS_CDC_DMA_RX5 11
> +#define LPASS_CDC_DMA_RX6 12
> +#define LPASS_CDC_DMA_RX7 13
> +#define LPASS_CDC_DMA_RX8 14
> +#define LPASS_CDC_DMA_RX9 15
> +
> +#define LPASS_CDC_DMA_TX0 16
> +#define LPASS_CDC_DMA_TX1 17
> +#define LPASS_CDC_DMA_TX2 18
> +#define LPASS_CDC_DMA_TX3 19
> +#define LPASS_CDC_DMA_TX4 20
> +#define LPASS_CDC_DMA_TX5 21
> +#define LPASS_CDC_DMA_TX6 22
> +#define LPASS_CDC_DMA_TX7 23
> +#define LPASS_CDC_DMA_TX8 24
> +
> +#define LPASS_CDC_DMA_VA_TX0 25
> +#define LPASS_CDC_DMA_VA_TX1 26
> +#define LPASS_CDC_DMA_VA_TX2 27
> +#define LPASS_CDC_DMA_VA_TX3 28
> +#define LPASS_CDC_DMA_VA_TX4 29
> +#define LPASS_CDC_DMA_VA_TX5 30
> +#define LPASS_CDC_DMA_VA_TX6 31
> +#define LPASS_CDC_DMA_VA_TX7 32
> +#define LPASS_CDC_DMA_VA_TX8 33
> +
>   #define LPASS_MCLK0	0
>   
>   #endif /* __DT_QCOM_LPASS_H */
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs
  2021-10-07 10:44 ` Srinivas Kandagatla
@ 2021-10-08  5:13   ` Srinivasa Rao Mandadapu
  0 siblings, 0 replies; 4+ messages in thread
From: Srinivasa Rao Mandadapu @ 2021-10-08  5:13 UTC (permalink / raw)
  To: Srinivas Kandagatla, agross, bjorn.andersson, lgirdwood, broonie,
	robh+dt, plai, bgoswami, perex, tiwai, rohitkr, linux-arm-msm,
	alsa-devel, devicetree, linux-kernel, swboyd, judyhsiao

Thanks for notification Srini!!!

On 10/7/2021 4:14 PM, Srinivas Kandagatla wrote:
> Hi Srinivasa,
>
>
> On 08/09/2021 15:03, Srinivasa Rao Mandadapu wrote:
>> Add header defining for lpass internal digital codecs rx,tx and va
>> dai node id's.
>>
>> Signed-off-by: Srinivasa Rao Mandadapu <srivasam@codeaurora.org>
>> ---
>> Changes since v1:
>>      -- Add missing dai node ID's
>>
>>   include/dt-bindings/sound/qcom,lpass.h | 31 
>> +++++++++++++++++++++++++++++++
>>   1 file changed, 31 insertions(+)
>>
>
>
> Mark has already applied v1, 
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/commit/include/dt-bindings/sound/qcom,lpass.h?id=bfad37c53ae6168d03ab06868ea44e77995c43d5
>
> Can you please rebase on top of sound-next so that we endup with 
> correct defines.
Sure. will post v3 patch after rebase.
>
> --srini
>
>> diff --git a/include/dt-bindings/sound/qcom,lpass.h 
>> b/include/dt-bindings/sound/qcom,lpass.h
>> index 7b0b80b..a9404c3 100644
>> --- a/include/dt-bindings/sound/qcom,lpass.h
>> +++ b/include/dt-bindings/sound/qcom,lpass.h
>> @@ -10,6 +10,37 @@
>>     #define LPASS_DP_RX    5
>>   +#define LPASS_CDC_DMA_RX0 6
>> +#define LPASS_CDC_DMA_RX1 7
>> +#define LPASS_CDC_DMA_RX2 8
>> +#define LPASS_CDC_DMA_RX3 9
>> +#define LPASS_CDC_DMA_RX4 10
>> +#define LPASS_CDC_DMA_RX5 11
>> +#define LPASS_CDC_DMA_RX6 12
>> +#define LPASS_CDC_DMA_RX7 13
>> +#define LPASS_CDC_DMA_RX8 14
>> +#define LPASS_CDC_DMA_RX9 15
>> +
>> +#define LPASS_CDC_DMA_TX0 16
>> +#define LPASS_CDC_DMA_TX1 17
>> +#define LPASS_CDC_DMA_TX2 18
>> +#define LPASS_CDC_DMA_TX3 19
>> +#define LPASS_CDC_DMA_TX4 20
>> +#define LPASS_CDC_DMA_TX5 21
>> +#define LPASS_CDC_DMA_TX6 22
>> +#define LPASS_CDC_DMA_TX7 23
>> +#define LPASS_CDC_DMA_TX8 24
>> +
>> +#define LPASS_CDC_DMA_VA_TX0 25
>> +#define LPASS_CDC_DMA_VA_TX1 26
>> +#define LPASS_CDC_DMA_VA_TX2 27
>> +#define LPASS_CDC_DMA_VA_TX3 28
>> +#define LPASS_CDC_DMA_VA_TX4 29
>> +#define LPASS_CDC_DMA_VA_TX5 30
>> +#define LPASS_CDC_DMA_VA_TX6 31
>> +#define LPASS_CDC_DMA_VA_TX7 32
>> +#define LPASS_CDC_DMA_VA_TX8 33
>> +
>>   #define LPASS_MCLK0    0
>>     #endif /* __DT_QCOM_LPASS_H */
>>
-- 
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-08  5:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 14:03 [PATCH v2] ASoC: dt-bindings: lpass: add binding headers for digital codecs Srinivasa Rao Mandadapu
2021-09-13 10:53 ` Mark Brown
2021-10-07 10:44 ` Srinivas Kandagatla
2021-10-08  5:13   ` Srinivasa Rao Mandadapu

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).