mbox series

[0/5] soundwire: amd: code improvements and new platform

Message ID 20241225072400.912445-1-Vijendar.Mukunda@amd.com
Headers show
Series soundwire: amd: code improvements and new platform | expand

Message

Mukunda,Vijendar Dec. 25, 2024, 7:23 a.m. UTC
This patch series consists of code improvements and new platform support
for ACP7.0 & ACP7.1 platforms.

Vijendar Mukunda (5):
  soundwire: amd: change the soundwire wake enable/disable sequence
  soundwire: amd: add debug log for soundwire wake event
  soundwire: amd: add support for ACP7.0 & ACP7.1 platforms
  soundwire: amd: add soundwire host wake interrupt enable/disable
    sequence
  soundwire: amd: clear soundwire pme wake status

 drivers/soundwire/amd_manager.c   | 102 ++++++++++++++++++++++++++++++
 drivers/soundwire/amd_manager.h   |  27 ++++++++
 include/linux/soundwire/sdw_amd.h |   2 +
 3 files changed, 131 insertions(+)

Comments

Mukunda,Vijendar Dec. 25, 2024, 7:33 a.m. UTC | #1
On 25/12/24 12:53, Vijendar Mukunda wrote:
> This patch series consists of code improvements and new platform support
> for ACP7.0 & ACP7.1 platforms.

Subject line was not posted correctly. 
It should be "soundwire: amd: code improvements and new platform support addition"
>
> Vijendar Mukunda (5):
>   soundwire: amd: change the soundwire wake enable/disable sequence
>   soundwire: amd: add debug log for soundwire wake event
>   soundwire: amd: add support for ACP7.0 & ACP7.1 platforms
>   soundwire: amd: add soundwire host wake interrupt enable/disable
>     sequence
>   soundwire: amd: clear soundwire pme wake status
>
>  drivers/soundwire/amd_manager.c   | 102 ++++++++++++++++++++++++++++++
>  drivers/soundwire/amd_manager.h   |  27 ++++++++
>  include/linux/soundwire/sdw_amd.h |   2 +
>  3 files changed, 131 insertions(+)
>