Re: [PATCH v3 1/5] soundwire: add static port mapping support

2021-03-15 Thread Srinivas Kandagatla
On 12/03/2021 16:56, Pierre-Louis Bossart wrote: On 3/12/21 5:39 AM, Srinivas Kandagatla wrote: Some of the SoundWire device ports are statically mapped to Controller ports during design, however there is no way to expose this information to the controller. Controllers like Qualcomm ones us

Re: [PATCH v3 1/5] soundwire: add static port mapping support

2021-03-12 Thread Pierre-Louis Bossart
On 3/12/21 5:39 AM, Srinivas Kandagatla wrote: Some of the SoundWire device ports are statically mapped to Controller ports during design, however there is no way to expose this information to the controller. Controllers like Qualcomm ones use this info to setup static bandwidth parameters for

[RESEND PATCH v3 1/5] soundwire: add static port mapping support

2021-03-12 Thread Srinivas Kandagatla
Some of the SoundWire device ports are statically mapped to Controller ports during design, however there is no way to expose this information to the controller. Controllers like Qualcomm ones use this info to setup static bandwith parameters for those ports. A generic port allocation is not possi

[PATCH v3 1/5] soundwire: add static port mapping support

2021-03-12 Thread Srinivas Kandagatla
Some of the SoundWire device ports are statically mapped to Controller ports during design, however there is no way to expose this information to the controller. Controllers like Qualcomm ones use this info to setup static bandwidth parameters for those ports. A generic port allocation is not poss