[PATCH 0/2] soundwire: amd: refactor clock init sequence and

Vijendar Mukunda posted 2 patches 1 month, 2 weeks ago
drivers/soundwire/amd_manager.c   | 108 +++++++++++++++++++++++++++---
drivers/soundwire/amd_manager.h   |   4 --
include/linux/soundwire/sdw_amd.h |   4 ++
3 files changed, 101 insertions(+), 15 deletions(-)
[PATCH 0/2] soundwire: amd: refactor clock init sequence and
Posted by Vijendar Mukunda 1 month, 2 weeks ago
Refactor clock init sequence to support different bus clock frequencies
other than 12Mhz. Modify the bandwidth calculation logic to support 12Mhz,
6Mhz with different frame sizes.

Vijendar Mukunda (2):
  soundwire: amd: add clock init control function
  soundwire: amd: refactor bandwidth calculaiton logic

 drivers/soundwire/amd_manager.c   | 108 +++++++++++++++++++++++++++---
 drivers/soundwire/amd_manager.h   |   4 --
 include/linux/soundwire/sdw_amd.h |   4 ++
 3 files changed, 101 insertions(+), 15 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] soundwire: amd: refactor clock init sequence and
Posted by Mukunda,Vijendar 1 month, 2 weeks ago
On 22/12/25 13:18, Vijendar Mukunda wrote:
> Refactor clock init sequence to support different bus clock frequencies
> other than 12Mhz. Modify the bandwidth calculation logic to support 12Mhz,
> 6Mhz with different frame sizes.
>
> Vijendar Mukunda (2):
>   soundwire: amd: add clock init control function
>   soundwire: amd: refactor bandwidth calculaiton logic
>
>  drivers/soundwire/amd_manager.c   | 108 +++++++++++++++++++++++++++---
>  drivers/soundwire/amd_manager.h   |   4 --
>  include/linux/soundwire/sdw_amd.h |   4 ++
>  3 files changed, 101 insertions(+), 15 deletions(-)
>
Cover letter title is discarded. Will update the cover letter title and
resend the patch series in the next spin.