linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] memory: tegra: Changes for v5.18-rc1
@ 2022-02-24 20:43 Thierry Reding
  0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2022-02-24 20:43 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: linux-kernel, linux-tegra

Hi Krzysztof,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-memory

for you to fetch changes up to 572f08c0fd75aeb9a1c50a8fba887fdbf911eeee:

  memory: tegra: Add APE memory clients for Tegra234 (2022-02-24 21:38:25 +0100)

This contains the two memory controller driver patches that we talked
about earlier as well as the necessary dependencies to make these build
properly. I expect that for v5.19 we'll get a bunch more patches for
this driver, so having this in place should make things a bit simpler.

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v5.18-rc1

This contains the initial memory controller driver bits for the Tegra234
SoC as well as the addition of APE-related memory clients.

----------------------------------------------------------------
Akhil R (2):
      dt-bindings: Add headers for Tegra234 I2C
      dt-bindings: Add headers for Tegra234 PWM

Mohan Kumar (2):
      dt-bindings: Add HDA support for Tegra234
      dt-bindings: Document Tegra234 HDA support

Sameer Pujar (2):
      dt-bindings: Add Tegra234 APE support
      memory: tegra: Add APE memory clients for Tegra234

Thierry Reding (2):
      Merge branch 'for-5.18/dt-bindings' into for-5.18/memory
      memory: tegra: Add Tegra234 support

Vidya Sagar (3):
      dt-bindings: Add Tegra234 PCIe clocks and resets
      dt-bindings: power: Add Tegra234 PCIe power domains
      dt-bindings: memory: Add Tegra234 PCIe memory

 .../bindings/sound/nvidia,tegra30-hda.yaml         |   3 +
 drivers/memory/tegra/Makefile                      |   2 +
 drivers/memory/tegra/mc.c                          |   3 +
 drivers/memory/tegra/mc.h                          |   7 +-
 drivers/memory/tegra/tegra186-emc.c                |   3 +
 drivers/memory/tegra/tegra234.c                    | 101 +++++++++++++++
 include/dt-bindings/clock/tegra234-clock.h         | 135 ++++++++++++++++++++-
 include/dt-bindings/memory/tegra234-mc.h           |  75 ++++++++++++
 include/dt-bindings/power/tegra234-powergate.h     |  22 ++++
 include/dt-bindings/reset/tegra234-reset.h         |  45 ++++++-
 10 files changed, 392 insertions(+), 4 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra234.c
 create mode 100644 include/dt-bindings/power/tegra234-powergate.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-24 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 20:43 [GIT PULL] memory: tegra: Changes for v5.18-rc1 Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).