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:   Thu, 24 Feb 2022 21:43:46 +0100
From:   Thierry Reding <thierry.reding@...il.com>
To:     Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
Cc:     linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org
Subject: [GIT PULL] memory: tegra: Changes for v5.18-rc1

Hi Krzysztof,

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-memory

for you to fetch changes up to 572f08c0fd75aeb9a1c50a8fba887fdbf911eeee:

  memory: tegra: Add APE memory clients for Tegra234 (2022-02-24 21:38:25 +0100)

This contains the two memory controller driver patches that we talked
about earlier as well as the necessary dependencies to make these build
properly. I expect that for v5.19 we'll get a bunch more patches for
this driver, so having this in place should make things a bit simpler.

Thanks,
Thierry

----------------------------------------------------------------
memory: tegra: Changes for v5.18-rc1

This contains the initial memory controller driver bits for the Tegra234
SoC as well as the addition of APE-related memory clients.

----------------------------------------------------------------
Akhil R (2):
      dt-bindings: Add headers for Tegra234 I2C
      dt-bindings: Add headers for Tegra234 PWM

Mohan Kumar (2):
      dt-bindings: Add HDA support for Tegra234
      dt-bindings: Document Tegra234 HDA support

Sameer Pujar (2):
      dt-bindings: Add Tegra234 APE support
      memory: tegra: Add APE memory clients for Tegra234

Thierry Reding (2):
      Merge branch 'for-5.18/dt-bindings' into for-5.18/memory
      memory: tegra: Add Tegra234 support

Vidya Sagar (3):
      dt-bindings: Add Tegra234 PCIe clocks and resets
      dt-bindings: power: Add Tegra234 PCIe power domains
      dt-bindings: memory: Add Tegra234 PCIe memory

 .../bindings/sound/nvidia,tegra30-hda.yaml         |   3 +
 drivers/memory/tegra/Makefile                      |   2 +
 drivers/memory/tegra/mc.c                          |   3 +
 drivers/memory/tegra/mc.h                          |   7 +-
 drivers/memory/tegra/tegra186-emc.c                |   3 +
 drivers/memory/tegra/tegra234.c                    | 101 +++++++++++++++
 include/dt-bindings/clock/tegra234-clock.h         | 135 ++++++++++++++++++++-
 include/dt-bindings/memory/tegra234-mc.h           |  75 ++++++++++++
 include/dt-bindings/power/tegra234-powergate.h     |  22 ++++
 include/dt-bindings/reset/tegra234-reset.h         |  45 ++++++-
 10 files changed, 392 insertions(+), 4 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra234.c
 create mode 100644 include/dt-bindings/power/tegra234-powergate.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ