Re: [PATCH v2] mmc: sdhci-sirf: fix 8bit width enable by overwriting set_bus_width

2014-08-20 Thread Romain Izard
; + } else if (width == MMC_BUS_WIDTH_4) + ctrl |= SDHCI_CTRL_4BITBUS; + } + sdhci_writeb(host, ctrl, SDHCI_HOST_CONTROL); +} + You can use it verbatim with my signoff if you want. Signed-off-by: Romain Izard romain.izard@gmail.com But you should try it on your board

[PATCH v2] mmc: Allow forward compatibility for e⋅MMC

2014-06-27 Thread Romain Izard
. Signed-off-by: Romain Izard romain.izard@gmail.com Acked-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mmc/core/mmc.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 1ab5f3a0af5b..ac9b8232133c 100644

[PATCH RESEND] mmc: Allow forward compatibility for e⋅MMC

2014-01-28 Thread Romain Izard
-by: Ulf Hansson ulf.hans...@linaro.org Signed-off-by: Romain Izard romain.izard@gmail.com --- drivers/mmc/core/mmc.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index 98e9eb0f6643..81c23e4db704 100644

[PATCH] mmc: Allow forward compatibility for e⋅MMC

2013-11-29 Thread Romain Izard
. Signed-off-by: Romain Izard romain.izard@gmail.com --- drivers/mmc/core/mmc.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/mmc/core/mmc.c b/drivers/mmc/core/mmc.c index f631f5a9bf79..73b43574e1b4 100644 --- a/drivers/mmc/core/mmc.c +++ b/drivers/mmc/core

e⋅MMC forward compatibility

2013-11-28 Thread Romain Izard
/docs/jesd84-b50 (Free registration required) Best regards, -- Romain Izard -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/4] drivers/mmc/host: don't use devm_pinctrl_get_select_default() in probe

2013-10-14 Thread Romain Izard
-dev); - if (IS_ERR(pinctrl)) - dev_warn(pdev-dev, no pins associated\n); - /* * Some non-DT platforms do not pass a clock, and the clock * frequency is passed through platform_data. On DT platforms, Best regards, -- Romain Izard -- To unsubscribe from

[PATCH] Re: How to trigger sdio bus probing from user space

2013-09-27 Thread Romain Izard
= mmc_host, .dev_release= mmc_host_classdev_release, + .dev_groups = mmc_host_groups, }; int mmc_register_host_class(void) -- Romain Izard -- To unsubscribe from this list: send the line unsubscribe linux-mmc in the body of a message to majord...@vger.kernel.org More

[PATCH] mmc: core: production year for eMMC 4.41 and later

2013-06-14 Thread Romain Izard
. For all devices implementing the 4.41 specification or later, the production year field will be interpreted as a value between 2010 and 2025, with 0 corresponding to 2013. Signed-off-by: Romain Izard romain.izard@gmail.com --- drivers/mmc/core/mmc.c | 4 1 file changed, 4 insertions

Corruption on shutdown outside the current partition

2011-05-30 Thread Romain Izard
Hello, During reliability testing of an embedded Linux system using a eMMC chip for code storage and execution, I have encountered occurences of corruption outside of the partition being tested, typically breaking the test in progress. This is a random occurence with a relatively low frequency,