All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] interconnect changes for 5.11
@ 2020-12-04 10:07 Georgi Djakov
  2020-12-04 13:16 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Georgi Djakov @ 2020-12-04 10:07 UTC (permalink / raw)
  To: gregkh; +Cc: linux-pm, linux-kernel, georgi.djakov

Hello Greg,

This is the pull request with the interconnect changes for the 5.11-rc1
merge window. The highlight is a new driver for Samsung Exynos SoCs.

Patches have been in linux-next without any reported issues. Please pull
into char-misc-next.

Thanks,
Georgi

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc1

for you to fetch changes up to 2a211904aca6e68b800177ba5094a0fbe0a8b522:

  MAINTAINERS: Add entry for Samsung interconnect drivers (2020-11-30 17:26:23 +0200)

----------------------------------------------------------------
interconnect changes for 5.11

Here are the interconnect changes for the 5.10-rc1 merge window
consisting of new driver and a cleanup.

Driver changes:
- New driver for Samsung Exynos SoCs
- Misc cleanups

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

----------------------------------------------------------------
Georgi Djakov (1):
      interconnect: qcom: Simplify the vcd compare function

Sylwester Nawrocki (2):
      interconnect: Add generic interconnect driver for Exynos SoCs
      MAINTAINERS: Add entry for Samsung interconnect drivers

 MAINTAINERS                           |   8 +
 drivers/interconnect/Kconfig          |   1 +
 drivers/interconnect/Makefile         |   1 +
 drivers/interconnect/qcom/bcm-voter.c |  15 +-
 drivers/interconnect/samsung/Kconfig  |  13 +
 drivers/interconnect/samsung/Makefile |   4 +
 drivers/interconnect/samsung/exynos.c | 199 ++++++++
 7 files changed, 230 insertions(+), 11 deletions(-)
 create mode 100644 drivers/interconnect/samsung/Kconfig
 create mode 100644 drivers/interconnect/samsung/Makefile
 create mode 100644 drivers/interconnect/samsung/exynos.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] interconnect changes for 5.11
  2020-12-04 10:07 [GIT PULL] interconnect changes for 5.11 Georgi Djakov
@ 2020-12-04 13:16 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2020-12-04 13:16 UTC (permalink / raw)
  To: Georgi Djakov; +Cc: linux-pm, linux-kernel

On Fri, Dec 04, 2020 at 12:07:55PM +0200, Georgi Djakov wrote:
> Hello Greg,
> 
> This is the pull request with the interconnect changes for the 5.11-rc1
> merge window. The highlight is a new driver for Samsung Exynos SoCs.
> 
> Patches have been in linux-next without any reported issues. Please pull
> into char-misc-next.
> 
> Thanks,
> Georgi
> 
> The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
> 
>   Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.11-rc1

Pulled and pushed out, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-04 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 10:07 [GIT PULL] interconnect changes for 5.11 Georgi Djakov
2020-12-04 13:16 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.