Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Boris Brezillon
Hi Masahiro, On Sun, 20 Nov 2016 01:15:05 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2016-11-19 17:30 GMT+09:00 Boris Brezillon > : > > Hi Masahiro, > > > > On Wed, 9 Nov 2016 13:35:19 +0900 > > Masahiro Yamada

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Boris Brezillon
Hi Masahiro, On Sun, 20 Nov 2016 01:15:05 +0900 Masahiro Yamada wrote: > Hi Boris, > > > 2016-11-19 17:30 GMT+09:00 Boris Brezillon > : > > Hi Masahiro, > > > > On Wed, 9 Nov 2016 13:35:19 +0900 > > Masahiro Yamada wrote: > > > >> I am tackling on this driver to use it for my SoCs. > >>

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Masahiro Yamada
Hi Boris, 2016-11-19 17:30 GMT+09:00 Boris Brezillon : > Hi Masahiro, > > On Wed, 9 Nov 2016 13:35:19 +0900 > Masahiro Yamada wrote: > >> I am tackling on this driver to use it for my SoCs. >> The difficulty is a bunch of

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Masahiro Yamada
Hi Boris, 2016-11-19 17:30 GMT+09:00 Boris Brezillon : > Hi Masahiro, > > On Wed, 9 Nov 2016 13:35:19 +0900 > Masahiro Yamada wrote: > >> I am tackling on this driver to use it for my SoCs. >> The difficulty is a bunch of platform specific stuff >> (more specifically, Intel MRST specific) is

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Boris Brezillon
Hi Masahiro, On Wed, 9 Nov 2016 13:35:19 +0900 Masahiro Yamada wrote: > I am tackling on this driver to use it for my SoCs. > The difficulty is a bunch of platform specific stuff > (more specifically, Intel MRST specific) is hard-coded in this driver. > > I need

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-19 Thread Boris Brezillon
Hi Masahiro, On Wed, 9 Nov 2016 13:35:19 +0900 Masahiro Yamada wrote: > I am tackling on this driver to use it for my SoCs. > The difficulty is a bunch of platform specific stuff > (more specifically, Intel MRST specific) is hard-coded in this driver. > > I need lots of rework to utilize the

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-12 Thread Marek Vasut
On 11/09/2016 05:35 AM, Masahiro Yamada wrote: > I am tackling on this driver to use it for my SoCs. > The difficulty is a bunch of platform specific stuff > (more specifically, Intel MRST specific) is hard-coded in this driver. > > I need lots of rework to utilize the driver for generic cases, >

Re: [PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-12 Thread Marek Vasut
On 11/09/2016 05:35 AM, Masahiro Yamada wrote: > I am tackling on this driver to use it for my SoCs. > The difficulty is a bunch of platform specific stuff > (more specifically, Intel MRST specific) is hard-coded in this driver. > > I need lots of rework to utilize the driver for generic cases, >

[PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-08 Thread Masahiro Yamada
I am tackling on this driver to use it for my SoCs. The difficulty is a bunch of platform specific stuff (more specifically, Intel MRST specific) is hard-coded in this driver. I need lots of rework to utilize the driver for generic cases, but at the same time, I found the driver code is really

[PATCH 00/11] mtd: nand: denali: first round of cleanups of Denali NAND driver

2016-11-08 Thread Masahiro Yamada
I am tackling on this driver to use it for my SoCs. The difficulty is a bunch of platform specific stuff (more specifically, Intel MRST specific) is hard-coded in this driver. I need lots of rework to utilize the driver for generic cases, but at the same time, I found the driver code is really