Re: [U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-24 Thread Peng Fan
Hi, Simon On 1/23/2015 6:29 AM, Simon Glass wrote: Hi Peng, On 16 January 2015 at 22:59, Peng Fan wrote: Hi Simon ,Jagan This patch is based on git://git.denx.de/u-boot-spi.git master branch, since some fsl_qspi's new feature is still in this git repo and have not been merged to mainline. I

Re: [U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-22 Thread Simon Glass
Hi Peng, On 16 January 2015 at 22:59, Peng Fan wrote: > Hi Simon ,Jagan > > This patch is based on git://git.denx.de/u-boot-spi.git master branch, > since some fsl_qspi's new feature is still in this git repo and have > not been merged to mainline. > I saw Simon sent out a new patch that remove t

Re: [U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-18 Thread Peng Fan
Hi Jagan, On 1/19/2015 2:47 PM, Jagan Teki wrote: Hi Peng, On 17 January 2015 at 11:29, Peng Fan wrote: Hi Simon ,Jagan This patch is based on git://git.denx.de/u-boot-spi.git master branch, since some fsl_qspi's new feature is still in this git repo and have not been merged to mainline. I s

Re: [U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-18 Thread Jagan Teki
Hi Peng, On 17 January 2015 at 11:29, Peng Fan wrote: > Hi Simon ,Jagan > > This patch is based on git://git.denx.de/u-boot-spi.git master branch, > since some fsl_qspi's new feature is still in this git repo and have > not been merged to mainline. > I saw Simon sent out a new patch that remove t

[U-Boot] [RFC PATCH] dm:spi:fsl_qspi add DM support

2015-01-16 Thread Peng Fan
Hi Simon ,Jagan This patch is based on git://git.denx.de/u-boot-spi.git master branch, since some fsl_qspi's new feature is still in this git repo and have not been merged to mainline. I saw Simon sent out a new patch that remove the per_child_auto_alloc_size from the platforms' driver code and mo