Re: [PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-11 Thread Boris Brezillon
On Thu, 8 Jun 2017 16:12:49 +0900 Masahiro Yamada wrote: > 2017-06-08 15:16 GMT+09:00 Masahiro Yamada : > > Hi Boris, > > > > 2017-06-07 20:52 GMT+09:00 Masahiro Yamada : > > > >> This patch series intends to solve various problems. > >> > >> [1] The driver just retrieves the OOB area as-is >

Re: [PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-08 Thread Boris Brezillon
Le Thu, 8 Jun 2017 16:12:49 +0900, Masahiro Yamada a écrit : > 2017-06-08 15:16 GMT+09:00 Masahiro Yamada : > > Hi Boris, > > > > 2017-06-07 20:52 GMT+09:00 Masahiro Yamada : > > > >> This patch series intends to solve various problems. > >> > >> [1] The driver just retrieves the OOB area as-i

Re: [PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-08 Thread Boris Brezillon
Le Thu, 8 Jun 2017 15:16:53 +0900, Masahiro Yamada a écrit : > Hi Boris, > > 2017-06-07 20:52 GMT+09:00 Masahiro Yamada : > > This patch series intends to solve various problems. > > > > [1] The driver just retrieves the OOB area as-is > > whereas the controller uses syndrome page layout. >

Re: [PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-08 Thread Masahiro Yamada
2017-06-08 15:16 GMT+09:00 Masahiro Yamada : > Hi Boris, > > 2017-06-07 20:52 GMT+09:00 Masahiro Yamada : >> This patch series intends to solve various problems. >> >> [1] The driver just retrieves the OOB area as-is >> whereas the controller uses syndrome page layout. >> [2] Many NAND chip spe

Re: [PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-07 Thread Masahiro Yamada
Hi Boris, 2017-06-07 20:52 GMT+09:00 Masahiro Yamada : > This patch series intends to solve various problems. > > [1] The driver just retrieves the OOB area as-is > whereas the controller uses syndrome page layout. > [2] Many NAND chip specific parameters are hard-coded in the driver. > [3] ON

[PATCH v5 00/23] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-07 Thread Masahiro Yamada
This patch series intends to solve various problems. [1] The driver just retrieves the OOB area as-is whereas the controller uses syndrome page layout. [2] Many NAND chip specific parameters are hard-coded in the driver. [3] ONFi devices are not working [4] It can not read Bad Block Marker Ou