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

2011-10-02 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 wrote: > Hi > > On 09/29/2011 06:40 PM, Shashidhar Hiremath wrote: >> Support of PCI mode for the dw_mmc driver Thi

[PATCH] mmc: sdhci-tegra: Add #ifdef CONFIG_OF guard for of_find_property

2011-10-02 Thread Axel Lin
I got below build error with "make tegra_defconfig;make" Add #ifdef CONFIG_OF guard for of_find_property to fix below build error: CC drivers/mmc/host/sdhci-tegra.o drivers/mmc/host/sdhci-tegra.c: In function 'sdhci_tegra_dt_parse_pdata': drivers/mmc/host/sdhci-tegra.c:157: error: implicit

Re: [PATCH v7] mmc : general purpose partition support.

2011-10-02 Thread NamJae Jeon
2011/10/3 Sebastian Rasmussen : > Hi! > >> It allows gerneral purpose partitions in MMC Device. > > Reading this patch raised a few questions with me. I hope > you can find some time to answer some of them. > >> And I try to simpliy make mmc_blk_alloc_parts using mmc_part structure >> suggested by

Re: [PATCH v7] mmc : general purpose partition support.

2011-10-02 Thread Sebastian Rasmussen
Hi! > It allows gerneral purpose partitions in MMC Device. Reading this patch raised a few questions with me. I hope you can find some time to answer some of them. > And I try to simpliy make mmc_blk_alloc_parts using mmc_part structure > suggested by Andrei Warkentin. > After patching, we can