2022-05-08 12:14:05

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect fix for 5.18-rc

Hello Greg,

This pull request contains one more fix for the current cycle. The
details are in the signed tag. It has been in linux-next during the
last few days. Please pull into char-misc-linus when possible.

Thanks,
Georgi

The following changes since commit 2fb251c265608636fc961b7d38e1a03937e57371:

interconnect: qcom: sdx55: Drop IP0 interconnects (2022-04-14 09:47:16 +0300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.18-rc6

for you to fetch changes up to 20ce30fb4750f2ffc130cdcb26232b1dd87cd0a5:

interconnect: Restore sync state by ignoring ipa-virt in provider count (2022-05-03 22:24:21 +0300)

----------------------------------------------------------------
interconnect fixes for v5.18-rc

This contains an additional fix for sc7180 and sdx55 platforms that helps
them to enter suspend even on devices that don't have the most recent DT
changes.

- interconnect: Restore sync state by ignoring ipa-virt in provider count

Signed-off-by: Georgi Djakov <[email protected]>

----------------------------------------------------------------
Stephen Boyd (1):
interconnect: Restore sync state by ignoring ipa-virt in provider count

drivers/interconnect/core.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)


2022-05-13 11:46:13

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fix for 5.18-rc

On Thu, May 12, 2022 at 12:58:29PM +0300, Georgi Djakov wrote:
> On 6.05.22 11:59, Georgi Djakov wrote:
> > Hello Greg,
> >
> > This pull request contains one more fix for the current cycle. The
> > details are in the signed tag. It has been in linux-next during the
> > last few days. Please pull into char-misc-linus when possible.
> >
>
> Hello Greg,
>
> I was wondering if this got missed or is it in your mail queue? Please
> let me know in case anything is required from my side.

Still in my queue, sorry, will get to it "soon"...

2022-05-14 00:10:59

by Georgi Djakov

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fix for 5.18-rc

On 6.05.22 11:59, Georgi Djakov wrote:
> Hello Greg,
>
> This pull request contains one more fix for the current cycle. The
> details are in the signed tag. It has been in linux-next during the
> last few days. Please pull into char-misc-linus when possible.
>

Hello Greg,

I was wondering if this got missed or is it in your mail queue? Please
let me know in case anything is required from my side.

Thanks,
Georgi

>
> The following changes since commit 2fb251c265608636fc961b7d38e1a03937e57371:
>
> interconnect: qcom: sdx55: Drop IP0 interconnects (2022-04-14 09:47:16 +0300)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.18-rc6
>
> for you to fetch changes up to 20ce30fb4750f2ffc130cdcb26232b1dd87cd0a5:
>
> interconnect: Restore sync state by ignoring ipa-virt in provider count (2022-05-03 22:24:21 +0300)
>
> ----------------------------------------------------------------
> interconnect fixes for v5.18-rc
>
> This contains an additional fix for sc7180 and sdx55 platforms that helps
> them to enter suspend even on devices that don't have the most recent DT
> changes.
>
> - interconnect: Restore sync state by ignoring ipa-virt in provider count
>
> Signed-off-by: Georgi Djakov <[email protected]>
>
> ----------------------------------------------------------------
> Stephen Boyd (1):
> interconnect: Restore sync state by ignoring ipa-virt in provider count
>
> drivers/interconnect/core.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)


2022-05-14 02:30:49

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fix for 5.18-rc

On Fri, May 06, 2022 at 11:59:23AM +0300, Georgi Djakov wrote:
> Hello Greg,
>
> This pull request contains one more fix for the current cycle. The
> details are in the signed tag. It has been in linux-next during the
> last few days. Please pull into char-misc-linus when possible.
>
> Thanks,
> Georgi
>
> The following changes since commit 2fb251c265608636fc961b7d38e1a03937e57371:
>
> interconnect: qcom: sdx55: Drop IP0 interconnects (2022-04-14 09:47:16 +0300)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.18-rc6

Sorry for the delay, now pulled and pushed out.

greg k-h