public inbox for linuxppc-dev@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] ASoC: fsl_asrc: support the i.MX952 platform
@ 2026-02-06  1:48 Shengjiu Wang
  2026-02-06  1:48 ` [PATCH v4 1/4] ASoC: dt-bindings: fsl,imx-asrc: Add support for " Shengjiu Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Shengjiu Wang @ 2026-02-06  1:48 UTC (permalink / raw)
  To: lgirdwood, broonie, robh, krzk+dt, conor+dt, shawnguo, s.hauer,
	kernel, festevam, linux-sound, devicetree, imx, linux-arm-kernel,
	linux-kernel, shengjiu.wang, Xiubo.Lee, nicoleotsuka, perex,
	tiwai, linuxppc-dev

Update dt binding document and update driver to suppot ASRC on i.MX952.

Changes in v4:
- add Reviewed-by from Daniel in patch 2/4, 3/4
- add Reviewed-by from Frank in patch 4/4
- update the commit message for patch 4/4
- remove 'retry' in patch 2/4, reduce the threshold for timeout.

Changes in v3:
- add Reviewed-by from Daniel in patch 1/4
- swap the patch 2/4 and patch 3/4
- use regmap_read_poll_timeout in the fsl_asrc_m2m_output_ready()
- refine the code in asrc_m2m_device_run()

Changes in v2:
- update commit message for add more infos
- split original patch 2/3 to two patches: patch 2/4 3/4
- use size_add() in patch 4/4

Shengjiu Wang (4):
  ASoC: dt-bindings: fsl,imx-asrc: Add support for i.MX952 platform
  ASoC: fsl_asrc_m2m: Add option to start ASRC before DMA device for M2M
  ASoC: fsl_asrc: Add support for i.MX952 platform
  ASoC: fsl_asrc_dma: allocate memory from dma device

 .../bindings/sound/fsl,imx-asrc.yaml          |  1 +
 sound/soc/fsl/fsl_asrc.c                      | 38 +++++++++++++++
 sound/soc/fsl/fsl_asrc.h                      | 18 +++++++
 sound/soc/fsl/fsl_asrc_common.h               |  4 ++
 sound/soc/fsl/fsl_asrc_dma.c                  | 48 ++++++++++++++++---
 sound/soc/fsl/fsl_asrc_m2m.c                  |  8 +++-
 6 files changed, 109 insertions(+), 8 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2026-02-08 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06  1:48 [PATCH v4 0/4] ASoC: fsl_asrc: support the i.MX952 platform Shengjiu Wang
2026-02-06  1:48 ` [PATCH v4 1/4] ASoC: dt-bindings: fsl,imx-asrc: Add support for " Shengjiu Wang
2026-02-06  1:48 ` [PATCH v4 2/4] ASoC: fsl_asrc_m2m: Add option to start ASRC before DMA device for M2M Shengjiu Wang
2026-02-06 16:43   ` Frank Li
2026-02-06  1:48 ` [PATCH v4 3/4] ASoC: fsl_asrc: Add support for i.MX952 platform Shengjiu Wang
2026-02-06 16:44   ` Frank Li
2026-02-06  1:48 ` [PATCH v4 4/4] ASoC: fsl_asrc_dma: allocate memory from dma device Shengjiu Wang
2026-02-08 21:21 ` [PATCH v4 0/4] ASoC: fsl_asrc: support the i.MX952 platform Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox