Anton Vorontsov b34bc037b2 mtd: m25p80: Convert to device table matching
This patch converts the m25p80 driver so that now it uses .id_table
for device matching, making it properly detect devices on OpenFirmware
platforms (prior to this patch the driver misdetected non-JEDEC chips,
seeing all chips as "m25p80").

Also, now jedec_probe() only does jedec probing, nothing else. If it
is not able to detect a chip, NULL is returned and the driver fall
backs to the information specified by the platform (platform_data, or
exact ID).

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2009-11-30 11:26:08 +00:00
..
2009-03-20 13:16:26 +00:00
2009-03-20 13:16:26 +00:00
2009-03-20 13:16:26 +00:00
2008-06-04 17:50:17 +01:00
2008-06-04 17:50:17 +01:00
2009-09-23 10:07:49 -07:00
2009-09-19 10:56:53 -07:00