[GIT PULL] memory: drivers for v6.3

From: Krzysztof Kozlowski
Date: Sun Jan 22 2023 - 07:11:39 EST


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-6.3

for you to fetch changes up to 4fd1a0e496cb81e939c55143fc81c2be130099c4:

Merge branch 'for-v6.3/renesas-rpc-if' into mem-ctrl-next (2023-01-22 13:05:21 +0100)

----------------------------------------------------------------
Memory controller drivers for v6.3

1. TI Emif: simplify device_get_match_data().
2. Renesas RPC IF: Few fixes (missing address set in manual mode;
decouple driver's private data structure from other drivers; unbind
and rebind due to triggering managed resources allocation from other
drivers) and bigger rework around improved runtime Power Management.

----------------------------------------------------------------
Geert Uytterhoeven (6):
memory: renesas-rpc-if: Split-off private data from struct rpcif
memory: renesas-rpc-if: Move resource acquisition to .probe()
memory: renesas-rpc-if: Always use dev in rpcif_probe()
memory: renesas-rpc-if: Improve Runtime PM handling
memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*()
memory: renesas-rpc-if: Remove Runtime PM wrappers

JaimeLiao (1):
memory: renesas-rpc-if: Fix missing setting address

Krzysztof Kozlowski (1):
Merge branch 'for-v6.3/renesas-rpc-if' into mem-ctrl-next

ye xingchen (1):
memory: ti-emif-pm: Use device_get_match_data() to simplify the code

drivers/memory/renesas-rpc-if.c | 153 ++++++++++++++++++++++++++--------------
drivers/memory/ti-emif-pm.c | 7 +-
drivers/mtd/hyperbus/rpc-if.c | 18 ++---
drivers/spi/spi-rpc-if.c | 14 ++--
include/memory/renesas-rpc-if.h | 34 ++-------
5 files changed, 120 insertions(+), 106 deletions(-)