RE: [PATCH V5 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800

2015-03-16 Thread Kukjin Kim
Alim Akhtar wrote: Ping? Alim, Can you please re-send it based on latest my tree? It would be helpful for me ;) Thanks, Kukjin On Wed, Feb 25, 2015 at 12:05 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi, Alim. Acked-by: Jaehoon Chung jh80.ch...@samsung.com Best Regards,

Re: [PATCH V3 00/15] mmc: host: Add facility to support re-tuning

2015-03-16 Thread Adrian Hunter
On 10/03/15 14:42, Adrian Hunter wrote: Hi Here is V3 of some patches to move re-tuning support out of sdhci and into the core, and add support for HS400 re-tuning. Currently sdhci does re-tuning transparently by calling sdhci_execute_tuning() from its -request() function. The

Re: [PATCH v4 2/4] mmc: core: Add mmc_regulator_set_vqmmc()

2015-03-16 Thread Ulf Hansson
On 11 March 2015 at 23:15, Doug Anderson diand...@chromium.org wrote: This adds logic to the MMC core to set VQMMC. This is expected to be called by MMC drivers like dw_mmc as part of (or instead of) their start_signal_voltage_switch() callback. A few notes: * When setting the signal

Re: [PATCH v3 1/1] mmc: dw_mmc: Add runtime pm to dw_mmc

2015-03-16 Thread Karol Wrona
On 03/12/2015 03:08 AM, Jaehoon Chung wrote: Hi, Karol. Is there the benefit of power consumption? If there is, could you share the result? At this stage all I want to achieve is not directly mmc power consumption drop but the ability to notify the pm about mmc host activity. The cpu

Re: [PATCH V2 3/3] MAINTAINERS: mmc: Cleanup MMC/SD/SDIO section and SDHCI driver section

2015-03-16 Thread Ulf Hansson
On 15 March 2015 at 22:15, Chris Ball ch...@printf.net wrote: Hi, On Fri, Mar 13 2015, Ulf Hansson wrote: As Chris Ball has moved on to other assignments, he's no longer able to help me maintain MMC. Let's remove him from the MMC sections in MAINTAINERS and add him to CREDIT file. This

Re: [PATCH] mmc: sleep notification

2015-03-16 Thread Ulf Hansson
On 16 March 2015 at 12:37, Alex Lemberg alex.lemb...@sandisk.com wrote: Hi Ulf, -Original Message- From: Ulf Hansson [mailto:ulf.hans...@linaro.org] Sent: Thursday, March 12, 2015 11:10 AM To: Alex Lemberg Cc: Avi Shchislowski; linux-mmc; Chris Ball Subject: Re: [PATCH] mmc: sleep

RE: [PATCH] mmc: sleep notification

2015-03-16 Thread Alex Lemberg
-Original Message- From: Ulf Hansson [mailto:ulf.hans...@linaro.org] Sent: Monday, March 16, 2015 3:35 PM To: Alex Lemberg Cc: Avi Shchislowski; linux-mmc; Chris Ball Subject: Re: [PATCH] mmc: sleep notification On 16 March 2015 at 12:37, Alex Lemberg alex.lemb...@sandisk.com

Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2

2015-03-16 Thread Arnd Bergmann
On Monday 16 March 2015 08:53:40 Kuninori Morimoto wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com 84f11d5b1f2abc0e22895b7e12e037f0ec03caeb (mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info) replaced sh_mobile_sdhi_info to tmio_mmc_data, but it was missing to replace

Re: [next:master 2655/4763] arch/arm/mach-shmobile/board-ape6evm.c:177:2: error: unknown field 'tmio_flags' specified in initializer

2015-03-16 Thread Vinod Koul
On Mon, Mar 16, 2015 at 05:52:23PM +0900, Kuninori Morimoto wrote: Hi Vinod Kuninori Morimoto (1): mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 arch/arm/mach-shmobile/board-ape6evm.c | 12 ++-- arch/arm/mach-shmobile/board-mackerel.c | 30

[PATCH v4] mmc: OCTEON: Add host driver for OCTEON MMC controller

2015-03-16 Thread Aleksey Makarov
The OCTEON MMC controller is currently found on cn61XX and cnf71XX devices. Device parameters are configured from device tree data. eMMC, MMC and SD devices are supported. Tested-by: Aaro Koskinen aaro.koski...@iki.fi Signed-off-by: Chandrakala Chavva ccha...@caviumnetworks.com Signed-off-by:

Re: [PATCH v4 2/4] mmc: core: Add mmc_regulator_set_vqmmc()

2015-03-16 Thread Doug Anderson
Ulf, On Mon, Mar 16, 2015 at 7:05 AM, Ulf Hansson ulf.hans...@linaro.org wrote: + switch (ios-signal_voltage) { + case MMC_SIGNAL_VOLTAGE_120: + return mmc_regulator_set_voltage_if_supported(mmc-supply.vqmmc, + 120, 10); Is 1V the

Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2

2015-03-16 Thread Vinod Koul
On Mon, Mar 16, 2015 at 08:53:40AM +, Kuninori Morimoto wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com 84f11d5b1f2abc0e22895b7e12e037f0ec03caeb (mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info) replaced sh_mobile_sdhi_info to tmio_mmc_data, but it was missing to replace

Re: [PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2

2015-03-16 Thread Simon Horman
On Mon, Mar 16, 2015 at 05:34:50PM +0100, Arnd Bergmann wrote: On Monday 16 March 2015 08:53:40 Kuninori Morimoto wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com 84f11d5b1f2abc0e22895b7e12e037f0ec03caeb (mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info) replaced

[PATCH 00/35 linux-next] constify of_device_id array

2015-03-16 Thread Fabian Frederick
This small patchset adds const to of_device_id arrays in drivers branch. Fabian Frederick (35): ata: constify of_device_id array regulator: constify of_device_id array thermal: constify of_device_id array tty/hvc_opal: constify of_device_id array tty: constify of_device_id array

RE: [PATCH] mmc: sleep notification

2015-03-16 Thread Alex Lemberg
Hi Ulf, -Original Message- From: Ulf Hansson [mailto:ulf.hans...@linaro.org] Sent: Thursday, March 12, 2015 11:10 AM To: Alex Lemberg Cc: Avi Shchislowski; linux-mmc; Chris Ball Subject: Re: [PATCH] mmc: sleep notification [...] Also, I think we need to clarify one more

Re: mmc idle time bkops?

2015-03-16 Thread merez
Hi Nikita, The patch got stuck for a while as there was a request to use the runtime PM framework for implementing the idle time BKOPs and I didn't have the ability to test it back then. We plan to re-implement and test in the upcoming few months (aim to July). Do you have a need for this feature

Re: mmc idle time bkops?

2015-03-16 Thread Nikita Yushchenko
Hi Maya. Thanks for the information. There are thoughts that missing support for non-urgent bkops request could be reason of unexpected slowdowns of eMMC i/o that customer is observing. Thus the interest on the current status. However, no particular projects or needs yet. Nikita Hi Nikita,

[PATCH 33/35 linux-next] mmc: constify of_device_id array

2015-03-16 Thread Fabian Frederick
of_device_id is always used as const. (See driver.of_match_table and open firmware functions) Signed-off-by: Fabian Frederick f...@skynet.be --- drivers/mmc/host/mmc_spi.c | 2 +- drivers/mmc/host/wmt-sdmmc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] gpio: pcf857x: restore the initial line state of all pcf lines

2015-03-16 Thread Kishon Vijay Abraham I
Hi, On Wednesday 14 January 2015 05:28 PM, Linus Walleij wrote: On Mon, Jan 5, 2015 at 7:26 AM, Kishon Vijay Abraham I kis...@ti.com wrote: On Thursday 18 December 2014 07:41 PM, Nishanth Menon wrote: On 12/18/2014 12:18 AM, Kishon Vijay Abraham I wrote: On Tuesday 16 December 2014 02:20

Re: [next:master 2655/4763] arch/arm/mach-shmobile/board-ape6evm.c:177:2: error: unknown field 'tmio_flags' specified in initializer

2015-03-16 Thread Kuninori Morimoto
Hi Vinod Kuninori Morimoto (1): mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2 arch/arm/mach-shmobile/board-ape6evm.c | 12 ++-- arch/arm/mach-shmobile/board-mackerel.c | 30 +++--- 2 files changed, 21 insertions(+), 21 deletions(-) This patch is

[PATCH] mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info v2

2015-03-16 Thread Kuninori Morimoto
From: Kuninori Morimoto kuninori.morimoto...@renesas.com 84f11d5b1f2abc0e22895b7e12e037f0ec03caeb (mmc: sh_mobile_sdhi: remove sh_mobile_sdhi_info) replaced sh_mobile_sdhi_info to tmio_mmc_data, but it was missing to replace board-ape6evm / board-mackerel. Kernel build will be failed without this