Re: [PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-13 Thread Masahiro Yamada
Hi Boris, 2017-06-13 17:30 GMT+09:00 Boris Brezillon : > On Tue, 13 Jun 2017 17:17:41 +0900 > Masahiro Yamada wrote: > >> Hi Boris, >> >> >> 2017-06-13 16:02 GMT+09:00 Boris Brezillon >> : >> >> > >> > BTW, I also implemented ->read/write_buf_word() since the core may one >> > day call these fun

Re: [PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-13 Thread Boris Brezillon
On Tue, 13 Jun 2017 17:17:41 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2017-06-13 16:02 GMT+09:00 Boris Brezillon > : > > > > > BTW, I also implemented ->read/write_buf_word() since the core may one > > day call these functions, and the default implementations used by the > > core when t

Re: [PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-13 Thread Boris Brezillon
On Tue, 13 Jun 2017 17:04:11 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2017-06-13 16:02 GMT+09:00 Boris Brezillon > : > > Le Tue, 13 Jun 2017 14:03:52 +0900, > > Masahiro Yamada a écrit : > > > >> This patch series intends to solve various problems. > >> > >> [1] The driver just retrie

Re: [PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-13 Thread Masahiro Yamada
Hi Boris, 2017-06-13 16:02 GMT+09:00 Boris Brezillon : > > BTW, I also implemented ->read/write_buf_word() since the core may one > day call these functions, and the default implementations used by the > core when these hooks are NULL are not appropriate in your case. > BTW, why doesn't the def

Re: [PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-13 Thread Masahiro Yamada
Hi Boris, 2017-06-13 16:02 GMT+09:00 Boris Brezillon : > Le Tue, 13 Jun 2017 14:03:52 +0900, > Masahiro Yamada a écrit : > >> 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

Re: [PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-13 Thread Boris Brezillon
Le Tue, 13 Jun 2017 14:03:52 +0900, Masahiro Yamada a écrit : > 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] ONFi devices are not working > [3] It can not read Bad Block Mar

[PATCH v6 00/18] mtd: nand: denali: Denali NAND IP patch bomb

2017-06-12 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] ONFi devices are not working [3] It can not read Bad Block Marker Outstanding changes are: - Fix raw/oob callbacks for syndrome page la