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:34 +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 1/3] memory: drivers for v5.16 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-5.16 for you to fetch changes up to d611d7ea120bbef45e836565dfa2ddc85a168c16: Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-next (2021-10-10 19:45:00 +0200) ---------------------------------------------------------------- Memory controller drivers for v5.16 1. Renesas RPC: fix unaligned bus access and QSPI data transfers in manual modes. 2. Renesas RPC: select RESET_CONTROLLER as it is necessary for operation. 3. FSL IFC: fix error paths. 4. Broadcom: allow building as module. ---------------------------------------------------------------- Andrew Gabbasov (1): memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlash Dongliang Mu (1): memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe Florian Fainelli (1): memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as module Geert Uytterhoeven (1): memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLER Krzysztof Kozlowski (2): memory: samsung: describe drivers in KConfig Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-next Wolfram Sang (2): dt-bindings: rpc: renesas-rpc-if: Add support for the R8A779A0 RPC-IF memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode .../memory-controllers/renesas,rpc-if.yaml | 1 + drivers/memory/Kconfig | 5 +- drivers/memory/fsl_ifc.c | 13 +- drivers/memory/renesas-rpc-if.c | 159 ++++++++++++++++----- drivers/memory/samsung/Kconfig | 13 +- include/memory/renesas-rpc-if.h | 1 + 6 files changed, 141 insertions(+), 51 deletions(-)
Powered by blists - more mailing lists