Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2017-03-13 Thread Boris Brezillon
Hi Masahiro, On Fri, 10 Mar 2017 20:00:03 +0900 Masahiro Yamada wrote: > Hi Boris, > > I am almost getting v2 done, > and now I am testing it. > > I am having one problem. Please teach me. > > > 2016-11-30 17:17 GMT+09:00 Boris Brezillon > : > >> [2] > >> Remove driver-internal bounce buff

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2017-03-10 Thread Masahiro Yamada
Hi Boris, I am almost getting v2 done, and now I am testing it. I am having one problem. Please teach me. 2016-11-30 17:17 GMT+09:00 Boris Brezillon : >> [2] >> Remove driver-internal bounce buffer. >> The current Denali driver allocate DMA_BIDIRECTIONAL buffer >> to use it as a driver-interna

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-12-01 Thread Masahiro Yamada
Hi Boris, 2016-11-30 17:17 GMT+09:00 Boris Brezillon : >> [3] >> Fix raw and oob callbacks. >> >> I asked in another thread, >> the current driver just puts the physically accessed OOB data >> into oob_poi, which is not a collection of ECC data. >> Raw write/read() are wrong as well. > > That's a

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-11-30 Thread Boris Brezillon
On Wed, 30 Nov 2016 17:02:16 +0900 Masahiro Yamada wrote: > Hi. > > 2016-11-28 0:04 GMT+09:00 Boris Brezillon > : > > +Andy > > > > Hi Masahiro, > > > > On Sun, 27 Nov 2016 03:05:46 +0900 > > Masahiro Yamada wrote: > > > >> As I said in the 1st round series, I am tackling on this driver > >>

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-11-30 Thread Masahiro Yamada
2016-11-28 0:04 GMT+09:00 Boris Brezillon : > +Andy > > Hi Masahiro, > > On Sun, 27 Nov 2016 03:05:46 +0900 > Masahiro Yamada wrote: > >> As I said in the 1st round series, I am tackling on this driver >> to use it for my SoCs. >> >> The previous series was just cosmetic things, but this series >>

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-11-30 Thread Masahiro Yamada
Hi. 2016-11-28 0:04 GMT+09:00 Boris Brezillon : > +Andy > > Hi Masahiro, > > On Sun, 27 Nov 2016 03:05:46 +0900 > Masahiro Yamada wrote: > >> As I said in the 1st round series, I am tackling on this driver >> to use it for my SoCs. >> >> The previous series was just cosmetic things, but this seri

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-11-27 Thread Boris Brezillon
On Sun, 27 Nov 2016 03:05:46 +0900 Masahiro Yamada wrote: > As I said in the 1st round series, I am tackling on this driver > to use it for my SoCs. > > The previous series was just cosmetic things, but this series > includes *real* changes. > > After some more cleanups, I will start to add cha

Re: [PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-11-27 Thread Boris Brezillon
+Andy Hi Masahiro, On Sun, 27 Nov 2016 03:05:46 +0900 Masahiro Yamada wrote: > As I said in the 1st round series, I am tackling on this driver > to use it for my SoCs. > > The previous series was just cosmetic things, but this series > includes *real* changes. > > After some more cleanups, I

[PATCH 00/39] mtd: nand: denali: 2nd round of Denali NAND IP patch bomb

2016-11-26 Thread Masahiro Yamada
As I said in the 1st round series, I am tackling on this driver to use it for my SoCs. The previous series was just cosmetic things, but this series includes *real* changes. After some more cleanups, I will start to add changes that are really necessary. One of the biggest problems I want to solv