All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvmem: patches for 5.8
@ 2020-05-11 14:50 Srinivas Kandagatla
  2020-05-11 14:50 ` [PATCH 1/3] nvmem: imx-ocotp: Improve logic to save many code lines Srinivas Kandagatla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Srinivas Kandagatla @ 2020-05-11 14:50 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

Hi Greg,

Here are some nvmem patches for 5.8 which includes two trivial
code cleanups and one fix to drive write-protect pin for all usecases.

Can you please queue them up for 5.8.

Thanks,
srini

Anson Huang (1):
  nvmem: imx-ocotp: Improve logic to save many code lines

Michael Auchter (1):
  nvmem: ensure sysfs writes handle write-protect pin

Samuel Zou (1):
  nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify code

 drivers/nvmem/core.c         | 52 ++++++++++++++++++------------------
 drivers/nvmem/imx-ocotp.c    |  9 ++-----
 drivers/nvmem/jz4780-efuse.c |  4 +--
 3 files changed, 29 insertions(+), 36 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2020-05-11 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 14:50 [PATCH 0/3] nvmem: patches for 5.8 Srinivas Kandagatla
2020-05-11 14:50 ` [PATCH 1/3] nvmem: imx-ocotp: Improve logic to save many code lines Srinivas Kandagatla
2020-05-11 14:50 ` [PATCH 2/3] nvmem: ensure sysfs writes handle write-protect pin Srinivas Kandagatla
2020-05-11 14:50 ` [PATCH 3/3] nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify code Srinivas Kandagatla

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.