2021-03-26 16:47:59

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect fixes for 5.12-rc

Hello Greg,

Here is a pull request with a few tiny interconnect fixes for 5.12-rc.
The details are in the signed tag. Please take them into char-misc-linus
when possible. The patches have been in linux-next for more than a week.

Thanks,
Georgi

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.12-rc5

for you to fetch changes up to 491aef7caeb345ccfd658a7fc8a42944a7f82494:

interconnect: Fix kerneldoc warning (2021-03-18 23:46:21 +0200)

----------------------------------------------------------------
interconnect fixes for v5.12

This contains a few tiny drivers and core fixes that have been
reported during this cycle.

- msm8939: Remove rpm-ids from non-RPM nodes
- core: Fix error return code of icc_link_destroy()
- core: Fix kerneldoc warning

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

----------------------------------------------------------------
Benjamin Li (1):
interconnect: qcom: msm8939: remove rpm-ids from non-RPM nodes

Georgi Djakov (1):
interconnect: Fix kerneldoc warning

Jia-Ju Bai (1):
interconnect: core: fix error return code of icc_link_destroy()

drivers/interconnect/bulk.c | 2 +-
drivers/interconnect/core.c | 2 +
drivers/interconnect/qcom/msm8939.c | 16 ++++----
3 files changed, 11 insertions(+), 9 deletions(-)


2021-03-27 11:47:35

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect fixes for 5.12-rc

On Fri, Mar 26, 2021 at 06:46:03PM +0200, Georgi Djakov wrote:
> Hello Greg,
>
> Here is a pull request with a few tiny interconnect fixes for 5.12-rc.
> The details are in the signed tag. Please take them into char-misc-linus
> when possible. The patches have been in linux-next for more than a week.
>
> Thanks,
> Georgi
>
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
>
> Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.12-rc5

Pulled and pushed out, thanks.

greg k-h