All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 RESEND] ASoC: ti: davinci-mcasp: Add dma-type for bcdma
@ 2022-05-05 11:12 ` Jai Luthra
  0 siblings, 0 replies; 4+ messages in thread
From: Jai Luthra @ 2022-05-05 11:12 UTC (permalink / raw)
  To: Peter Ujfalusi, Mark Brown
  Cc: alsa-devel, linux-kernel, Liam Girdwood, Jaroslav Kysela,
	Takashi Iwai, Jayesh Choudhary, Jai Luthra

From: Jayesh Choudhary <j-choudhary@ti.com>

Set DMA type for ti-bcdma controller for AM62-SK.

Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: Jai Luthra <j-luthra@ti.com>
---

Resending the ack-ed patch, as I missed cc'ing all maintainers.

 sound/soc/ti/davinci-mcasp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/ti/davinci-mcasp.c b/sound/soc/ti/davinci-mcasp.c
index 2c146b91fca3..377be2e2b6ee 100644
--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -2047,6 +2047,8 @@ static int davinci_mcasp_get_dma_type(struct davinci_mcasp *mcasp)
 		return PCM_SDMA;
 	else if (strstr(tmp, "udmap"))
 		return PCM_UDMA;
+	else if (strstr(tmp, "bcdma"))
+		return PCM_UDMA;
 
 	return PCM_EDMA;
 }
-- 
2.17.1


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

* [PATCH v2 RESEND] ASoC: ti: davinci-mcasp: Add dma-type for bcdma
@ 2022-05-05 11:12 ` Jai Luthra
  0 siblings, 0 replies; 4+ messages in thread
From: Jai Luthra @ 2022-05-05 11:12 UTC (permalink / raw)
  To: Peter Ujfalusi, Mark Brown
  Cc: Jayesh Choudhary, Jai Luthra, Liam Girdwood, linux-kernel,
	Takashi Iwai, alsa-devel

From: Jayesh Choudhary <j-choudhary@ti.com>

Set DMA type for ti-bcdma controller for AM62-SK.

Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: Jai Luthra <j-luthra@ti.com>
---

Resending the ack-ed patch, as I missed cc'ing all maintainers.

 sound/soc/ti/davinci-mcasp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/ti/davinci-mcasp.c b/sound/soc/ti/davinci-mcasp.c
index 2c146b91fca3..377be2e2b6ee 100644
--- a/sound/soc/ti/davinci-mcasp.c
+++ b/sound/soc/ti/davinci-mcasp.c
@@ -2047,6 +2047,8 @@ static int davinci_mcasp_get_dma_type(struct davinci_mcasp *mcasp)
 		return PCM_SDMA;
 	else if (strstr(tmp, "udmap"))
 		return PCM_UDMA;
+	else if (strstr(tmp, "bcdma"))
+		return PCM_UDMA;
 
 	return PCM_EDMA;
 }
-- 
2.17.1


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

* Re: [PATCH v2 RESEND] ASoC: ti: davinci-mcasp: Add dma-type for bcdma
  2022-05-05 11:12 ` Jai Luthra
@ 2022-05-05 15:12   ` Mark Brown
  -1 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-05-05 15:12 UTC (permalink / raw)
  To: j-luthra, peter.ujfalusi
  Cc: lgirdwood, tiwai, j-choudhary, alsa-devel, linux-kernel, perex

On Thu, 5 May 2022 16:42:26 +0530, Jai Luthra wrote:
> From: Jayesh Choudhary <j-choudhary@ti.com>
> 
> Set DMA type for ti-bcdma controller for AM62-SK.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: ti: davinci-mcasp: Add dma-type for bcdma
      commit: ea706e5604e6d68ec7ec7243f0af0b569045e925

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 RESEND] ASoC: ti: davinci-mcasp: Add dma-type for bcdma
@ 2022-05-05 15:12   ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2022-05-05 15:12 UTC (permalink / raw)
  To: j-luthra, peter.ujfalusi
  Cc: j-choudhary, alsa-devel, lgirdwood, tiwai, linux-kernel

On Thu, 5 May 2022 16:42:26 +0530, Jai Luthra wrote:
> From: Jayesh Choudhary <j-choudhary@ti.com>
> 
> Set DMA type for ti-bcdma controller for AM62-SK.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: ti: davinci-mcasp: Add dma-type for bcdma
      commit: ea706e5604e6d68ec7ec7243f0af0b569045e925

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

end of thread, other threads:[~2022-05-05 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 11:12 [PATCH v2 RESEND] ASoC: ti: davinci-mcasp: Add dma-type for bcdma Jai Luthra
2022-05-05 11:12 ` Jai Luthra
2022-05-05 15:12 ` Mark Brown
2022-05-05 15:12   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.