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

2011-10-03 Thread Shashidhar Hiremath
Hi James, Can I add separate files for PCI/Platform and from there call common probe/remove api's similar to SDHCI driver in kernel ? On Fri, Sep 30, 2011 at 2:12 PM, James Hogan james.ho...@imgtec.com wrote: Hi On 09/29/2011 06:40 PM, Shashidhar Hiremath wrote: Support of PCI mode for the

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

2011-10-03 Thread James Hogan
Hi On 10/03/2011 07:50 AM, Shashidhar Hiremath wrote: Hi James, Can I add separate files for PCI/Platform and from there call common probe/remove api's similar to SDHCI driver in kernel ? yes, that sounds like a good idea. In what way are the PCI device and vendor ids dummy? Cheers James

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

2011-10-03 Thread Shashidhar Hiremath
Hi , Actually these are not really dummy Id's.The vendor Id ad Device Id were given by Synopsys for the PCI platform. On Mon, Oct 3, 2011 at 2:01 PM, James Hogan james.ho...@imgtec.com wrote: Hi On 10/03/2011 07:50 AM, Shashidhar Hiremath wrote: Hi James,   Can I add  separate files for

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

2011-09-30 Thread Shashidhar Hiremath
thanks for reply Jaehoon, The reason I had hard coded was the PCI card that I was using had a single SD/MMC slot. I will make necessary change and submit another patch. On Fri, Sep 30, 2011 at 7:21 AM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Shashidhar. On 09/30/2011 02:40 AM,

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

2011-09-30 Thread James Hogan
Hi On 09/29/2011 06:40 PM, Shashidhar Hiremath wrote: 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 for the driver to work on PCI platform.

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

2011-09-29 Thread Shashidhar Hiremath
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 for the driver to work on PCI platform. The Driver has also been tested for on the PCI platform

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

2011-09-29 Thread Jaehoon Chung
Hi Shashidhar. On 09/30/2011 02:40 AM, Shashidhar Hiremath wrote: 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 for the driver to work on