Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-06-29 Thread Brian Norris
a > > > > Cc: Boris Brezillon ; Yang-Leo Li > > ; Prabhakar Kushwaha > > ; Scott Wood ; linux- > > m...@lists.infradead.org; linuxppc-dev ; > > Raghav Dogra ; Jaiprakash Singh > > > > Subject: Re: [PATCH][v3] mtd/ifc: Add support for IFC controller

RE: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-06-29 Thread Raghav Dogra
nuxppc-dev ; > Raghav Dogra ; Jaiprakash Singh > > Subject: Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0 > > On Fri, May 27, 2016 at 4:12 PM, Brian Norris > wrote: > > Hi Leo, > > > > On Fri, May 27, 2016 at 10:44:01PM +0200, Boris Brezillon wr

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-27 Thread Leo Li
On Fri, May 27, 2016 at 4:12 PM, Brian Norris wrote: > Hi Leo, > > On Fri, May 27, 2016 at 10:44:01PM +0200, Boris Brezillon wrote: >> On Fri, 27 May 2016 15:15:00 -0500 >> Leo Li wrote: >> > On Wed, May 25, 2016 at 3:34 PM, Boris Brezillon >> > wrote: >> > > On Wed, 25 May 2016 14:18:43 -0500 >

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-27 Thread Boris Brezillon
On Fri, 27 May 2016 14:12:47 -0700 Brian Norris wrote: > > > Anyway, Brian, can you take it into your tree and make it appear in > > -rc1 (or earlier if it's still possible)? > > Not sure how I could get it any "earlier"? It's not making -rc1 at this > point. I meant -rc2 :) -- Boris Brezi

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-27 Thread Brian Norris
Hi Leo, On Fri, May 27, 2016 at 10:44:01PM +0200, Boris Brezillon wrote: > On Fri, 27 May 2016 15:15:00 -0500 > Leo Li wrote: > > On Wed, May 25, 2016 at 3:34 PM, Boris Brezillon > > wrote: > > > On Wed, 25 May 2016 14:18:43 -0500 > > > Leo Li wrote: > > >> It seems that the patch at https://pa

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-27 Thread Boris Brezillon
] > >> >> > Sent: Wednesday, April 06, 2016 12:53 PM > >> >> > To: Li Yang > >> >> > Cc: Scott Wood ; Raghav Dogra > >> >> > ; > >> >> > linux-...@lists.infradead.org; linuxppc-dev > >> >> >

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-27 Thread Leo Li
Raghav Dogra ; >> >> > linux-...@lists.infradead.org; linuxppc-dev >> >> > ; >> >> > Prabhakar Kushwaha ; Raghav Dogra >> >> > ; Jaiprakash Singh ; Boris >> >> > Brezillon >> >> > Subject: Re: [PATCH][v3] mtd/

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-25 Thread Boris Brezillon
t; > Prabhakar Kushwaha ; Raghav Dogra > >> > ; Jaiprakash Singh ; Boris > >> > Brezillon > >> > Subject: Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version > >> > 2.0 > >> > > >> > Hi, > >> > > &

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-05-25 Thread Leo Li
6 12:53 PM >> > To: Li Yang >> > Cc: Scott Wood ; Raghav Dogra ; >> > linux-...@lists.infradead.org; linuxppc-dev >> > ; >> > Prabhakar Kushwaha ; Raghav Dogra >> > ; Jaiprakash Singh ; Boris >> > Brezillon >> > Subject: Re:

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-04-07 Thread Boris Brezillon
inux-...@lists.infradead.org; linuxppc-dev ; > > Prabhakar Kushwaha ; Raghav Dogra > > ; Jaiprakash Singh ; Boris > > Brezillon > > Subject: Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0 > > > > Hi, > > > > On Wed, Mar 30, 201

RE: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-04-06 Thread Yang-Leo Li
Jaiprakash Singh ; Boris > Brezillon > Subject: Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0 > > Hi, > > On Wed, Mar 30, 2016 at 03:43:40PM -0500, Li Yang wrote: > > Hi Brian, > > > > Could you help to review and pull in

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-04-06 Thread Brian Norris
Hi, On Wed, Mar 30, 2016 at 03:43:40PM -0500, Li Yang wrote: > Hi Brian, > > Could you help to review and pull in this patch and the Kconfig update > after this patch(https://patchwork.ozlabs.org/patch/557389/)? It It's probably best for Boris to apply this now. > stated a dependency in the no

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-03-30 Thread Li Yang
Hi Brian, Could you help to review and pull in this patch and the Kconfig update after this patch(https://patchwork.ozlabs.org/patch/557389/)? It stated a dependency in the notes, but actually it should be applied cleanly without that patch. These patches are critical to make NAND mtd feature wo

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-02-18 Thread Scott Wood
On Thu, 2016-02-18 at 15:18 -0600, Leo Li wrote: > On Wed, Feb 17, 2016 at 5:24 AM, Raghav Dogra wrote: > > The new IFC controller version 2.0 has a different memory map page. > > Upto IFC 1.4 PAGE size is 4 KB and from IFC2.0 PAGE size is 64KB. > > This patch segregates the IFC global and runtime

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-02-18 Thread Leo Li
On Wed, Feb 17, 2016 at 5:24 AM, Raghav Dogra wrote: > The new IFC controller version 2.0 has a different memory map page. > Upto IFC 1.4 PAGE size is 4 KB and from IFC2.0 PAGE size is 64KB. > This patch segregates the IFC global and runtime registers to appropriate > PAGE sizes. > > Signed-off-by

Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-02-17 Thread Scott Wood
On Wed, 2016-02-17 at 16:54 +0530, Raghav Dogra wrote: > The new IFC controller version 2.0 has a different memory map page. > Upto IFC 1.4 PAGE size is 4 KB and from IFC2.0 PAGE size is 64KB. > This patch segregates the IFC global and runtime registers to appropriate > PAGE sizes. > > Signed-off-

[PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0

2016-02-17 Thread Raghav Dogra
The new IFC controller version 2.0 has a different memory map page. Upto IFC 1.4 PAGE size is 4 KB and from IFC2.0 PAGE size is 64KB. This patch segregates the IFC global and runtime registers to appropriate PAGE sizes. Signed-off-by: Jaiprakash Singh Signed-off-by: Raghav Dogra Acked-by: Li Yan