2020-07-24 11:44:05

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect changes for 5.9

Hello Greg,

This is the pull request with the interconnect changes for the 5.9-rc1
merge window. It contains some tiny core framework improvements. These
will allow us to support new provider drivers for Samsung and Nvidia
platforms, which are expected to land soon.

All patches have been in linux-next for the last few weeks without any
reported issues. Please pull into char-misc-next.

Thanks,
Georgi

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

https://git.linaro.org/people/georgi.djakov/linux.git tags/icc-5.9-rc1

for you to fetch changes up to 12a400b016ab955be8e4c569346fa18aaceed9d7:

interconnect: Mark all dummy functions as static inline (2020-06-16 16:43:23 +0300)

----------------------------------------------------------------
interconnect changes for 5.9

Here are the interconnect changes for the 5.9-rc1 merge window
consisting mostly of changes that give the core more flexibility
in order to support some new provider drivers.

Core changes:
- Export of_icc_get_from_provider()
- Relax requirement in of_icc_get_from_provider()
- Allow inter-provider pairs to be configured
- Mark all dummy functions as static inline

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

----------------------------------------------------------------
Artur Świgoń (3):
interconnect: Export of_icc_get_from_provider()
interconnect: Relax requirement in of_icc_get_from_provider()
interconnect: Allow inter-provider pairs to be configured

Georgi Djakov (1):
interconnect: Mark all dummy functions as static inline

drivers/interconnect/core.c | 16 ++++----
include/linux/interconnect-provider.h | 16 ++++++--
2 files changed, 20 insertions(+), 12 deletions(-)


2020-07-24 15:26:09

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect changes for 5.9

On Fri, Jul 24, 2020 at 02:42:44PM +0300, Georgi Djakov wrote:
> Hello Greg,
>
> This is the pull request with the interconnect changes for the 5.9-rc1
> merge window. It contains some tiny core framework improvements. These
> will allow us to support new provider drivers for Samsung and Nvidia
> platforms, which are expected to land soon.
>
> All patches have been in linux-next for the last few weeks without any
> reported issues. Please pull into char-misc-next.
>
> Thanks,
> Georgi
>
> The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:
>
> Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)
>
> are available in the Git repository at:
>
> https://git.linaro.org/people/georgi.djakov/linux.git tags/icc-5.9-rc1

Pulled and pushed out, thanks.

greg k-h