All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Improve mtdpart robustness
@ 2015-07-27 20:30 Michal Suchanek
  2015-07-27 20:30 ` [PATCH 3/3] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails Michal Suchanek
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michal Suchanek @ 2015-07-27 20:30 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, linux-mtd, linux-kernel

Hello,

I hit a problem with ofpart getting confused by dt nodes unrelated to
parttioning and refusing the dt which in turn led to mtd refusing access to the
device altogether.

Compiling in a partitioning scheme should not prevent you access to the
unpartitioned device.

Please apply at least the functional patches.

Thanks

Michal

Michal Suchanek (3):
  mtd: mtdpart: add debug prints to partition parser.
  mtd: ofpart: do not fail probe when no partitions exist
  mtd: mtdpart: Do not fail mtd probe when parsing partitions fails.

 drivers/mtd/mtdpart.c | 9 ++++++---
 drivers/mtd/ofpart.c  | 4 ++--
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-07-28  8:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 20:30 [PATCH 0/3] Improve mtdpart robustness Michal Suchanek
2015-07-27 20:30 ` [PATCH 3/3] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails Michal Suchanek
2015-07-27 20:30 ` [PATCH 2/3] mtd: ofpart: do not fail probe when no partitions exist Michal Suchanek
2015-07-27 20:39   ` Brian Norris
2015-07-28  8:17     ` Michal Suchanek
2015-07-27 20:30 ` [PATCH 1/3] mtd: mtdpart: add debug prints to partition parser Michal Suchanek

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.