linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] nvmem: patches(set 1) for 5.5
@ 2019-10-29 11:42 Srinivas Kandagatla
  2019-10-29 11:42 ` [PATCH 01/10] nvmem: core: fix nvmem_cell_write inline function Srinivas Kandagatla
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Srinivas Kandagatla @ 2019-10-29 11:42 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

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


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

end of thread, other threads:[~2019-10-29 11:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 11:42 [PATCH 00/10] nvmem: patches(set 1) for 5.5 Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 01/10] nvmem: core: fix nvmem_cell_write inline function Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 02/10] nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request one hwlock Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 03/10] nvmem: imx: scu: support hole region check Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 04/10] nvmem: imx: scu: support write Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 05/10] nvmem: imx-ocotp: reset error status on probe Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 06/10] dt-bindings: nvmem: Add Spreadtrum eFuse controller documentation Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 07/10] nvmem: sprd: Add Spreadtrum SoCs eFuse support Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 08/10] nvmem: imx: scu: fix dependency in Kconfig Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 09/10] dt-bindings: nvmem: add binding for Rockchip OTP controller Srinivas Kandagatla
2019-10-29 11:42 ` [PATCH 10/10] nvmem: add Rockchip OTP driver Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).