[GIT PULL] interconnect fixes for 5.11-rc

From: Georgi Djakov
Date: Wed Jan 06 2021 - 04:48:06 EST


Hello Greg,

Here is a pull request with a few interconnect fixes for 5.11-rc.
More details are available in the signed tag. Please take them into
char-misc-linus when possible. The patches have been in linux-next
during the last few days.

Thanks,
Georgi

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc3

for you to fetch changes up to 4b1a60a1bb8f03d82c3f6da424adc96667b59f2a:

MAINTAINERS: Update Georgi's email address (2021-01-04 16:29:45 +0200)

----------------------------------------------------------------
interconnect fixes for v5.11

This contains a few fixes for iMX and Qualcomm drivers and also
updates my email to my kernel.org address.

- qcom: Fix rpmh link failures when compile test is enabled
- imx: Add a missing of_node_put after of_device_is_available
- imx: Remove a useless test
- imx8mq: Use icc_sync_state

Signed-off-by: Georgi Djakov <georgi.djakov@xxxxxxxxxx>

----------------------------------------------------------------
Arnd Bergmann (1):
interconnect: qcom: fix rpmh link failures

Christophe JAILLET (2):
interconnect: imx: Add a missing of_node_put after of_device_is_available
interconnect: imx: Remove a useless test

Georgi Djakov (1):
MAINTAINERS: Update Georgi's email address

Martin Kepplinger (1):
interconnect: imx8mq: Use icc_sync_state

MAINTAINERS | 2 +-
drivers/interconnect/imx/imx.c | 3 +-
drivers/interconnect/imx/imx8mq.c | 2 +
drivers/interconnect/qcom/Kconfig | 23 +++++---
4 files changed, 20 insertions(+), 10 deletions(-)