linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add support of two Audio PLL source
@ 2022-07-01  9:32 Shengjiu Wang
  2022-07-01  9:32 ` [PATCH v2 1/6] ASoC: fsl_utils: Add function to handle PLL clock source Shengjiu Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Shengjiu Wang @ 2022-07-01  9:32 UTC (permalink / raw)
  To: nicoleotsuka, Xiubo.Lee, festevam, shengjiu.wang, lgirdwood,
	broonie, perex, tiwai, alsa-devel, robh+dt, krzk+dt, devicetree
  Cc: linuxppc-dev, linux-kernel

i.MX8MQ/MN/MM/MP platforms typically have 2 AUDIO PLLs being
configured to handle 8kHz and 11kHz series audio rates.

The patches implement the functionality to select at runtime
the appropriate AUDIO PLL for root clock, if there is no
two PLL registered, then no action taken.

change in v2:
- simply the logic for calling reparent function

Shengjiu Wang (6):
  ASoC: fsl_utils: Add function to handle PLL clock source
  ASoC: fsl_spdif: Add support for PLL switch at runtime.
  ASoC: fsl_micfil: Add support for PLL switch at runtime
  ASoC: fsl_sai: Add support for PLL switch at runtime
  ASoC: dt-bindings: fsl_spdif: Add two PLL clock source
  ASoC: dt-bindings: fsl-sai: Add two PLL clock source

 .../devicetree/bindings/sound/fsl,spdif.yaml  |  4 ++
 .../devicetree/bindings/sound/fsl-sai.txt     |  3 +
 sound/soc/fsl/Kconfig                         |  3 +
 sound/soc/fsl/fsl_micfil.c                    | 31 +++++++++
 sound/soc/fsl/fsl_sai.c                       | 38 ++++++++++
 sound/soc/fsl/fsl_sai.h                       |  2 +
 sound/soc/fsl/fsl_spdif.c                     | 48 +++++++++++--
 sound/soc/fsl/fsl_utils.c                     | 69 +++++++++++++++++++
 sound/soc/fsl/fsl_utils.h                     |  7 ++
 9 files changed, 200 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-07-06 11:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-01  9:32 [PATCH v2 0/6] Add support of two Audio PLL source Shengjiu Wang
2022-07-01  9:32 ` [PATCH v2 1/6] ASoC: fsl_utils: Add function to handle PLL clock source Shengjiu Wang
2022-07-01  9:32 ` [PATCH v2 2/6] ASoC: fsl_spdif: Add support for PLL switch at runtime Shengjiu Wang
2022-07-01  9:32 ` [PATCH v2 3/6] ASoC: fsl_micfil: " Shengjiu Wang
2022-07-01  9:32 ` [PATCH v2 4/6] ASoC: fsl_sai: " Shengjiu Wang
2022-07-01  9:32 ` [PATCH v2 5/6] ASoC: dt-bindings: fsl_spdif: Add two PLL clock source Shengjiu Wang
2022-07-01 20:54   ` Rob Herring
2022-07-01  9:32 ` [PATCH v2 6/6] ASoC: dt-bindings: fsl-sai: " Shengjiu Wang
2022-07-01 20:54   ` Rob Herring
2022-07-06 11:07 ` [PATCH v2 0/6] Add support of two Audio PLL source Mark Brown

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