commit | 6170b43401a3230756ff76287ee07db0d75eddde | [log] [tgz] |
---|---|---|
author | Russell King <linux@arm.linux.org.uk> | Mon Jan 24 23:49:54 2005 +0000 |
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | Mon May 23 12:15:15 2005 +0200 |
tree | 771cda30b12defc6417086de0a41d1f8e81b576a | |
parent | 3118db3dfe7c16284d1d578e628fd87639b00731 [diff] |
[MTD] Fix MTD device probing Try larger numbers of chips before smaller numbers of chips across the bus width. This means we'll avoid misdetecting a 2 x16 array as 1 x32 if the high 16-bits happen to read as zeros in the QRY area. Signed-off-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>