From: Michal Suchanek <hramrach@gmail.com>
To: David Woodhouse <dwmw2@infradead.org>,
Brian Norris <computersforpeace@gmail.com>,
linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org,
Subject: [PATCH 0/3] Improve mtdpart robustness
Date: 27 Jul 2015 20:30:43 -0000 [thread overview]
Message-ID: <cover.1438028045.git.hramrach@gmail.com> (raw)
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
next reply other threads:[~2015-07-27 20:31 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-27 20:30 Michal Suchanek [this message]
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
2015-07-27 20:30 ` [PATCH 3/3] mtd: mtdpart: Do not fail mtd probe when parsing partitions fails Michal Suchanek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1438028045.git.hramrach@gmail.com \
--to=hramrach@gmail.com \
--cc=computersforpeace@gmail.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.