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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 14 Aug 2023 14:00:52 +0200
From:   Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To:     Olof Johansson <olof@...om.net>, Arnd Bergmann <arnd@...db.de>,
        arm@...nel.org, soc@...nel.org
Cc:     Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
        linux-kernel@...r.kernel.org, Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL] memory: drivers for v6.6

Hi,

On top of my previous fixes pull (tag: memory-controller-drv-fixes-6.5),
because of code dependency.

The memory-controller-drv-fixes-6.5 includes two commits not listed in below
git-pull-diff:

      memory: tegra: make icc_set_bw return zero if BWMGR not supported
      memory: tegra: Add dummy implementation on Tegra194

Best regards,
Krzysztof


The following changes since commit faafd6ca7e6e7100d21d3f43ec17674f36c9f843:

  memory: tegra: make icc_set_bw return zero if BWMGR not supported (2023-07-25 22:09:20 +0200)

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.6

for you to fetch changes up to 35bd78cf252245f11dd1c9d5f1b414c25e727b5a:

  memory: tegra: add MC client for Tegra234 GPU (2023-08-05 09:01:31 +0200)

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

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties
      dt-bindings: memory-controllers: reference TI GPMC peripheral properties
      dt-bindings: net: davicom,dm9000: convert to DT schema

Rob Herring (1):
      memory: Explicitly include correct DT includes

Sumit Gupta (4):
      memory: tegra: sort tegra234_mc_clients table as per register offsets
      memory: tegra: Add clients used by DRM in Tegra234
      memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supported
      memory: tegra: add MC client for Tegra234 GPU

Thierry Reding (1):
      memory: tegra: Prefer octal over symbolic permissions

 .../bindings/memory-controllers/ingenic,nemc.yaml  |   1 +
 .../memory-controllers/mc-peripheral-props.yaml    |   2 +
 .../devicetree/bindings/net/davicom,dm9000.yaml    |  59 ++
 .../devicetree/bindings/net/davicom-dm9000.txt     |  27 -
 drivers/memory/brcmstb_dpfe.c                      |   3 +-
 drivers/memory/da8xx-ddrctl.c                      |   1 -
 drivers/memory/fsl_ifc.c                           |   2 +-
 drivers/memory/jz4780-nemc.c                       |   1 -
 drivers/memory/pl353-smc.c                         |   1 +
 drivers/memory/renesas-rpc-if.c                    |   1 -
 drivers/memory/samsung/exynos5422-dmc.c            |   2 +-
 drivers/memory/stm32-fmc2-ebi.c                    |   2 +
 drivers/memory/tegra/mc.c                          |   2 +-
 drivers/memory/tegra/tegra124.c                    |   2 +-
 drivers/memory/tegra/tegra186-emc.c                | 136 ++---
 drivers/memory/tegra/tegra186.c                    |   3 +-
 drivers/memory/tegra/tegra20.c                     |   3 +-
 drivers/memory/tegra/tegra210-emc-core.c           |   4 +-
 drivers/memory/tegra/tegra234.c                    | 620 +++++++++++++--------
 drivers/memory/tegra/tegra30-emc.c                 |   2 +-
 drivers/memory/tegra/tegra30.c                     |   2 +-
 21 files changed, 526 insertions(+), 350 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9000.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/davicom-dm9000.txt

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ