Re: [PATCH v3 6/6] mmc: dw_mmc: add samsung exynos5250 specific extentions

2012-07-22 Thread Thomas Abraham
On 20 July 2012 16:08, Seungwon Jeon wrote: > July 20, 2012, Thomas Abraham wrote: >> On 19 July 2012 09:21, Seungwon Jeon wrote: [...] >> >> +static unsigned long exynos5250_dwmmc_caps[4] = { >> >> + MMC_CAP_UHS_DDR50 | MMC_CAP_1_8V_DDR | >> >> + MMC_CAP_8_BIT_DATA | MMC_CAP_C

RE: [PATCH] mmc: dw-mmc: fixed secstion mismatch in reference

2012-07-22 Thread Seungwon Jeon
July 23, 2012, Jaehoon Chung wrote: > Hi Seungwon, > > On 07/20/2012 08:36 PM, Seungwon Jeon wrote: > > Hi Jaehoon, > > > > July 20, 2012, Jaehoon Chung > >> Fixed the below message. > >> > >> WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch in > >> reference from the functi

Re: [PATCH] mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

2012-07-22 Thread Doug Anderson
On Sat, Jul 21, 2012 at 3:40 AM, Will Newton wrote: >> static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb) >> { >> struct dw_mci_slot *slot = mmc_priv(mmc); >> @@ -871,6 +896,14 @@ static void dw_mci_enable_sdio_irq(struct mmc_host >> *mmc, int enb) >> /* Enable/di

Re: [PATCH v3 0/6] mmc: dw_mmc: add support for device tree based instantiation

2012-07-22 Thread Jaehoon Chung
On 07/20/2012 07:47 AM, Kukjin Kim wrote: > Thomas Abraham wrote: >> >> On 19 July 2012 20:58, Jaehoon Chung wrote: >>> Hi Thomas, >>> >>> I think not good that added the samsung specific code into dw_mmc- >> pltfm.c >>> How about separating to dw-mmc-exynos.c? >> >> I am not sure of this. The onl

Re: [PATCH] mmc: dw-mmc: fixed secstion mismatch in reference

2012-07-22 Thread Jaehoon Chung
Hi Seungwon, On 07/20/2012 08:36 PM, Seungwon Jeon wrote: > Hi Jaehoon, > > July 20, 2012, Jaehoon Chung >> Fixed the below message. >> >> WARNING: drivers/mmc/host/built-in.o(.text+0x5ee8): Section mismatch in >> reference from the function >> dw_mci_probe() to the function .init.text:dw_mci_i

Re: [RESEND PATCH v10] mmc: support BKOPS feature for eMMC

2012-07-22 Thread Jaehoon Chung
Hi Maya, On 07/20/2012 08:58 PM, me...@codeaurora.org wrote: > > On Thu, July 19, 2012 8:12 am, Jaehoon Chung wrote: >> +void mmc_start_bkops(struct mmc_card *card, bool from_exception) >> +{ >> +int err; >> +int timeout; >> +bool use_busy_signal; >> + >> +BUG_ON(!

[GIT PULL] MMC updates for 3.6-rc1

2012-07-22 Thread Chris Ball
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git tags/mmc-merge-for-3.6-rc1 to receive the MMC merge for 3.6. The patches have been tested in linux-next, and there are currently no merge conflicts. Thanks. The following changes since commit 623b51fc864

Re: [PATCH] esdhc: fix DMA_MASK to not break mx25 DMA access

2012-07-22 Thread Chris Ball
Hi Wilson and Sascha, On Tue, Jul 17 2012, Wilson & Cassie wrote: > Patch to not set reserved bits in i.MX25 PROCTL register. DMA stops working > if those bits get set. > > Signed-off-by: Wilson Callan > Acked-by: Sascha Hauer > > --- linux-3.4.4/drivers/mmc/host/sdhci-esdhc-imx.c.orig 2