[PATCH] mmc: core: Remove fixed voltage regulator logic

2014-07-22 Thread Tim Kryger
There is no need for regulator consumers to include special logic for fixed voltage regulators as they support regulator_set_voltage() just like their non-fixed regulator counterparts. Signed-off-by: Tim Kryger tim.kry...@gmail.com --- Since this eliminates logic that was concealing a bug in how

[PATCH] Add SDR12 SDR25 support for sdio cards.

2014-07-22 Thread Yuan, JuntaoX
From c8a190816725dd6586bc9de997bf8e50416da428 Mon Sep 17 00:00:00 2001 From: Yuan Juntao juntaox.y...@intel.com Date: Tue, 22 Jul 2014 18:16:34 +0800 Subject: [PATCH] Add SDR12 SDR25 support for sdio cards. According to SDIO simplified specification v3.0, a card should also support SDR25 SDR12

Re: [STLinux Kernel] [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

2014-07-22 Thread Maxime Coquelin
Hi Olof, Arnd, Kevin, I am preparing two tags for v3.17 regarding STi platform. One for DT, and one for defconfigs. Except this one, I have no patches for ARM-SoC. Can you take this patch directly? Or should I send a pull request with this one only?

Re: [PATCH 01/10] mmc: sh_mobile_sdhi: Add EXT_ACC register busy check

2014-07-22 Thread Sergei Shtylyov
Hello. On 07/22/2014 09:33 AM, Kuninori Morimoto wrote: From: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Morimoto-san, when the patches pass thru you, you need to sign off on them. WBR, Sergei -- To unsubscribe from this

Re: [STLinux Kernel] [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

2014-07-22 Thread Olof Johansson
On Tue, Jul 22, 2014 at 5:13 AM, Maxime Coquelin maxime.coque...@st.com wrote: Hi Olof, Arnd, Kevin, I am preparing two tags for v3.17 regarding STi platform. One for DT, and one for defconfigs. Except this one, I have no patches for ARM-SoC. Can you take

Re: [STLinux Kernel] [PATCH v3 10/10] MAINTAINERS: Add sdhci-st file to ARCH/STI architecture

2014-07-22 Thread Maxime Coquelin
On 07/22/2014 06:00 PM, Olof Johansson wrote: On Tue, Jul 22, 2014 at 5:13 AM, Maxime Coquelin maxime.coque...@st.com wrote: Hi Olof, Arnd, Kevin, I am preparing two tags for v3.17 regarding STi platform. One for DT, and one for defconfigs. Except this one, I have

Re: [PATCH 1/3] mmc: dw_mmc: use mmc_regulator_get_supply to handle regulators

2014-07-22 Thread Javier Martinez Canillas
Hello Yuvaraj, On Sat, Jun 28, 2014 at 12:47 AM, Doug Anderson diand...@chromium.org wrote: On Fri, Jun 27, 2014 at 3:59 AM, Yuvaraj Kumar yuvaraj...@gmail.com wrote: mmc_regulator_set_ocr() is failing as its a fixed-regulator. Can you explain more about what's failing? It sure looks like

Re: [PATCH 01/10] mmc: sh_mobile_sdhi: Add EXT_ACC register busy check

2014-07-22 Thread Kuninori Morimoto
Hi Sergei From: Shinobu Uehara shinobu.uehara...@renesas.com Signed-off-by: Shinobu Uehara shinobu.uehara...@renesas.com Morimoto-san, when the patches pass thru you, you need to sign off on them. Ahh... yes indeed. Thank you for pointing it. Will fix in v2 Best regards ---