All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] memory: fixes: Fixes for v6.2
Date: Mon,  9 Jan 2023 16:03:22 +0100	[thread overview]
Message-ID: <20230109150322.329614-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

One thing broken in merge window, few commits for older issues.

Best regards,
Krzysztof


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -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-fixes-6.2

for you to fetch changes up to cb8fd6f75775165390ededea8799b60d93d9fe3e:

  memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe() (2022-12-27 09:54:32 +0100)

----------------------------------------------------------------
Memory controller drivers - fixes for v6.2

Broken in v6.2:
1. OMAP GPMC: do not fail if "gpmc,wait-pin" optional property
   (introduced for v6.2) is missing.

Broken earlier:
1. Tegra MC: Drop SID override programming as it is handled by
   bootloader and doing it in the kernel can cause unexpected results.
2. Atmel SDRAMC, MVEBU devbus: Add missing clock unprepare/disable in
   exit and error paths.

----------------------------------------------------------------
Ashish Mhetre (1):
      memory: tegra: Remove clients SID override programming

Benedikt Niedermayr (1):
      memory: omap-gpmc: fix wait pin validation

Gaosheng Cui (2):
      memory: atmel-sdramc: Fix missing clk_disable_unprepare in atmel_ramc_probe()
      memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe()

 drivers/memory/atmel-sdramc.c   |  6 ++----
 drivers/memory/mvebu-devbus.c   |  3 +--
 drivers/memory/omap-gpmc.c      |  3 ++-
 drivers/memory/tegra/tegra186.c | 36 ------------------------------------
 4 files changed, 5 insertions(+), 43 deletions(-)

             reply	other threads:[~2023-01-09 15:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09 15:03 Krzysztof Kozlowski [this message]
2023-01-09 22:41 ` [GIT PULL] memory: fixes: Fixes for v6.2 patchwork-bot+linux-soc

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=20230109150322.329614-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /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 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.