All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mtd: Add support for reading MTD devices via the nvmem API
@ 2017-03-07  8:26 ` Alban
  0 siblings, 0 replies; 32+ messages in thread
From: Alban @ 2017-03-07  8:26 UTC (permalink / raw)
  To: linux-kernel
  Cc: Srinivas Kandagatla, Maxime Ripard, Rob Herring, Mark Rutland,
	David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, devicetree, linux-mtd,
	Moritz Fischer, Alban

Hi all,

First thanks to everybody for the feedback on the first series, I implemented
most of the suggestions in this new version. The biggest change is to
directly integrate in the MTD core instead of using notifiers which allow us
to simplify the code quiet a bit.

During the discussion 2 points showed up, reworking the NVMEM binding and
improving the MTD notifiers. Both are good points but not relevant for
this series, so I left that out for another time.

The NVMEM device ID bug fix found in the first series has already been
applied so I didn't include it again.

Alban (2):
  doc: bindings: Add bindings documentation for mtd nvmem
  mtd: Add support for reading MTD devices via the nvmem API

 .../devicetree/bindings/nvmem/mtd-nvmem.txt        | 33 ++++++++++
 drivers/mtd/Kconfig                                |  9 +++
 drivers/mtd/Makefile                               |  1 +
 drivers/mtd/mtdcore.c                              | 13 ++++
 drivers/mtd/mtdnvmem.c                             | 72 ++++++++++++++++++++++
 drivers/mtd/mtdnvmem.h                             | 25 ++++++++
 include/linux/mtd/mtd.h                            |  4 ++
 7 files changed, 157 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/mtd-nvmem.txt
 create mode 100644 drivers/mtd/mtdnvmem.c
 create mode 100644 drivers/mtd/mtdnvmem.h

-- 
2.7.4

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

end of thread, other threads:[~2017-03-19 11:19 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07  8:26 [PATCH v2 0/2] mtd: Add support for reading MTD devices via the nvmem API Alban
2017-03-07  8:26 ` Alban
2017-03-07  8:26 ` [PATCH v2 1/2] doc: bindings: Add bindings documentation for mtd nvmem Alban
2017-03-07  8:26   ` Alban
2017-03-07 21:01   ` Boris Brezillon
2017-03-07 21:01     ` Boris Brezillon
2017-03-08 15:20     ` Alban
2017-03-08 15:20       ` Alban
2017-03-08 16:25       ` Boris Brezillon
2017-03-08 16:25         ` Boris Brezillon
2017-03-10  3:17   ` Marek Vasut
2017-03-10  3:17     ` Marek Vasut
2017-03-10  4:06     ` Moritz Fischer
2017-03-10  4:06       ` Moritz Fischer
2017-03-10  4:52       ` Marek Vasut
2017-03-10  4:52         ` Marek Vasut
2017-03-10  6:38         ` Maxime Ripard
2017-03-10  7:28           ` Marek Vasut
2017-03-15 17:24   ` Rob Herring
2017-03-15 19:41     ` Alban
2017-03-15 19:41       ` Alban
2017-03-18 20:58       ` Rob Herring
2017-03-18 20:58         ` Rob Herring
2017-03-19 11:16         ` Alban
2017-03-19 11:16           ` Alban
2017-03-07  8:26 ` [PATCH v2 2/2] mtd: Add support for reading MTD devices via the nvmem API Alban
2017-03-07  8:26   ` Alban
2017-03-07 18:52   ` Boris Brezillon
2017-03-07 18:52     ` Boris Brezillon
2017-03-13  2:18   ` [lkp-robot] [mtd] 88eb23fa5e: kernel_BUG_at_fs/sysfs/file.c kernel test robot
2017-03-13  2:18     ` kernel test robot
2017-03-13  2:18     ` kernel test robot

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.