All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: "vkoul@kernel.org" <vkoul@kernel.org>
Cc: alsa-devel@alsa-project.org, yung-chuan.liao@linux.intel.com,
	pierre-louis.bossart@linux.intel.com,
	Basavaraj.Hiregoudar@amd.com, Sunil-kumar.Dommati@amd.com,
	vinod.koul@intel.com, venkataprasad.potturu@amd.com,
	Mark Brown <broonie@kernel.org>
Subject: Re: [PATCH V4 00/13] soundwire/SOF: add SoundWire Interface support for AMD SOF stack
Date: Mon, 4 Mar 2024 12:17:40 +0530	[thread overview]
Message-ID: <581a81f4-e540-4de2-b17d-51bc192ae6ec@amd.com> (raw)
In-Reply-To: <565b9a1d-a074-4bb6-b4c5-2b9be9095a3f@sirena.org.uk>

On 31/01/24 23:21, Mark Brown wrote:
> On Mon, Jan 29, 2024 at 11:21:34AM +0530, Vijendar Mukunda wrote:
>> This patch series is to redesign existing platform device creation logic
>> for SoundWire managers and Implement generic functions for SoundWire
>> manager probe, start and exit sequence which are common for both Legacy
>> (NO DSP enabled) and SOF stack, and add SoundWire Interface support for
>> AMD SOF stack (ACP 6.3 based platform).
> The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
>
>   Linux 6.8-rc2 (2024-01-28 17:01:12 -0800)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-soundwire-amd-v6.9

Hi Vinod,

As this patch series is merged in to sound git, Could you please let us know
when this soundwire patch series will be picked in to Soundwire git.

We need to send few fixes on top of this patch series.

-
Vijendar
>
> for you to fetch changes up to c1263c75294cc8178ca964e0220b35518d6fb38d:
>
>   soundwire: amd: refactor register mask structure (2024-01-30 16:06:36 +0000)
>
> ----------------------------------------------------------------
> soundwire: Shared branch with ASoC for AMD driver updates
>
> This branch contains the soundwire portion of a refactoring of the AMD
> soundwire controller and audio drivers which allows for better code
> sharing between DSP and non DSP case, as well as support for SOF.
>
> ----------------------------------------------------------------
> Vijendar Mukunda (6):
>       ASoC/soundwire: implement generic api for scanning amd soundwire controller
>       soundwire: amd: update license
>       soundwire: amd: refactor amd soundwire manager device node creation
>       soundwire: amd: implement function to extract slave information
>       soundwire: amd: refactor soundwire pads enable
>       soundwire: amd: refactor register mask structure
>
>  drivers/soundwire/Makefile        |   2 +-
>  drivers/soundwire/amd_init.c      | 235 ++++++++++++++++++++++++++++++++++++++
>  drivers/soundwire/amd_init.h      |  13 +++
>  drivers/soundwire/amd_manager.c   |  47 ++------
>  drivers/soundwire/amd_manager.h   |  16 +--
>  include/linux/soundwire/sdw_amd.h |  83 ++++++++++++--
>  sound/soc/amd/acp/Kconfig         |   7 ++
>  sound/soc/amd/acp/Makefile        |   2 +
>  sound/soc/amd/acp/amd-sdw-acpi.c  |  62 ++++++++++
>  9 files changed, 405 insertions(+), 62 deletions(-)
>  create mode 100644 drivers/soundwire/amd_init.c
>  create mode 100644 drivers/soundwire/amd_init.h
>  create mode 100644 sound/soc/amd/acp/amd-sdw-acpi.c


  reply	other threads:[~2024-03-04  6:48 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29  5:51 [PATCH V4 00/13] soundwire/SOF: add SoundWire Interface support for AMD SOF stack Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 01/13] ASoC/soundwire: implement generic api for scanning amd soundwire controller Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 02/13] soundwire: amd: update license Vijendar Mukunda
2024-01-30 15:58   ` Vinod Koul
2024-01-29  5:51 ` [PATCH V4 03/13] soundwire: amd: refactor amd soundwire manager device node creation Vijendar Mukunda
2024-01-30 16:00   ` Vinod Koul
2024-01-29  5:51 ` [PATCH V4 04/13] soundwire: amd: implement function to extract slave information Vijendar Mukunda
2024-01-30 15:59   ` Vinod Koul
2024-01-29  5:51 ` [PATCH V4 05/13] soundwire: amd: refactor soundwire pads enable Vijendar Mukunda
2024-01-30 16:00   ` Vinod Koul
2024-01-29  5:51 ` [PATCH V4 06/13] soundwire: amd: refactor register mask structure Vijendar Mukunda
2024-01-30 16:00   ` Vinod Koul
2024-01-29  5:51 ` [PATCH V4 07/13] ASoC: SOF: amd: add code for invoking soundwire manager helper functions Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 08/13] ASoC: SOF: amd: add interrupt handling for SoundWire manager devices Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 09/13] ASoC: SOF: amd: Add Soundwire DAI configuration support for AMD platforms Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 10/13] ASoC: SOF: amd: add machine select logic for soundwire based platforms Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 11/13] ASoC: SOF: amd: update descriptor fields for acp6.3 based platform Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 12/13] ASoC: SOF: amd: select soundwire dependency flag " Vijendar Mukunda
2024-01-29  5:51 ` [PATCH V4 13/13] ASoC: SOF: amd: refactor acp driver pm ops Vijendar Mukunda
2024-01-31 17:11 ` [PATCH V4 00/13] soundwire/SOF: add SoundWire Interface support for AMD SOF stack Mark Brown
2024-01-31 17:51 ` Mark Brown
2024-03-04  6:47   ` Mukunda,Vijendar [this message]
2024-03-12 14:28     ` Vinod Koul
2024-03-12 16:29       ` Mukunda,Vijendar
2024-03-12 16:46         ` Mark Brown
2024-03-13  5:26           ` Mukunda,Vijendar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=581a81f4-e540-4de2-b17d-51bc192ae6ec@amd.com \
    --to=vijendar.mukunda@amd.com \
    --cc=Basavaraj.Hiregoudar@amd.com \
    --cc=Sunil-kumar.Dommati@amd.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=venkataprasad.potturu@amd.com \
    --cc=vinod.koul@intel.com \
    --cc=vkoul@kernel.org \
    --cc=yung-chuan.liao@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.