From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: Mark Brown <broonie@kernel.org>
Cc: alsa-devel@alsa-project.org, lgirdwood@gmail.com, perex@perex.cz,
tiwai@suse.com, Basavaraj.Hiregoudar@amd.com,
Sunil-kumar.Dommati@amd.com, venkataprasad.potturu@amd.com,
Mario.Limonciello@amd.com, linux-sound@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH V2 00/23] ASoC: amd: acp70: add soundwire and acp pdm support
Date: Mon, 10 Feb 2025 22:16:05 +0530 [thread overview]
Message-ID: <d16ce74f-3320-49ec-a195-a473e03a9fc4@amd.com> (raw)
In-Reply-To: <173920499691.65690.5029473211250633476.b4-ty@kernel.org>
On 10/02/25 21:59, Mark Brown wrote:
> On Mon, 20 Jan 2025 15:31:07 +0530, Vijendar Mukunda wrote:
>> This patch series includes below changes
>> - Add Audio IO support for ACP7.0 and ACP7.1 platforms for
>> SoundWire IO and ACP PDM controller combination.
>> - Add common driver modules for ACP7.0 and ACP7.1 platforms
>> (acp pci driver, Soundwire dma driver, pdm platform driver).
>> - Add SoundWire generic machine driver changes for legacy stack
>> (No DSP enabled) for ACP7.0 & ACP7.1 platforms.
>> - Add SoundWire machines for ACP7.0 & ACP7.1 platforms.
>>
>> [...]
This patch series should be dropped and V3 version should be picked.
> Applied to
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
>
> Thanks!
>
> [01/23] ASoC: amd: add register header file for ACP7.0 platform
> (no commit info)
> [02/23] ASoC: amd: acp70: add acp pci driver for ACP7.0 and ACP7.1 platforms
> (no commit info)
> [03/23] ASoC: amd: acp70: add acp init and de-init functions
> (no commit info)
> [04/23] ASoC: amd: acp70: add logic for scanning acp child devices
> (no commit info)
> [05/23] ASoC: amd: acp70: create platform devices for acp child nodes
> (no commit info)
> [06/23] ASoC: amd: acp70: enable driver build for ACP7.0 platform
> (no commit info)
> [07/23] ASoC: amd: acp70: add acp pdm platform driver
> (no commit info)
> [08/23] ASoC: amd: acp70: add acp pdm driver dma ops and dai ops
> (no commit info)
> [09/23] ASoC: amd: acp70: add acp soundwire dma driver
> (no commit info)
> [10/23] ASoC: amd: update ACP7.0 KConfig option description
> (no commit info)
> [11/23] ASoC: amd: acp70: add soundwire dma driver dma ops
> (no commit info)
> [12/23] ASoC: amd: acp70: add acp ip interrupt handler
> (no commit info)
> [13/23] ASoC: amd: acp70: add acp pdm driver pm ops
> (no commit info)
> [14/23] ASoC: amd: acp70: add pm ops support for soundwire dma driver
> (no commit info)
> [15/23] ASoC: amd: acp70: add acp driver pm ops support
> (no commit info)
> [16/23] ASoC: amd: acp70: enable wake capability for acp pci driver
> (no commit info)
> [17/23] ASoC: amd: acp70: add soundwire wake interrupt handling
> (no commit info)
> [18/23] ASoC: amd: acp70: enable soundwire host wake irq mask
> (no commit info)
> [19/23] ASoC: amd: acp70: enable acp pme enable during acp init sequence
> (no commit info)
> [20/23] ASoC: amd: acp70: create a device node for soundwire machine driver
> (no commit info)
> [21/23] ASoC: amd: acp: add machine driver changes for ACP7.0 and ACP7.1 platforms
> commit: 638ad2bdb2f994c8bd99cc40e0c4796a8617ccf3
> [22/23] ASoC: amd: acp: add RT711, RT714 & RT1316 support for ACP7.0 platform
> commit: 187150671d83324f1ca56f7ab5e00f16a3b9f2a9
> [23/23] ASoC: amd: acp: amd-acp70-acpi-match: Add rt722 support
> commit: d0252b0b945ec67fd09fc764dcadf445fb7757ee
>
> 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
>
next prev parent reply other threads:[~2025-02-10 16:46 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-20 10:01 [PATCH V2 00/23] ASoC: amd: acp70: add soundwire and acp pdm support Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 01/23] ASoC: amd: add register header file for ACP7.0 platform Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 02/23] ASoC: amd: acp70: add acp pci driver for ACP7.0 and ACP7.1 platforms Vijendar Mukunda
2025-01-20 17:08 ` Mark Brown
2025-01-20 17:33 ` Mukunda,Vijendar
2025-01-20 10:01 ` [PATCH V2 03/23] ASoC: amd: acp70: add acp init and de-init functions Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 04/23] ASoC: amd: acp70: add logic for scanning acp child devices Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 05/23] ASoC: amd: acp70: create platform devices for acp child nodes Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 06/23] ASoC: amd: acp70: enable driver build for ACP7.0 platform Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 07/23] ASoC: amd: acp70: add acp pdm platform driver Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 08/23] ASoC: amd: acp70: add acp pdm driver dma ops and dai ops Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 09/23] ASoC: amd: acp70: add acp soundwire dma driver Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 10/23] ASoC: amd: update ACP7.0 KConfig option description Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 11/23] ASoC: amd: acp70: add soundwire dma driver dma ops Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 12/23] ASoC: amd: acp70: add acp ip interrupt handler Vijendar Mukunda
2025-01-20 17:55 ` Mark Brown
2025-01-20 18:18 ` Mukunda,Vijendar
2025-01-20 18:39 ` Mark Brown
2025-01-20 18:47 ` Mario Limonciello
2025-01-20 19:28 ` Mark Brown
2025-01-21 5:22 ` Mukunda,Vijendar
2025-01-20 10:01 ` [PATCH V2 13/23] ASoC: amd: acp70: add acp pdm driver pm ops Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 14/23] ASoC: amd: acp70: add pm ops support for soundwire dma driver Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 15/23] ASoC: amd: acp70: add acp driver pm ops support Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 16/23] ASoC: amd: acp70: enable wake capability for acp pci driver Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 17/23] ASoC: amd: acp70: add soundwire wake interrupt handling Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 18/23] ASoC: amd: acp70: enable soundwire host wake irq mask Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 19/23] ASoC: amd: acp70: enable acp pme enable during acp init sequence Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 20/23] ASoC: amd: acp70: create a device node for soundwire machine driver Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 21/23] ASoC: amd: acp: add machine driver changes for ACP7.0 and ACP7.1 platforms Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 22/23] ASoC: amd: acp: add RT711, RT714 & RT1316 support for ACP7.0 platform Vijendar Mukunda
2025-01-20 10:01 ` [PATCH V2 23/23] ASoC: amd: acp: amd-acp70-acpi-match: Add rt722 support Vijendar Mukunda
2025-02-10 16:29 ` [PATCH V2 00/23] ASoC: amd: acp70: add soundwire and acp pdm support Mark Brown
2025-02-10 16:46 ` Mukunda,Vijendar [this message]
2025-02-10 18:04 ` Mark Brown
2025-02-11 8:21 ` 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=d16ce74f-3320-49ec-a195-a473e03a9fc4@amd.com \
--to=vijendar.mukunda@amd.com \
--cc=Basavaraj.Hiregoudar@amd.com \
--cc=Mario.Limonciello@amd.com \
--cc=Sunil-kumar.Dommati@amd.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
--cc=venkataprasad.potturu@amd.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox