Re: [PATCHv6 2/2] ARM: dts: unuse the slot-node and deprecated supports-highspeed for dw-mmc.

2014-06-10 Thread Jaehoon Chung
Hi, Dinh. Thanks for pointing out. Will Fix it. Best Regards, Jaehoon Chung On 06/10/2014 12:53 AM, Dinh Nguyen wrote: > On Mon, 2014-06-09 at 12:34 +0900, Jaehoon Chung wrote: >> dw-mmc controller can support multiple slots. >> But, there are no use-cases anywhere. So we don't need to support t

Re: [GIT PULL] MMC updates for 3.16-rc1

2014-06-10 Thread Mike Turquette
Quoting Linus Torvalds (2014-06-10 14:50:59) > On Tue, Jun 10, 2014 at 12:51 PM, Chris Ball wrote: > > > > These patches have been tested in > > linux-next, and there are three minor conflicts which I've resolved on > > my mmc-updates-for-3.16-rc1-merged branch. > > Your merged branch is incorre

Re: [GIT PULL] MMC updates for 3.16-rc1

2014-06-10 Thread Linus Torvalds
On Tue, Jun 10, 2014 at 12:51 PM, Chris Ball wrote: > > These patches have been tested in > linux-next, and there are three minor conflicts which I've resolved on > my mmc-updates-for-3.16-rc1-merged branch. Your merged branch is incorrect as far as I can tell, and dropped commit a8246fedacad ("

[GIT PULL] MMC updates for 3.16-rc1

2014-06-10 Thread Chris Ball
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git tags/mmc-updates-for-3.16-rc1 to receive the MMC merge for 3.16. These patches have been tested in linux-next, and there are three minor conflicts which I've resolved on my mmc-updates-for-3.16-rc1-merged b

Re: [PATCH] mmc: sdhci-msm: Fix fallout from sdhci refactoring

2014-06-10 Thread Kumar Gala
Boyd > --- > > Patch based on next-20140610 > > drivers/mmc/host/sdhci-msm.c | 4 > 1 file changed, 4 insertions(+) Acked-by: Kumar Gala Feel free to pick up this version of the patch and ignore mine. - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Ce

[PATCH] mmc: sdhci-msm: Fix crash due to missing ops functions

2014-06-10 Thread Kumar Gala
Recent changes in sdhci core need to get reflected in sdhci_msm_ops otherwise we ended up dereferencing null pointers in the ops struct and crash. Signed-off-by: Kumar Gala --- drivers/mmc/host/sdhci-msm.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/mmc/host/sdhci-msm.c b/dri

[PATCH] mmc: mxs: fix card detection in case of 'broken-cd' flag set

2014-06-10 Thread Roman Pen
In case of reboot my olinuxino imx23 board does not see mmc card any more. mmc_rescan is being called by delayed work in loop, but mxs_mmc_get_cd always returns 0, so we will never pass the card detection check and will not do further card inition. This patch is just an attempt to partially revert

Re: [PATCH 5/5] ARM: dts: imx51-babbage: Fix esdhc setup

2014-06-10 Thread Lothar Waßmann
Hi, Shawn Guo wrote: > On Fri, May 23, 2014 at 02:33:04PM +0200, Sascha Hauer wrote: > > - Move cd/wp pinctrl from the hog group to the esdhc groups > > - use gpio for card detection / write protection on esdhc2 since > > the controller based detection does not work > > - Fix cd gpio polarity fo