Re: [PATCH V2] In the Denali NAND controller driver, use 8 bytes for READID command.

2014-07-14 Thread Brian Norris
On Mon, Jun 23, 2014 at 02:50:15PM -0500, Dinh Nguyen wrote: > On Mon, 2014-06-23 at 14:21 -0500, Graham Moore wrote: > > The Denali NAND driver reads only 5 bytes of ID, but some Hynix and Samsung > > have size parameters in the 6th byte. As a result, the page and oob size > > for a Hynix

Re: [PATCH V2] In the Denali NAND controller driver, use 8 bytes for READID command.

2014-07-14 Thread Brian Norris
On Mon, Jun 23, 2014 at 02:50:15PM -0500, Dinh Nguyen wrote: On Mon, 2014-06-23 at 14:21 -0500, Graham Moore wrote: The Denali NAND driver reads only 5 bytes of ID, but some Hynix and Samsung have size parameters in the 6th byte. As a result, the page and oob size for a Hynix H27UAG8T2B

Re: [PATCH V2] In the Denali NAND controller driver, use 8 bytes for READID command.

2014-06-23 Thread Dinh Nguyen
Hi Graham, On Mon, 2014-06-23 at 14:21 -0500, Graham Moore wrote: > The Denali NAND driver reads only 5 bytes of ID, but some Hynix and Samsung > have size parameters in the 6th byte. As a result, the page and oob size > for a Hynix H27UAG8T2B were calculated incorrectly and the driver failed to

[PATCH V2] In the Denali NAND controller driver, use 8 bytes for READID command.

2014-06-23 Thread Graham Moore
The Denali NAND driver reads only 5 bytes of ID, but some Hynix and Samsung have size parameters in the 6th byte. As a result, the page and oob size for a Hynix H27UAG8T2B were calculated incorrectly and the driver failed to load. The solution is to read 8 bytes of ID, as expected by the nand

[PATCH V2] In the Denali NAND controller driver, use 8 bytes for READID command.

2014-06-23 Thread Graham Moore
The Denali NAND driver reads only 5 bytes of ID, but some Hynix and Samsung have size parameters in the 6th byte. As a result, the page and oob size for a Hynix H27UAG8T2B were calculated incorrectly and the driver failed to load. The solution is to read 8 bytes of ID, as expected by the nand

Re: [PATCH V2] In the Denali NAND controller driver, use 8 bytes for READID command.

2014-06-23 Thread Dinh Nguyen
Hi Graham, On Mon, 2014-06-23 at 14:21 -0500, Graham Moore wrote: The Denali NAND driver reads only 5 bytes of ID, but some Hynix and Samsung have size parameters in the 6th byte. As a result, the page and oob size for a Hynix H27UAG8T2B were calculated incorrectly and the driver failed to