Merge tag 'memory-controller-drv-6.6' of...
Merge tag 'memory-controller-drv-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers Memory controller drivers for v6.6 1. Tegra: - Extend support for Tegra234 SoC Memory Controllers with DRM and GPU clients. - Tegra186: Skip MRQ DVFS where it is not supported and do not fail probe. 2. Wide cleanup of DT includes. 3. Devicetree bindings: - Reference common peripheral (client) properties in Ingenic NEMC and TI GPMC. - Convert Davicom DM9000 to DT schema. * tag 'memory-controller-drv-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl: memory: tegra: add MC client for Tegra234 GPU dt-bindings: net: davicom,dm9000: convert to DT schema dt-bindings: memory-controllers: reference TI GPMC peripheral properties dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties memory: Explicitly include correct DT includes memory: tegra: Prefer octal over symbolic permissions memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supported memory: tegra: Add clients used by DRM in Tegra234 memory: tegra: sort tegra234_mc_clients table as per register offsets memory: tegra: make icc_set_bw return zero if BWMGR not supported memory: tegra: Add dummy implementation on Tegra194 Link: https://lore.kernel.org/r/20230814120052.27485-1-krzysztof.kozlowski@linaro.org Signed-off-by:Arnd Bergmann <arnd@arndb.de>
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/memory-controllers/ingenic,nemc.yaml 1 addition, 0 deletions.../devicetree/bindings/memory-controllers/ingenic,nemc.yaml
- Documentation/devicetree/bindings/memory-controllers/mc-peripheral-props.yaml 2 additions, 0 deletions...tree/bindings/memory-controllers/mc-peripheral-props.yaml
- Documentation/devicetree/bindings/net/davicom,dm9000.yaml 59 additions, 0 deletionsDocumentation/devicetree/bindings/net/davicom,dm9000.yaml
- Documentation/devicetree/bindings/net/davicom-dm9000.txt 0 additions, 27 deletionsDocumentation/devicetree/bindings/net/davicom-dm9000.txt
- drivers/memory/brcmstb_dpfe.c 1 addition, 2 deletionsdrivers/memory/brcmstb_dpfe.c
- drivers/memory/da8xx-ddrctl.c 0 additions, 1 deletiondrivers/memory/da8xx-ddrctl.c
- drivers/memory/fsl_ifc.c 1 addition, 1 deletiondrivers/memory/fsl_ifc.c
- drivers/memory/jz4780-nemc.c 0 additions, 1 deletiondrivers/memory/jz4780-nemc.c
- drivers/memory/pl353-smc.c 1 addition, 0 deletionsdrivers/memory/pl353-smc.c
- drivers/memory/renesas-rpc-if.c 0 additions, 1 deletiondrivers/memory/renesas-rpc-if.c
- drivers/memory/samsung/exynos5422-dmc.c 1 addition, 1 deletiondrivers/memory/samsung/exynos5422-dmc.c
- drivers/memory/stm32-fmc2-ebi.c 2 additions, 0 deletionsdrivers/memory/stm32-fmc2-ebi.c
- drivers/memory/tegra/mc.c 38 additions, 1 deletiondrivers/memory/tegra/mc.c
- drivers/memory/tegra/tegra124.c 1 addition, 1 deletiondrivers/memory/tegra/tegra124.c
- drivers/memory/tegra/tegra186-emc.c 71 additions, 65 deletionsdrivers/memory/tegra/tegra186-emc.c
- drivers/memory/tegra/tegra186.c 2 additions, 1 deletiondrivers/memory/tegra/tegra186.c
- drivers/memory/tegra/tegra194.c 1 addition, 0 deletionsdrivers/memory/tegra/tegra194.c
- drivers/memory/tegra/tegra20.c 2 additions, 1 deletiondrivers/memory/tegra/tegra20.c
- drivers/memory/tegra/tegra210-emc-core.c 2 additions, 2 deletionsdrivers/memory/tegra/tegra210-emc-core.c
- drivers/memory/tegra/tegra234.c 377 additions, 264 deletionsdrivers/memory/tegra/tegra234.c
Loading
Please register or sign in to comment