[PATCH v2 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform

Chancel Liu posted 3 patches 1 year, 11 months ago
.../devicetree/bindings/sound/fsl,micfil.yaml      | 14 ++++++++++----
.../devicetree/bindings/sound/fsl,sai.yaml         |  1 +
sound/soc/fsl/fsl_sai.c                            | 13 +++++++++++++
3 files changed, 24 insertions(+), 4 deletions(-)
[PATCH v2 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
Posted by Chancel Liu 1 year, 11 months ago
Support SAI and MICFIL on i.MX95 platform

changes in v2
- Remove unnecessary "item" in fsl,micfil.yaml
- Don't change alphabetical order in fsl,sai.yaml

Chancel Liu (3):
  ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX95 platform
  ASoC: fsl_sai: Add support for i.MX95 platform
  ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95
    platform

 .../devicetree/bindings/sound/fsl,micfil.yaml      | 14 ++++++++++----
 .../devicetree/bindings/sound/fsl,sai.yaml         |  1 +
 sound/soc/fsl/fsl_sai.c                            | 13 +++++++++++++
 3 files changed, 24 insertions(+), 4 deletions(-)

--
2.42.0
Re: [PATCH v2 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
Posted by Mark Brown 1 year, 11 months ago
On Fri, 12 Jan 2024 14:43:28 +0900, Chancel Liu wrote:
> Support SAI and MICFIL on i.MX95 platform
> 
> changes in v2
> - Remove unnecessary "item" in fsl,micfil.yaml
> - Don't change alphabetical order in fsl,sai.yaml
> 
> Chancel Liu (3):
>   ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX95 platform
>   ASoC: fsl_sai: Add support for i.MX95 platform
>   ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95
>     platform
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX95 platform
      commit: 52523f70fdf9b2cb0bfd1999eba4aa3a30b04fa6
[2/3] ASoC: fsl_sai: Add support for i.MX95 platform
      commit: 2f2d78e2c29347a96268f6f34092538b307ed056
[3/3] ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95 platform
      commit: 20d2719937cf439602566a8f041d3208274abc01

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
Re: [PATCH v2 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
Posted by Daniel Baluta 1 year, 11 months ago
On Fri, Jan 12, 2024 at 7:44 AM Chancel Liu <chancel.liu@nxp.com> wrote:
>
> Support SAI and MICFIL on i.MX95 platform
>
> changes in v2
> - Remove unnecessary "item" in fsl,micfil.yaml
> - Don't change alphabetical order in fsl,sai.yaml
>
> Chancel Liu (3):
>   ASoC: dt-bindings: fsl,sai: Add compatible string for i.MX95 platform
>   ASoC: fsl_sai: Add support for i.MX95 platform
>   ASoC: dt-bindings: fsl,micfil: Add compatible string for i.MX95
>     platform

For all patches in the series:

Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>