From: Huang Shijie Date: Tue, 27 Aug 2013 09:29:07 +0000 (+0800) Subject: mtd: gpmi: imx6: fix the wrong method for checking ready/busy X-Git-Tag: v3.13-rc1~98^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7caa4fd29068cccaa7be20914af6d23f261be3eb;p=pandora-kernel.git mtd: gpmi: imx6: fix the wrong method for checking ready/busy In the imx6, all the ready/busy pins are binding togeter. So we should always check the ready/busy pin of the chip 0. In the other word, when the CS1 is enabled, we should also check the ready/busy of chip 0; if we check the ready/busy of chip 1, we will get the wrong result. Signed-off-by: Huang Shijie Signed-off-by: Brian Norris --- Reading git-diff-tree failed