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]
Message-Id: <20191029114240.14905-1-srinivas.kandagatla@linaro.org>
Date:   Tue, 29 Oct 2019 11:42:30 +0000
From:   Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:     gregkh@...uxfoundation.org
Cc:     linux-kernel@...r.kernel.org,
        Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: [PATCH 00/10] nvmem: patches(set 1) for 5.5

Hi Greg,

Here are some nvmem patches for 5.5 which includes:
- New provider for Rockchip OTP and Spreadtrum eFuse.
- Hole region support in imx scu driver.
- few trivial fixes.

Can you please queue them up for 5.5.

thanks,
srini

Baolin Wang (1):
  nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to
    request one hwlock

Finley Xiao (1):
  nvmem: add Rockchip OTP driver

Freeman Liu (2):
  dt-bindings: nvmem: Add Spreadtrum eFuse controller documentation
  nvmem: sprd: Add Spreadtrum SoCs eFuse support

Heiko Stuebner (1):
  dt-bindings: nvmem: add binding for Rockchip OTP controller

Lucas Stach (1):
  nvmem: imx-ocotp: reset error status on probe

Peng Fan (2):
  nvmem: imx: scu: support hole region check
  nvmem: imx: scu: support write

Sebastian Reichel (1):
  nvmem: core: fix nvmem_cell_write inline function

Srinivas Kandagatla (1):
  nvmem: imx: scu: fix dependency in Kconfig

 .../bindings/nvmem/rockchip-otp.txt           |  25 ++
 .../devicetree/bindings/nvmem/sprd-efuse.txt  |  39 ++
 drivers/nvmem/Kconfig                         |  23 +
 drivers/nvmem/Makefile                        |   4 +
 drivers/nvmem/imx-ocotp-scu.c                 | 120 ++++-
 drivers/nvmem/imx-ocotp.c                     |   4 +
 drivers/nvmem/rockchip-otp.c                  | 268 +++++++++++
 drivers/nvmem/sc27xx-efuse.c                  |  13 +-
 drivers/nvmem/sprd-efuse.c                    | 424 ++++++++++++++++++
 include/linux/nvmem-consumer.h                |   2 +-
 10 files changed, 903 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/rockchip-otp.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/sprd-efuse.txt
 create mode 100644 drivers/nvmem/rockchip-otp.c
 create mode 100644 drivers/nvmem/sprd-efuse.c

-- 
2.21.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ