mbox series

[GIT,PULL] interconnect fixes for 5.18-rc

Message ID 20220422073221.30745-1-djakov@kernel.org (mailing list archive)
State Handled Elsewhere, archived
Headers show
Series [GIT,PULL] interconnect fixes for 5.18-rc | expand

Pull-request

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

Message

Georgi Djakov April 22, 2022, 7:32 a.m. UTC
Hello Greg,

This pull request contains interconnect driver fixes for an issue that
has been reported. Please pull into char-misc-linus when possible. The
patches have been in linux-next for a week.

Thanks,
Georgi

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2fb251c265608636fc961b7d38e1a03937e57371:

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

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

This contains a fix for a reported issue on sc7180 platforms, where
one of the resources has been incorrectly modelled as both clock and
interconnect, which is causing a crash when both frameworks try to
manage it. Fix the same issue also on another platform that appears
to be affected by the same.

- interconnect: qcom: sc7180: Drop IP0 interconnects
- interconnect: qcom: sdx55: Drop IP0 interconnects

Signed-off-by: Georgi Djakov <djakov@kernel.org>

----------------------------------------------------------------
Stephen Boyd (2):
      interconnect: qcom: sc7180: Drop IP0 interconnects
      interconnect: qcom: sdx55: Drop IP0 interconnects

 drivers/interconnect/qcom/sc7180.c | 21 --------
 drivers/interconnect/qcom/sdx55.c  | 21 --------
 2 files changed, 42 deletions(-)

Comments

Greg KH April 22, 2022, 1:50 p.m. UTC | #1
On Fri, Apr 22, 2022 at 10:32:21AM +0300, Georgi Djakov wrote:
> Hello Greg,
> 
> This pull request contains interconnect driver fixes for an issue that
> has been reported. Please pull into char-misc-linus when possible. The
> patches have been in linux-next for a week.
> 
> Thanks,
> Georgi
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.18-rc4

Pulled and pushed out,t hanks.

greg k-h