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:36 +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 3/3] memory: tegra for v5.16 Hi, A topic branch specific to Tegra. 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-tegra-5.16 for you to fetch changes up to 31b88d85f0432e1c0738fe0714191e8504f505c3: memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with (2021-10-07 20:37:33 +0200) ---------------------------------------------------------------- Memory controller drivers for v5.16 - Tegra SoC 1. Several minor improvements. 2. Handle errors in BPMP response of Tegra186 EMC. ---------------------------------------------------------------- Cai Huoqing (1): memory: tegra: Make use of the helper function devm_add_action_or_reset() Colin Ian King (1): memory: tegra: make the array list static const, makes object smaller Dmitry Osipenko (1): memory: tegra: Remove interconnect state syncing hack Jing Yangyang (1): memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE Kai Song (1): memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with Mikko Perttunen (1): memory: tegra186-emc: Handle errors in BPMP response Yang Yingliang (1): memory: tegra186-emc: Fix error return code in tegra186_emc_probe() jing yangyang (1): memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE drivers/memory/tegra/mc.c | 25 ++++++++++++------------- drivers/memory/tegra/tegra186-emc.c | 5 +++++ drivers/memory/tegra/tegra210-emc-cc-r21021.c | 2 +- drivers/memory/tegra/tegra210-emc-core.c | 6 +++--- drivers/memory/tegra/tegra30-emc.c | 4 ++-- 5 files changed, 23 insertions(+), 19 deletions(-)
Powered by blists - more mailing lists