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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 10 Aug 2020 22:29:00 -0700
From:   Bjorn Andersson <bjorn.andersson@...aro.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Ezequiel Garcia <ezequiel@...labora.com>
Subject: [GIT PULL] hwspinlock updates for 5.9

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/hwlock-v5.9

for you to fetch changes up to 35efb0e1d5c60e334ea719586ff2509fde2e613b:

  dt-bindings: hwlock: qcom: Remove invalid binding (2020-08-04 20:21:45 -0700)

----------------------------------------------------------------
hwspinlock updates for 5.9

This introduces a new DT binding format to describe the Qualcomm
hardware mutex block and deprecates the old, invalid, one.

It also cleans up the Kconfig slightly.

----------------------------------------------------------------
Bjorn Andersson (4):
      dt-bindings: hwlock: qcom: Migrate binding to YAML
      dt-bindings: hwlock: qcom: Allow device on mmio bus
      hwspinlock: qcom: Allow mmio usage in addition to syscon
      dt-bindings: hwlock: qcom: Remove invalid binding

Ezequiel Garcia (1):
      hwspinlock: Simplify Kconfig

 .../devicetree/bindings/hwlock/qcom-hwspinlock.txt | 39 ------------
 .../bindings/hwlock/qcom-hwspinlock.yaml           | 42 +++++++++++++
 drivers/hwspinlock/Kconfig                         | 10 ++--
 drivers/hwspinlock/qcom_hwspinlock.c               | 70 +++++++++++++++++-----
 4 files changed, 100 insertions(+), 61 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.txt
 create mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ