From: Mike Lavender Date: Sun, 8 Jan 2006 21:34:27 +0000 (-0800) Subject: [PATCH] spi: M25 series SPI flash X-Git-Tag: v2.6.16-rc1~163^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9f762879015d738a5ec2ac8a16be94b3a4a06d;p=pandora-kernel.git [PATCH] spi: M25 series SPI flash This was originally a driver for the ST M25P80 SPI flash. It's been updated slightly to handle other M25P series chips. For many of these chips, the specific type could be probed, but for now this just requires static setup with flash_platform_data that lists the chip type (size, format) and any default partitioning to use. Signed-off-by: David Brownell Cc: Mike Lavender Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed