mbox series

[GIT,PULL] interconnect fixes for 5.12-rc

Message ID 20210326164603.28202-1-djakov@kernel.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] interconnect fixes for 5.12-rc | expand

Pull-request

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

Message

Georgi Djakov March 26, 2021, 4:46 p.m. UTC
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 <djakov@kernel.org>

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

Comments

Greg KH March 27, 2021, 11:43 a.m. UTC | #1
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