lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 10 Oct 2021 19:58:35 +0200 From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> To: Olof Johansson <olof@...om.net>, Arnd Bergmann <arnd@...db.de>, arm@...nel.org, soc@...nel.org Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>, linux-kernel@...r.kernel.org, Krzysztof Kozlowski <krzk@...nel.org> Subject: [GIT PULL 2/3] memory: mediatek for v5.16 Hi, A topic branch specific to Mediatek. Best regards, Krzysztof The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f: Linux 5.15-rc1 (2021-09-12 16:28:37 -0700) 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-mtk-5.16 for you to fetch changes up to 93403ede5aa4edeec2c63541b185d9c4fc9ae1e4: MAINTAINERS: Add entry for MediaTek SMI (2021-09-22 08:43:09 +0200) ---------------------------------------------------------------- Memory controller drivers for v5.14 - Mediatek Add MT8195 support to the Mediatek SMI memory controller driver. This brings also several cleanups and minor enhancements before adding actual new device support. ---------------------------------------------------------------- Yong Wu (13): dt-bindings: memory: mediatek: Add mt8195 smi binding dt-bindings: memory: mediatek: Add mt8195 smi sub common memory: mtk-smi: Use clk_bulk clock ops memory: mtk-smi: Rename smi_gen to smi_type memory: mtk-smi: Adjust some code position memory: mtk-smi: Add error handle for smi_probe memory: mtk-smi: Add device link for smi-sub-common memory: mtk-smi: Add clocks for smi-sub-common memory: mtk-smi: Use devm_platform_ioremap_resource memory: mtk-smi: mt8195: Add smi support memory: mtk-smi: mt8195: Add initial setting for smi-common memory: mtk-smi: mt8195: Add initial setting for smi-larb MAINTAINERS: Add entry for MediaTek SMI .../memory-controllers/mediatek,smi-common.yaml | 34 +- .../memory-controllers/mediatek,smi-larb.yaml | 3 + MAINTAINERS | 8 + drivers/memory/mtk-smi.c | 596 ++++++++++++--------- 4 files changed, 393 insertions(+), 248 deletions(-)
Powered by blists - more mailing lists