soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	linux-kernel@vger.kernel.org, Thierry Reding <treding@nvidia.com>
Subject: [GIT PULL 2/2] memory: tegra drivers for v5.12
Date: Sun, 31 Jan 2021 19:01:09 +0100	[thread overview]
Message-ID: <20210131180109.11510-2-krzk@kernel.org> (raw)
In-Reply-To: <20210131180109.11510-1-krzk@kernel.org>

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-tegra-5.12

for you to fetch changes up to 25d987706abce0a425332a41ec984390fd03350a:

  memory: tegra: Remove calls to dev_pm_opp_set_clkname() (2021-01-29 07:59:01 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.12 - Tegra SoC

1. Make the tegra124-emc driver modular.
2. Add interconnect support to Tegra124 memory controller drivers.
3. Minor fixes.

----------------------------------------------------------------
Dmitry Osipenko (4):
      memory: tegra124-emc: Make driver modular
      memory: tegra124-emc: Continue probing if timings are missing in device-tree
      memory: tegra124: Support interconnect framework
      memory: tegra: Check whether reset is already asserted

Viresh Kumar (1):
      memory: tegra: Remove calls to dev_pm_opp_set_clkname()

 drivers/clk/tegra/Kconfig            |   3 +
 drivers/clk/tegra/Makefile           |   2 +-
 drivers/clk/tegra/clk-tegra124-emc.c |  41 +++-
 drivers/clk/tegra/clk-tegra124.c     |  26 ++-
 drivers/clk/tegra/clk.h              |  18 +-
 drivers/memory/tegra/Kconfig         |   4 +-
 drivers/memory/tegra/mc.c            |   7 +
 drivers/memory/tegra/tegra124-emc.c  | 368 +++++++++++++++++++++++++++++++----
 drivers/memory/tegra/tegra124.c      |  82 +++++++-
 drivers/memory/tegra/tegra20-emc.c   |  13 +-
 drivers/memory/tegra/tegra30-emc.c   |  13 +-
 include/linux/clk/tegra.h            |   8 +
 include/soc/tegra/emc.h              |  16 --
 13 files changed, 508 insertions(+), 93 deletions(-)
 delete mode 100644 include/soc/tegra/emc.h

  reply	other threads:[~2021-01-31 18:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31 18:01 [GIT PULL 1/2] memory: drivers for v5.12 Krzysztof Kozlowski
2021-01-31 18:01 ` Krzysztof Kozlowski [this message]
2021-02-02 21:36   ` [GIT PULL 2/2] memory: tegra " Arnd Bergmann
2021-02-02 21:36 ` [GIT PULL 1/2] memory: " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210131180109.11510-2-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    --cc=treding@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).