[0/2] slimbus: fixes for 6.1

Message ID 20221118065228.6773-1-srinivas.kandagatla@linaro.org
Headers
Series slimbus: fixes for 6.1 |

Message

Srinivas Kandagatla Nov. 18, 2022, 6:52 a.m. UTC
  Hi Greg,

Here are two important fixes in slimbus one is to fix the presence rate table as per
the MiPi spec and other is fix a build error.

If its not too late, can you take them for 6.1.

Many thanks,
Srini

Krzysztof Kozlowski (1):
  slimbus: stream: correct presence rate frequencies

Zheng Bin (1):
  slimbus: qcom-ngd: Fix build error when CONFIG_SLIM_QCOM_NGD_CTRL=y &&
    CONFIG_QCOM_RPROC_COMMON=m

 drivers/slimbus/Kconfig  | 2 +-
 drivers/slimbus/stream.c | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
  

Comments

Greg KH Nov. 22, 2022, 5:23 p.m. UTC | #1
On Fri, Nov 18, 2022 at 06:52:26AM +0000, Srinivas Kandagatla wrote:
> Hi Greg,
> 
> Here are two important fixes in slimbus one is to fix the presence rate table as per
> the MiPi spec and other is fix a build error.
> 
> If its not too late, can you take them for 6.1.

Already in 6.1-rc6, right?

thanks,

greg k-h