mbox series

[0/2] ASoC: fsl: Support micfil on i.MX943

Message ID 20250114102720.3664667-1-shengjiu.wang@nxp.com (mailing list archive)
Headers show
Series ASoC: fsl: Support micfil on i.MX943 | expand

Message

Shengjiu Wang Jan. 14, 2025, 10:27 a.m. UTC
On i.MX943, the FIFO data address is changed and the bit width
of CICOSR is changed.
Add a new compatible string and update driver for these changes.

Shengjiu Wang (2):
  ASoC: fsl_micfil: Add i.MX943 platform support
  ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX943
    platform

 .../devicetree/bindings/sound/fsl,micfil.yaml |  1 +
 sound/soc/fsl/fsl_micfil.c                    | 98 +++++++++++++++----
 sound/soc/fsl/fsl_micfil.h                    |  2 +-
 3 files changed, 79 insertions(+), 22 deletions(-)

Comments

Mark Brown Jan. 14, 2025, 5:18 p.m. UTC | #1
On Tue, 14 Jan 2025 18:27:18 +0800, Shengjiu Wang wrote:
> On i.MX943, the FIFO data address is changed and the bit width
> of CICOSR is changed.
> Add a new compatible string and update driver for these changes.
> 
> Shengjiu Wang (2):
>   ASoC: fsl_micfil: Add i.MX943 platform support
>   ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX943
>     platform
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: fsl_micfil: Add i.MX943 platform support
      commit: eab69050450ba63a4edb17d3d1a8654d2a130786
[2/2] ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX943 platform
      commit: 3927c51e49c1a45785334dc578f0b29c685619ec

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