All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvmem: patches (set 2) for 5.18
@ 2022-02-23 22:34 Srinivas Kandagatla
  2022-02-23 22:35 ` [PATCH 1/3] nvmem: qfprom: Increase fuse blow timeout to prevent write fail Srinivas Kandagatla
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Srinivas Kandagatla @ 2022-02-23 22:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

Hi Greg,

Here is final set of nvmem patches for 5.18 which includes

- Add new Sunplus nvmem provider and bindings.
- fix in qfprom to increase blow timeout.

Can you please queue them up for 5.18.

thanks for you help,
srini

Knox Chiou (1):
  nvmem: qfprom: Increase fuse blow timeout to prevent write fail

Vincent Shih (2):
  nvmem: Add driver for OCOTP in Sunplus SP7021
  dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver

 .../bindings/nvmem/sunplus,sp7021-ocotp.yaml  |  86 +++++++
 MAINTAINERS                                   |   6 +
 drivers/nvmem/Kconfig                         |  12 +
 drivers/nvmem/Makefile                        |   2 +
 drivers/nvmem/qfprom.c                        |   2 +-
 drivers/nvmem/sunplus-ocotp.c                 | 228 ++++++++++++++++++
 6 files changed, 335 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/sunplus,sp7021-ocotp.yaml
 create mode 100644 drivers/nvmem/sunplus-ocotp.c

-- 
2.21.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-02-25 11:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-23 22:34 [PATCH 0/3] nvmem: patches (set 2) for 5.18 Srinivas Kandagatla
2022-02-23 22:35 ` [PATCH 1/3] nvmem: qfprom: Increase fuse blow timeout to prevent write fail Srinivas Kandagatla
2022-02-23 22:35 ` [PATCH 2/3] nvmem: Add driver for OCOTP in Sunplus SP7021 Srinivas Kandagatla
2022-02-23 22:35 ` [PATCH 3/3] dt-bindings: nvmem: Add bindings doc for Sunplus OCOTP driver Srinivas Kandagatla
2022-02-25 10:52 ` [PATCH 0/3] nvmem: patches (set 2) for 5.18 Srinivas Kandagatla
2022-02-25 11:17   ` Srinivas Kandagatla
2022-02-25 11:31     ` Greg KH
2022-02-25 11:18   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.