mbox series

[GIT,PULL] interconnect changes for v5.2-rc1

Message ID eafe23a5-e3cd-760d-f3f0-c82b50e78417@linaro.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] interconnect changes for v5.2-rc1 | expand

Pull-request

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

Message

Georgi Djakov April 25, 2019, 11:25 a.m. UTC
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 <georgi.djakov@linaro.org>

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

Comments

Greg KH April 25, 2019, 5:40 p.m. UTC | #1
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