All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] nvmem: Add support for write-only instances, and clean-up
@ 2020-03-09 17:49 Nicholas Johnson
  2020-03-09 17:49 ` [PATCH v3 1/2] nvmem: Allow nvmem_sysfs_get_groups() to return NULL as error condition Nicholas Johnson
  2020-03-09 17:50 ` [PATCH v3 2/2] nvmem: Add support for write-only instances Nicholas Johnson
  0 siblings, 2 replies; 6+ messages in thread
From: Nicholas Johnson @ 2020-03-09 17:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mika Westerberg, Srinivas Kandagatla, Nicholas Johnson

Hello all,

Previous version: https://lkml.org/lkml/2020/3/2/693

Changed since previous version:

- Fixed memory leak when returning from nvmem_register().

- The patch 2/3 from last time was applied by Srinivas, so dropping it: 
  https://lkml.org/lkml/2020/3/5/616

- I split the patches into two as I said I would.

- Mika Westerberg asked me to send patch 3/3 to him again after v5.7-rc1 
  is released, so drop it for now:
  https://lore.kernel.org/lkml/20200306053455.GY2540@lahna.fi.intel.com/

- Removed comment from last return in nvmem_sysfs_get_groups() to avoid 
  confusion.

Nicholas Johnson (2):
  nvmem: Allow nvmem_sysfs_get_groups() to return NULL as error
    condition
  nvmem: Add support for write-only instances

 drivers/nvmem/core.c        |  4 +++
 drivers/nvmem/nvmem-sysfs.c | 56 +++++++++++++++++++++++++++++++------
 2 files changed, 52 insertions(+), 8 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-03-10 13:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09 17:49 [PATCH v3 0/2] nvmem: Add support for write-only instances, and clean-up Nicholas Johnson
2020-03-09 17:49 ` [PATCH v3 1/2] nvmem: Allow nvmem_sysfs_get_groups() to return NULL as error condition Nicholas Johnson
2020-03-10 13:10   ` Srinivas Kandagatla
2020-03-09 17:50 ` [PATCH v3 2/2] nvmem: Add support for write-only instances Nicholas Johnson
2020-03-10  1:10   ` Nicholas Johnson
2020-03-10  2:45   ` Nicholas Johnson

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.