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

Hello Greg,

This is the pull request with the interconnect changes for the 5.14-rc1
merge window containing driver changes.

Patches have been in linux-next for more than a month and without any
reported issues. Please pull into char-misc-next.

Thanks,
Georgi

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 46bdcac533cca06c481524343de7d9cc46d67093:

  interconnect: qcom: Add SC7280 interconnect provider driver (2021-05-11 11:53:31 +0300)

----------------------------------------------------------------
interconnect changes for 5.14

Here are changes for the 5.14-rc1 merge window consisting of interconnect
driver updates.

Driver changes:
- New driver for SC7280 platforms.

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

----------------------------------------------------------------
Odelu Kukatla (2):
      dt-bindings: interconnect: Add Qualcomm SC7280 DT bindings
      interconnect: qcom: Add SC7280 interconnect provider driver

 Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml |   12 +
 drivers/interconnect/qcom/Kconfig                             |    9 +
 drivers/interconnect/qcom/Makefile                            |    2 +
 drivers/interconnect/qcom/sc7280.c                            | 1938 ++++++++
 drivers/interconnect/qcom/sc7280.h                            |  154 +
 include/dt-bindings/interconnect/qcom,sc7280.h                |  165 +
 6 files changed, 2280 insertions(+)
 create mode 100644 drivers/interconnect/qcom/sc7280.c
 create mode 100644 drivers/interconnect/qcom/sc7280.h
 create mode 100644 include/dt-bindings/interconnect/qcom,sc7280.h

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

* Re: [GIT PULL] interconnect changes for 5.14
  2021-06-22 12:43 [GIT PULL] interconnect changes for 5.14 Georgi Djakov
@ 2021-06-22 20:04 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2021-06-22 20:04 UTC (permalink / raw)
  To: Georgi Djakov; +Cc: linux-pm, linux-kernel

On Tue, Jun 22, 2021 at 03:43:37PM +0300, Georgi Djakov wrote:
> Hello Greg,
> 
> This is the pull request with the interconnect changes for the 5.14-rc1
> merge window containing driver changes.
> 
> Patches have been in linux-next for more than a month and without any
> reported issues. Please pull into char-misc-next.
> 
> Thanks,
> Georgi
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.14-rc1

Pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2021-06-22 20:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 12:43 [GIT PULL] interconnect changes for 5.14 Georgi Djakov
2021-06-22 20:04 ` 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.