mbox series

[GIT,PULL] memory: fixes: Fixes for v6.2

Message ID 20230109150322.329614-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit dc43354cb7689642f53a044e76509fa7e9a028d4
Headers show
Series [GIT,PULL] memory: fixes: Fixes for v6.2 | expand

Pull-request

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

Message

Krzysztof Kozlowski Jan. 9, 2023, 3:03 p.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 9, 2023, 10:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon,  9 Jan 2023 16:03:22 +0100 you wrote:
> Hi,
> 
> One thing broken in merge window, few commits for older issues.
> 
> Best regards,
> Krzysztof
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] memory: fixes: Fixes for v6.2
    https://git.kernel.org/soc/soc/c/dc43354cb768

You are awesome, thank you!