[GIT PULL] MMC updates for 3.14-rc1

2014-01-25 Thread Chris Ball
Hi Linus, This is a new email address for me, but you still have a signed path to it. (This pull request updates MAINTAINERS with the new address.) Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git tags/mmc-updates-for-3.14-rc1 to receive the MMC merge for 3.14. T

Re: [PATCH] mmc-utils: add eMMC 5.0 FFU support

2014-01-25 Thread Chris Ball
Hi Grant, On Thu, Jan 23 2014, Grant Grundler wrote: > respin sent with "v2" in subject line and includes the '\0' assignment change. > > Apologies again. Thanks, no worries. Would you like me to take this now, or wait for testing? - Chris. -- Chris Ball -- To unsubsc

[PATCH] mxs-mmc: Check the return value from clk_prepare_enable()

2014-01-25 Thread Fabio Estevam
From: Fabio Estevam clk_prepare_enable() may fail, so let's check its return value and propagate it in the case of error. Signed-off-by: Fabio Estevam --- drivers/mmc/host/mxs-mmc.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/