Re: [PATCH 2/2] mmc: Allow setting slot index via devicetree alias

2014-10-08 Thread Philippe De Muyter
Hi Sascha and Dong, On 2014-05-22 15:30:23, Sascha Hauer wrote: > If the aliases-node is not found, the driver will act as before. and the commit (5f9447e5d97060207c4742d5a06e5548de45972d, by Dong Aisheng) in imx_3.10.31_1.1.0_beta adds : The original patch is from here: https://www.mai

[PATCH] mmc: sdhci: Remove useless string-split's

2014-01-23 Thread Philippe De Muyter
Some error or warning messages that appear on one line in the kernel log are split on two lines in sdhci.c although they are not too long to fit on one 80-characters line. This impairs grep'ping for them, so unsplit them. Signed-off-by: Philippe De Muyter --- drivers/mmc/host/sdhci.c |

mmc patch needed for 3.13 [was Re: ARM,sdhci_esdhc_imx: INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected]

2014-01-13 Thread Philippe De Muyter
Hi Chris & Shawn, The patch http://thread.gmane.org/gmane.linux.kernel.mmc/24371, that fixes a bug introduced in 3.13-rc1, is not in 3.13-rc8. Any chance to get it in 3.13 final ? Tested-by: Philippe De Muyter TIA Philippe On Tue, Jan 07, 2014 at 05:05:29PM +0800, Dong Aisheng wrote: