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

2016-02-16 Thread Scott Wood
v Dogra ; linux-...@lists.infradead.org; > > linuxppc-dev ; Prabhakar Kushwaha > > ; Jaiprakash Singh > > > > Subject: Re: [PATCH] mtd/ifc: Add support for IFC controller version 2.0 > > > > On Mon, 2016-02-15 at 06:18 +, Raghav Dogra wrote: > > > > > >

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

2016-02-15 Thread Raghav Dogra
h Singh > > Subject: Re: [PATCH] mtd/ifc: Add support for IFC controller version 2.0 > > On Mon, 2016-02-15 at 06:18 +, Raghav Dogra wrote: > > > > > -Original Message- > > > From: Brian Norris [mailto:computersforpe...@gmail.com] > > > Sent: Sa

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

2016-02-15 Thread Scott Wood
fradead.org; > > linuxppc-dev ; o...@buserror.net; Prabhakar > > Kushwaha ; Jaiprakash Singh > > > > Subject: Re: [PATCH] mtd/ifc: Add support for IFC controller version 2.0 > > > > On Thu, Feb 04, 2016 at 05:07:16PM -0600, Li Yang wrote: > > > On Wed, Feb 3, 201

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

2016-02-14 Thread Raghav Dogra
ingh > > Subject: Re: [PATCH] mtd/ifc: Add support for IFC controller version 2.0 > > On Thu, Feb 04, 2016 at 05:07:16PM -0600, Li Yang wrote: > > On Wed, Feb 3, 2016 at 12:36 AM, Raghav Dogra > wrote: > > > The new IFC controller version 2.0 has a different memory map

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

2016-02-12 Thread Scott Wood
On Fri, 2016-02-12 at 11:44 -0800, Brian Norris wrote: > On Thu, Feb 04, 2016 at 05:07:16PM -0600, Li Yang wrote: > > On Wed, Feb 3, 2016 at 12:36 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 IFC

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

2016-02-12 Thread Brian Norris
On Thu, Feb 04, 2016 at 05:07:16PM -0600, Li Yang wrote: > On Wed, Feb 3, 2016 at 12:36 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

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

2016-02-05 Thread Li Yang
On Fri, Feb 5, 2016 at 12:23 PM, Scott Wood wrote: > On Fri, 2016-02-05 at 12:05 -0600, Li Yang wrote: >> On Thu, Feb 4, 2016 at 7:17 PM, Scott Wood wrote: >> > On Thu, 2016-02-04 at 17:07 -0600, Li Yang wrote: >> > > On Wed, Feb 3, 2016 at 12:36 AM, Raghav Dogra >> > > wrote: >> > > > The new I

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

2016-02-05 Thread Scott Wood
On Fri, 2016-02-05 at 12:05 -0600, Li Yang wrote: > On Thu, Feb 4, 2016 at 7:17 PM, Scott Wood wrote: > > On Thu, 2016-02-04 at 17:07 -0600, Li Yang wrote: > > > On Wed, Feb 3, 2016 at 12:36 AM, Raghav Dogra > > > wrote: > > > > The new IFC controller version 2.0 has a different memory map page.

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

2016-02-05 Thread Li Yang
On Thu, Feb 4, 2016 at 7:17 PM, Scott Wood wrote: > On Thu, 2016-02-04 at 17:07 -0600, Li Yang wrote: >> On Wed, Feb 3, 2016 at 12:36 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 6

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

2016-02-04 Thread Scott Wood
On Thu, 2016-02-04 at 17:07 -0600, Li Yang wrote: > On Wed, Feb 3, 2016 at 12:36 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 runtim

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

2016-02-04 Thread Li Yang
On Wed, Feb 3, 2016 at 12:36 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. If the global re

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

2016-02-02 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 --- This patch i