mbox series

[0/2] ASoC: stm32: sai: add stm32mp25 support

Message ID 20241107155143.1340523-1-olivier.moysan@foss.st.com (mailing list archive)
Headers show
Series ASoC: stm32: sai: add stm32mp25 support | expand

Message

Olivier Moysan Nov. 7, 2024, 3:51 p.m. UTC
Update STM32 SAI driver and binding to support STM32MP25 SoCs.

Olivier Moysan (2):
  ASoC: dt-bindings: add stm32mp25 support for sai
  ASoC: stm32: sai: add stm32mp25 support

 .../bindings/sound/st,stm32-sai.yaml          |  26 +++-
 sound/soc/stm/stm32_sai.c                     |  58 +++++--
 sound/soc/stm/stm32_sai.h                     |   6 +
 sound/soc/stm/stm32_sai_sub.c                 | 144 +++++++++++++++++-
 4 files changed, 216 insertions(+), 18 deletions(-)


base-commit: 2fd094b86c8ae266b618359e4154ab94e806a412

Comments

Mark Brown Nov. 9, 2024, 3:13 a.m. UTC | #1
On Thu, 07 Nov 2024 16:51:40 +0100, Olivier Moysan wrote:
> Update STM32 SAI driver and binding to support STM32MP25 SoCs.
> 
> Olivier Moysan (2):
>   ASoC: dt-bindings: add stm32mp25 support for sai
>   ASoC: stm32: sai: add stm32mp25 support
> 
>  .../bindings/sound/st,stm32-sai.yaml          |  26 +++-
>  sound/soc/stm/stm32_sai.c                     |  58 +++++--
>  sound/soc/stm/stm32_sai.h                     |   6 +
>  sound/soc/stm/stm32_sai_sub.c                 | 144 +++++++++++++++++-
>  4 files changed, 216 insertions(+), 18 deletions(-)
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: add stm32mp25 support for sai
      commit: 8509bb1f11a1fed710271631c2e06fd66452f510
[2/2] ASoC: stm32: sai: add stm32mp25 support
      commit: b3ea5bec7519027a8e0d6c5c3a313e2ab11e6b2c

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