2019-04-25 13:37:09

by Georgi Djakov

[permalink] [raw]
Subject: [GIT PULL] interconnect changes for v5.2-rc1

Hi Greg,

This is a tiny pull request with interconnect patches for the 5.2 merge window.
The patches have spent a few weeks in linux-next without reported issues. The
details are in the signed tag. Please consider pulling into char-misc-next.

Thanks,
Georgi

The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:

Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 83fdb2dfb0c2925f253449677830ed11461ac5c8:

interconnect: convert to DEFINE_SHOW_ATTRIBUTE (2019-04-06 22:03:03 +0700)

----------------------------------------------------------------
interconnect: for 5.2

Here are some tiny patches for the 5.2-rc1 merge window:

- Add linux-pm@ as a mailing list for the interconnect API.
- Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code.

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

----------------------------------------------------------------
Georgi Djakov (1):
MAINTAINERS: Add mailing list for the interconnect API

Yangtao Li (1):
interconnect: convert to DEFINE_SHOW_ATTRIBUTE

MAINTAINERS | 1 +
drivers/interconnect/core.c | 13 +------------
2 files changed, 2 insertions(+), 12 deletions(-)


2019-04-25 18:41:48

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] interconnect changes for v5.2-rc1

On Thu, Apr 25, 2019 at 02:25:55PM +0300, Georgi Djakov wrote:
> Hi Greg,
>
> This is a tiny pull request with interconnect patches for the 5.2 merge window.
> The patches have spent a few weeks in linux-next without reported issues. The
> details are in the signed tag. Please consider pulling into char-misc-next.
>
> Thanks,
> Georgi
>
> The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
>
> Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
>
> are available in the Git repository at:
>
> https://git.linaro.org/people/georgi.djakov/linux.git tags/icc-5.2-rc1

Pulled and pushed out, thanks,

greg k-h