mbox series

[GIT,PULL] interconnect fixes for 5.13-rc

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

Pull-request

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

Message

Georgi Djakov May 27, 2021, 12:22 p.m. UTC
Hello Greg,

This pull request contains a few tiny interconnect driver fixes for 5.13-rc.
The details are in the signed tag. Please pull them into char-misc-linus
when possible. The patches have been in linux-next for more than two weeks.

Thanks,
Georgi

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1fd86e280d8b21762901e43d42d66dbfe8b8e0d3:

  interconnect: qcom: Add missing MODULE_DEVICE_TABLE (2021-05-11 07:26:31 +0300)

----------------------------------------------------------------
interconnect fixes for v5.13

This contains two tiny driver fixes:

- bcm-voter: Add missing MODULE_DEVICE_TABLE
- bcm-voter: Add a missing of_node_put()

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

----------------------------------------------------------------
Subbaraman Narayanamurthy (1):
      interconnect: qcom: bcm-voter: add a missing of_node_put()

Zou Wei (1):
      interconnect: qcom: Add missing MODULE_DEVICE_TABLE

 drivers/interconnect/qcom/bcm-voter.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman May 27, 2021, 1:07 p.m. UTC | #1
On Thu, May 27, 2021 at 03:22:55PM +0300, Georgi Djakov wrote:
> Hello Greg,
> 
> This pull request contains a few tiny interconnect driver fixes for 5.13-rc.
> The details are in the signed tag. Please pull them into char-misc-linus
> when possible. The patches have been in linux-next for more than two weeks.
> 
> Thanks,
> Georgi
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.13-rc4

Pulled and pushed out, thanks.

greg k-h