mbox series

[0/3] Add Probe functionality support for amd platforms.

Message ID 20230713125709.418851-1-vsujithkumar.reddy@amd.corp-partner.google.com
Headers show
Series Add Probe functionality support for amd platforms. | expand

Message

V sujith kumar Reddy July 13, 2023, 12:57 p.m. UTC
The Patch series consists of probe functionality support for amd
platforms.


V sujith kumar Reddy (3):
  ASoC: SOF: amd: Add Probe functionality support for amd platforms.
  ASoC: SOF: Add acp-probe id to sof probe client driver for
    registration.
  ASoC: SOF: amd: Add Probe register offset for renoir and rembrandt
    platform.

 sound/soc/sof/amd/Kconfig         |   8 ++
 sound/soc/sof/amd/Makefile        |   1 +
 sound/soc/sof/amd/acp-common.c    |   4 +
 sound/soc/sof/amd/acp-ipc.c       |  26 ++++++
 sound/soc/sof/amd/acp-probes.c    | 147 ++++++++++++++++++++++++++++++
 sound/soc/sof/amd/acp.h           |   9 ++
 sound/soc/sof/amd/pci-rmb.c       |   2 +
 sound/soc/sof/amd/pci-rn.c        |   2 +
 sound/soc/sof/sof-client-probes.c |   1 +
 9 files changed, 200 insertions(+)
 create mode 100644 sound/soc/sof/amd/acp-probes.c

Comments

Mark Brown July 18, 2023, 12:09 p.m. UTC | #1
On Thu, 13 Jul 2023 18:27:06 +0530, V sujith kumar Reddy wrote:
> The Patch series consists of probe functionality support for amd
> platforms.
> 
> 
> V sujith kumar Reddy (3):
>   ASoC: SOF: amd: Add Probe functionality support for amd platforms.
>   ASoC: SOF: Add acp-probe id to sof probe client driver for
>     registration.
>   ASoC: SOF: amd: Add Probe register offset for renoir and rembrandt
>     platform.
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: SOF: amd: Add Probe functionality support for amd platforms.
      commit: 1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f
[2/3] ASoC: SOF: Add acp-probe id to sof probe client driver for registration.
      commit: 5e1c5df5048b320adffcb03e0cdfc6027364ed30
[3/3] ASoC: SOF: amd: Add Probe register offset for renoir and rembrandt platform.
      commit: 8278aa8edb4037ca5050a1b0bf32b38ef9fa59bc

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