[PATCH v3 0/5] improve mtdpart robustness

Michal Suchanek hramrach at gmail.com
Tue Aug 18 08:34:06 PDT 2015


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




More information about the linux-mtd mailing list