All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] improve mtdpart robustness
@ 2015-08-18 15:34 ` Michal Suchanek
  0 siblings, 0 replies; 30+ messages in thread
From: Michal Suchanek @ 2015-08-18 15:34 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	David Woodhouse, Brian Norris, Michal Suchanek, devicetree,
	linux-kernel, linux-mtd

Hello,

this patch series addresses

 - compiling in a mtd partitioning scheme may render a mtd device inacessible
 - ofpart can fail when subnodes of mtd device node exist
     eg. s3c64xx spi controller-data

v3 updates the last patch
  - address possible memory leak
  - use more generic name for partition node

Thanks

Michal

Michal Suchanek (5):
  mtd: mtdpart: add debug prints to partition parser.
  mtd: mtdpart: Do not fail mtd probe when parsing partitions fails.
  mtd: ofpart: update devicetree binding specification
  mtd: ofpart: document the lock flag.
  mtd: ofpart: move ofpart partitions to a dedicated dt node

 .../devicetree/bindings/mtd/partition.txt          | 69 +++++++++++++---------
 drivers/mtd/mtdpart.c                              | 14 ++++-
 drivers/mtd/ofpart.c                               | 63 ++++++++++++++------
 3 files changed, 99 insertions(+), 47 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-10-31  0:22 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 15:34 [PATCH v3 0/5] improve mtdpart robustness Michal Suchanek
2015-08-18 15:34 ` Michal Suchanek
2015-08-18 15:34 ` [PATCH v3 1/5] mtd: mtdpart: add debug prints to partition parser Michal Suchanek
2015-08-18 15:34   ` Michal Suchanek
2015-10-11 20:00   ` Brian Norris
2015-08-18 15:34 ` [PATCH v3 2/5] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails Michal Suchanek
2015-08-18 15:34   ` Michal Suchanek
2015-10-11 20:03   ` Brian Norris
2015-10-11 20:03     ` Brian Norris
2015-10-27  1:44     ` Brian Norris
2015-08-18 15:34 ` [PATCH v3 3/5] mtd: ofpart: update devicetree binding specification Michal Suchanek
2015-08-18 15:34   ` Michal Suchanek
2015-10-11 20:04   ` Brian Norris
2015-10-11 20:04     ` Brian Norris
2015-10-27  2:01     ` Brian Norris
2015-10-27  2:01       ` Brian Norris
2015-10-27  4:35     ` Rob Herring
2015-10-27  4:35       ` Rob Herring
2015-10-27 22:50       ` Brian Norris
2015-10-27 22:50         ` Brian Norris
2015-10-28  0:45         ` Rob Herring
2015-08-18 15:34 ` [PATCH v3 4/5] mtd: ofpart: document the lock flag Michal Suchanek
2015-08-18 15:34   ` Michal Suchanek
2015-10-11 20:04   ` Brian Norris
2015-10-27  1:47     ` Brian Norris
2015-10-27  1:47       ` Brian Norris
2015-08-18 15:34 ` [PATCH v3 5/5] mtd: ofpart: move ofpart partitions to a dedicated dt node Michal Suchanek
2015-08-18 15:34   ` Michal Suchanek
2015-10-31  0:21   ` Brian Norris
2015-10-31  0:21     ` Brian Norris

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.