From mboxrd@z Thu Jan 1 00:00:00 1970 From: zonque@gmail.com (Daniel Mack) Date: Tue, 12 Jul 2011 14:05:24 +0200 Subject: [PATCH 3/4] MTD: pxa3xx_nand: enable multiple chip select support In-Reply-To: References: <1309319494-17951-1-git-send-email-leiwen@marvell.com> <1309771536-10597-4-git-send-email-leiwen@marvell.com> <4E1411BB.4010000@compulab.co.il> <4E1B3ECC.5080308@compulab.co.il> <4E1B4E21.1090507@compulab.co.il> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 12, 2011 at 12:29 PM, Lei Wen wrote: > Hi Daniel, > > On Tue, Jul 12, 2011 at 5:57 PM, Daniel Mack wrote: >> On Tue, Jul 12, 2011 at 11:40 AM, Lei Wen wrote: >>> I retest with suspend&resume on my board, each time that board would >>> reset the timing in the >>> begining of pxa3xx_cmdfunc as expected. So this should be ok as it is >>> the same behavior >>> with original code. >> >> Ok, just to be sure - as there have been quite some iterations fot >> this now - can you send me a link to your most current version of this >> patch again, please? Just to avoid confusion which version we're >> talking about. >> >> > > Please refer to V6 patch set I just send out. I did. With all 4 patches applied, the system doesn't wake up again, as I posted as reply to this particular patch. With only the first 3 applied, we see the following messages after resume: [ 1297.173920] pxa3xx-nand pxa3xx-nand: Wait time out!!! [ 1297.373887] pxa3xx-nand pxa3xx-nand: Wait time out!!! [ 1297.379014] UBIFS error (pid 1245): ubifs_read_node: bad node type (255 but expected 2) [ 1297.388521] UBIFS error (pid 1245): ubifs_read_node: bad node at LEB 435:102784, LEB mapping status 1 [ 1297.593895] pxa3xx-nand pxa3xx-nand: Wait time out!!! [ 1297.793884] pxa3xx-nand pxa3xx-nand: Wait time out!!! [ 1297.994294] pxa3xx-nand pxa3xx-nand: Wait time out!!! Daniel