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:   Sun, 20 Feb 2022 15:15:14 +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/13] nvmem: patches (set 1) for 5.18

Hi Greg,

Here are some nvmem patches for 5.18 which includes

- removing unused devm_nvmem_unregister
- add NULL check in nvmem_unregister and remove redunancy checks.
- add new Layerscape SFP nvmem provider and bindings.
- add support for D1 variant of sunxi nvmem provider.
- fix and update documentation with new examples
- and few minor kerneldoc warning fixes.

Can you please queue them up for 5.18.

thanks for you help,
srini


Andy Shevchenko (5):
  nvmem: core: Remove unused devm_nvmem_unregister()
  nvmem: core: Use devm_add_action_or_reset()
  nvmem: core: Check input parameter for NULL in nvmem_unregister()
  mtd: core: Drop duplicate NULL checks around nvmem_unregister()
  thunderbolt: Drop duplicate NULL checks around nvmem_unregister()

Michael Walle (2):
  dt-bindings: nvmem: add fsl,layerscape-sfp binding
  nvmem: add driver for Layerscape SFP (Security Fuse Processor)

Samuel Holland (2):
  dt-bindings: nvmem: SID: Add compatible for D1
  nvmem: sunxi_sid: Add support for D1 variant

Sean Anderson (2):
  doc: nvmem: Remove references to regmap
  doc: nvmem: Update example

Srinivas Kandagatla (1):
  nvmem: qfprom: fix kerneldoc warning

Xiaoke Wang (1):
  nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup()

 .../nvmem/allwinner,sun4i-a10-sid.yaml        |  1 +
 .../bindings/nvmem/fsl,layerscape-sfp.yaml    | 38 ++++++++
 Documentation/driver-api/nvmem.rst            | 28 +++---
 drivers/mtd/mtdcore.c                         | 13 +--
 drivers/nvmem/Kconfig                         | 12 +++
 drivers/nvmem/Makefile                        |  2 +
 drivers/nvmem/core.c                          | 47 +++-------
 drivers/nvmem/layerscape-sfp.c                | 89 +++++++++++++++++++
 drivers/nvmem/meson-mx-efuse.c                |  3 +-
 drivers/nvmem/qfprom.c                        |  2 +-
 drivers/nvmem/sunxi_sid.c                     |  6 ++
 drivers/thunderbolt/nvm.c                     |  6 +-
 include/linux/nvmem-provider.h                |  8 --
 13 files changed, 179 insertions(+), 76 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/fsl,layerscape-sfp.yaml
 create mode 100644 drivers/nvmem/layerscape-sfp.c

-- 
2.21.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ