[PATCH v4 0/2] soundwire: amd: clock related changes

Vijendar Mukunda posted 2 patches 1 week, 2 days ago
There is a newer version of this series
drivers/soundwire/amd_manager.c   | 109 +++++++++++++++++++++++++++---
drivers/soundwire/amd_manager.h   |   4 --
include/linux/soundwire/sdw_amd.h |   4 ++
3 files changed, 102 insertions(+), 15 deletions(-)
[PATCH v4 0/2] soundwire: amd: clock related changes
Posted by Vijendar Mukunda 1 week, 2 days 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 calculation logic

Changes since v3:
	- drop unnecessary debug logs.

Changes since v2:
	- Update commit message
	- add comments in the code.
Changes since v1:
	- Update Cover letter title.
	- Fix typo error in commit message.
	- drop unnecessary condition check in compute params callback.

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

-- 
2.45.2
Re: [PATCH v4 0/2] soundwire: amd: clock related changes
Posted by Mario Limonciello 1 week, 1 day ago
On 1/29/26 12:14 AM, 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 calculation logic
> 
> Changes since v3:
> 	- drop unnecessary debug logs.
> 
> Changes since v2:
> 	- Update commit message
> 	- add comments in the code.
> Changes since v1:
> 	- Update Cover letter title.
> 	- Fix typo error in commit message.
> 	- drop unnecessary condition check in compute params callback.
> 
>   drivers/soundwire/amd_manager.c   | 109 +++++++++++++++++++++++++++---
>   drivers/soundwire/amd_manager.h   |   4 --
>   include/linux/soundwire/sdw_amd.h |   4 ++
>   3 files changed, 102 insertions(+), 15 deletions(-)
> 

Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>