mbox series

[GIT,PULL] interconnect changes for 5.9

Message ID 20200724114244.12094-1-georgi.djakov@linaro.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] interconnect changes for 5.9 | expand

Pull-request

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

Message

Georgi Djakov July 24, 2020, 11:42 a.m. UTC
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 <georgi.djakov@linaro.org>

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

Comments

Greg Kroah-Hartman July 24, 2020, 3:24 p.m. UTC | #1
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