From: David Gibson Date: Fri, 4 May 2007 06:38:03 +0000 (+1000) Subject: [POWERPC] Abolish powerpc_flash_init() X-Git-Tag: v2.6.22-rc1~358^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197686dfe0038fd190326d118b743ff65ad20c0e;p=pandora-kernel.git [POWERPC] Abolish powerpc_flash_init() powerpc_flash_init() implements a broken way of probing for flash devices supported by the physmap_of driver. It finds all nodes in the device tree with device_type=="rom" and instantiates of_platform devices for them. This is fundamentally incompatible with the normal and correct way of probing for of_platform_bus_probe(). Platforms which relied on powerpc_flash_init()s behaviour (none are in-tree) will have to update their platform probing code to correctly probe busses containing flash devices. Signed-off-by: David Gibson Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed