Re: [PATCH 1/2][v7] driver/memory:Move Freescale IFC driver to a common driver

2014-01-30 Thread Scott Wood
On Thu, 2014-01-30 at 21:23 -0600, Kushwaha Prabhakar-B32579 wrote: > > > -Original Message- > > From: Wood Scott-B07421 > > Sent: Friday, January 31, 2014 3:01 AM > > To: Kushwaha Prabhakar-B32579 > > Cc: linuxppc-dev@lists.ozlabs.org > > Subject:

RE: [PATCH 1/2][v7] driver/memory:Move Freescale IFC driver to a common driver

2014-01-30 Thread prabha...@freescale.com
> -Original Message- > From: Wood Scott-B07421 > Sent: Friday, January 31, 2014 3:01 AM > To: Kushwaha Prabhakar-B32579 > Cc: linuxppc-dev@lists.ozlabs.org > Subject: Re: [PATCH 1/2][v7] driver/memory:Move Freescale IFC driver to a > common > driver > &g

Re: [PATCH 1/2][v7] driver/memory:Move Freescale IFC driver to a common driver

2014-01-30 Thread Scott Wood
On Tue, 2014-01-28 at 10:59 +0530, Prabhakar Kushwaha wrote: > Freescale IFC controller has been used for mpc8xxx. It will be used > for ARM-based SoC as well. This patch moves the driver to driver/memory > and fix the header file includes. > > Also remove module_platform_driver() and instead

[PATCH 1/2][v7] driver/memory:Move Freescale IFC driver to a common driver

2014-01-27 Thread Prabhakar Kushwaha
Freescale IFC controller has been used for mpc8xxx. It will be used for ARM-based SoC as well. This patch moves the driver to driver/memory and fix the header file includes. Also remove module_platform_driver() and instead call platform_driver_register() from subsys_initcall() to make sure t