Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2012-01-11 Thread James Hogan
Hi Shashidhar, Yeh, go for it! Cheers James On 11/01/12 09:33, Shashidhar Hiremath wrote: > Hi James, > > Since Jae hoon's patch on dev_pm_ops patch is now present in > mmc-next branch. Can I submit PCI patch again with all the changes > suggested by you and bug found by me while testing ? >

Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2012-01-11 Thread Shashidhar Hiremath
Hi James, Since Jae hoon's patch on dev_pm_ops patch is now present in mmc-next branch. Can I submit PCI patch again with all the changes suggested by you and bug found by me while testing ? Also note that the latest PCI patch has been tested on XLINX XC2V3000 FF1152AMT0221 D1215994A VIRTEX F

Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2011-12-22 Thread James Hogan
I've minimally tested the platform version, but on the current mmc-next I need the extra includes below. With these changes the patch looks okay to me. Note however that this patch will conflict with Jaehoon Chung's dev_pm_ops patch, so it's probably worth fixing it to apply on top of that once it

Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2011-12-21 Thread Shashidhar Hiremath
Hi James, Any updates on this patch ? On Thu, Dec 1, 2011 at 4:33 PM, James Hogan wrote: > On 12/01/2011 10:51 AM, Shashidhar Hiremath wrote: >> yes, I have compiled both the variants. > >>   CC      drivers/mmc/host/dw_mmc-pltfm.o >> drivers/mmc/host/dw_mmc-pltfm.c: In function ‘dw_mci_pltfm_pro

Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2011-12-01 Thread James Hogan
On 12/01/2011 10:51 AM, Shashidhar Hiremath wrote: > yes, I have compiled both the variants. > CC drivers/mmc/host/dw_mmc-pltfm.o > drivers/mmc/host/dw_mmc-pltfm.c: In function ‘dw_mci_pltfm_probe’: > drivers/mmc/host/dw_mmc-pltfm.c:48: error: implicit declaration of function > ‘ioremap’ >

Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2011-12-01 Thread Shashidhar Hiremath
yes, I have compiled both the variants. On Thu, Dec 1, 2011 at 3:16 PM, James Hogan wrote: > On 12/01/2011 09:41 AM, Shashidhar Hiremath wrote: >> Please forgive me for repetative patches.Some mailing addresses were wrong. >> So, resending the patch. >> Support of PCI mode for the dw_mmc driver.

Re: [PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2011-12-01 Thread James Hogan
On 12/01/2011 09:41 AM, Shashidhar Hiremath wrote: > Please forgive me for repetative patches.Some mailing addresses were wrong. > So, resending the patch. > Support of PCI mode for the dw_mmc driver. This Patch adds the > support for the scenario where the Synopsys Designware IP > is present on th

[PATCH v5 1/1] mmc:Support of PCI mode for the dw_mmc driver

2011-12-01 Thread Shashidhar Hiremath
Please forgive me for repetative patches.Some mailing addresses were wrong. So, resending the patch. Support of PCI mode for the dw_mmc driver. This Patch adds the support for the scenario where the Synopsys Designware IP is present on the PCI bus. The patch adds the minimal modifications necessary