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>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 16 Aug 2022 12:23:07 +0100
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org,
        Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] SPI fixes for v6.0-rc1

The following changes since commit 69243df953e70c134c6735b31ba0e658c53d3cda:

  Add SPI Driver to HPE GXP Architecture (2022-07-29 20:22:22 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.0-rc1

for you to fetch changes up to 2fd92c7b8fe2cfc634613dc093d0f507c7389ea8:

  spi: dt-bindings: Drop Pratyush Yadav (2022-08-11 18:41:45 +0100)

----------------------------------------------------------------
spi: Fixes for v6.0

A few fixes that came in since my pull request, the Meson fix is a
little large since it's fixing all possible cases of the problem that
was observed with the driver and clock API trying to share configuration
by integrating the device clocking fully with the clock API rather than
spot fixing the one instance that was observed.

----------------------------------------------------------------
David Jander (1):
      spi: spi.c: Add missing __percpu annotations in users of spi_statistics

Krzysztof Kozlowski (1):
      spi: dt-bindings: Drop Pratyush Yadav

Lukas Bulwahn (1):
      MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE

Neil Armstrong (1):
      spi: meson-spicc: add local pow2 clock ops to preserve rate between messages

 .../spi/cdns,qspi-nor-peripheral-props.yaml        |   2 +-
 .../devicetree/bindings/spi/cdns,qspi-nor.yaml     |   2 +-
 .../bindings/spi/spi-peripheral-props.yaml         |   2 +-
 MAINTAINERS                                        |   2 +-
 drivers/spi/spi-meson-spicc.c                      | 129 ++++++++++++++++-----
 drivers/spi/spi.c                                  |  14 +--
 6 files changed, 112 insertions(+), 39 deletions(-)

Powered by blists - more mailing lists