Re: [GIT PULL] MMC updates for mmc-next

2013-10-26 Thread Chris Ball
Hi Ulf, On Tue, Oct 22 2013, Ulf Hansson wrote: > Hi Chris, > > I have been posting some various patchsets to the mmc-list since early > September. This pull request collects the patches for you to pull in > to your mmc tree for the mmc-next branch. I hope you find this > convenient. > > Kind rega

Re: [PATCH] mmc: dw_mmc: exynos: Revert the sdr_timing assignment

2013-10-26 Thread Chris Ball
Hi Yuvaraj, On Tue, Oct 22 2013, Yuvaraj Kumar C D wrote: > commit 4ad602c9df1e3b04979c260b5612141b4b892257 was wrongly assigning > ddr_timing value to sdr_timing.This patch fix's this by reverting > the sdr_timing assignment statement to the earlier location. 4ad602c9df1e3 doesn't exist in mainl

Re: [PATCH] Add SDIO and MMC device ID support for CLV

2013-10-26 Thread Chris Ball
Hi Eric, On Mon, Oct 21 2013, Eric Ernst wrote: > This patch adds intel_mid clovertrail SDIO and eMMC device > IDs to the sdhci-pci driver. > > Signed-off-by: Eric Ernst > Signed-off-by: David Cohen Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball -- To un

Re: [PATCH 2/2] mmc: dw_mmc: add dw_mmc-k3 for k3 platform

2013-10-26 Thread Chris Ball
Hi Zhangfei, just small changes, On Wed, Oct 23 2013, Zhangfei Gao wrote: > +* tune-table: should be array of clock tune mmc controller This sounds like it should be "tuning-table", and shouldn't it also have a prefix? > + node = of_find_compatible_node(NULL, NULL, > +

Re: [PATCH 1/5] mmc: omap_hsmmc: Fix pbias_disable for omap4

2013-10-26 Thread Chris Ball
Hi Balaji, On Sun, Oct 20 2013, Balaji T K wrote: > pbias_disable is set to protect the mmc pbias i/o cells in DT boot > by preventing voltage switch. Currently pbias_disable is enabled only > for omap3 and not for omap4 due to reg_offset difference of 0x100. > Enable pbias_disable for omap4+ too

Re: [PATCH] mmc: sdhci-pci: identify correct base addresses for slots

2013-10-26 Thread Chris Ball
Hi Jackey, On Mon, Jul 01 2013, Jackey Shen wrote: > A PCI Based SD Host Controller can support up to a total of six SD Slots, and > the base addresses are specified by Slot Information Register of its PCI > header. > Please refer to C.3.3 of SD Host Controller Standard Specification Version > 3

Re: [PATCH v2] mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()

2013-10-26 Thread Fabio Estevam
Chris, On Sat, Oct 12, 2013 at 4:38 AM, Shawn Guo wrote: > On Wed, Oct 09, 2013 at 05:37:39PM -0300, Fabio Estevam wrote: >> From: Fabio Estevam >> >> clk_prepare_enable() may fail, so let's check its return value and propagate >> it >> in the case of error. >> >> Also, fix the sequence for dis

Re: [PATCH 1/3] mmc:sdhci-esdhc-imx: Use NULL instead of zero

2013-10-26 Thread Fabio Estevam
Chris, On Fri, Oct 4, 2013 at 10:59 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Fix the following sparse warning: > > drivers/mmc/host/sdhci-esdhc-imx.c:617:35: warning: Using plain integer as > NULL pointer > > Cc: Shawn Guo > Signed-off-by: Fabio Estevam Any comments on this one? R

[PATCH] mmc: omap: Add erase capability

2013-10-26 Thread Jarkko Nikula
This patch adds the erase capability to OMAP1/OMAP2420 MMC driver. Idea is the same than in commit 93caf8e ("omap_hsmmc: add erase capability") that we disable the data timeout interrupt for erases. Signed-off-by: Jarkko Nikula --- This goes on top of my previous omap mmc patches: http://article.