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

Message ID 20230109150322.329614-1-krzysztof.kozlowski@linaro.org
State New
Headers
Series [GIT,PULL] memory: fixes: Fixes for v6.2 |

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(-)