2022-11-18 07:31:47

by Srinivas Kandagatla

[permalink] [raw]
Subject: [PATCH 0/2] slimbus: fixes for 6.1

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(-)

--
2.25.1



2022-11-22 17:57:17

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 0/2] slimbus: fixes for 6.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