From: Jason Gunthorpe Date: Tue, 9 Mar 2010 19:27:56 +0000 (-0700) Subject: mtd: extend physmap_of to let the device tree specify the parition probe X-Git-Tag: v2.6.35-rc1~465^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5da3a9b849cf42fc165e90b1d39e2fd1e199a8;p=pandora-kernel.git mtd: extend physmap_of to let the device tree specify the parition probe This is to support custom partitioning schemes for embedded PPC. To use define your own mtd_part_parser and then add something like: linux,part-probe = "my_probe", "cmdlinepart"; To the board's dts file. If linux,part-probe is not specified then this behaves the same as before. Signed-off-by: Jason Gunthorpe Signed-off-by: David Woodhouse --- Reading git-diff-tree failed