Hi Greg,

Here are some nvmem patches for 5.9 which includes
- adding support to AUTO devid for providers which have multiple instances.
- add new nvmem_cell_read_u8()
- new sc27xx provider, add write support to qfprom.
- few trivial fixes.

Can you please queue them up for 5.9.

thanks for you help,
srini

Andreas Färber (2):
  nvmem: core: Grammar fixes for help text
  nvmem: core: Add nvmem_cell_read_u8()

Douglas Anderson (1):
  nvmem: Enforce nvmem stride in the sysfs interface

Freeman Liu (1):
  nvmem: sc27xx: add sc2730 efuse support

Guru Das Srinagesh (1):
  nvmem: qcom-spmi-sdam: Enable multiple devices

Matteo Croce (1):
  nvmem: update Kconfig description

Ravi Kumar Bokka (3):
  dt-bindings: nvmem: qfprom: Convert to yaml
  dt-bindings: nvmem: Add properties needed for blowing fuses
  nvmem: qfprom: Add fuse blowing support

Srinivas Kandagatla (2):
  nvmem: core: add support to auto devid
  nvmem: qfprom: use NVMEM_DEVID_AUTO for multiple instances

Tiezhu Yang (2):
  nvmem: sprd: Fix return value of sprd_efuse_probe()
  MAINTAINERS: Add git tree for NVMEM FRAMEWORK

Yangtao Li (1):
  dt-bindings: nvmem: SID: add binding for A100's SID controller

 .../nvmem/allwinner,sun4i-a10-sid.yaml        |  19 +-
 .../bindings/nvmem/qcom,qfprom.yaml           |  96 ++++++
 .../devicetree/bindings/nvmem/qfprom.txt      |  35 --
 MAINTAINERS                                   |   1 +
 drivers/nvmem/Kconfig                         |   3 -
 drivers/nvmem/core.c                          |  43 ++-
 drivers/nvmem/qcom-spmi-sdam.c                |   4 +-
 drivers/nvmem/qfprom.c                        | 315 +++++++++++++++++-
 drivers/nvmem/sc27xx-efuse.c                  |  27 +-
 drivers/nvmem/sprd-efuse.c                    |   4 +-
 include/linux/nvmem-consumer.h                |   1 +
 include/linux/nvmem-provider.h                |   3 +
 12 files changed, 479 insertions(+), 72 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
 delete mode 100644 Documentation/devicetree/bindings/nvmem/qfprom.txt

-- 
2.21.0

Reply via email to