[PATCH v2 1/1] mmc: bus: print bus speed mode of UHS-I card

2012-03-30 Thread Subhash Jadavani
When UHS-I card is detected also print the bus speed mode in which UHS-I card will be running. Signed-off-by: Subhash Jadavani subha...@codeaurora.org --- drivers/mmc/core/bus.c | 17 +++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/core/bus.c

Re: [PATCH v2 1/1] mmc: bus: print bus speed mode of UHS-I card

2012-03-30 Thread Aaron Lu
Hi, On Fri, Mar 30, 2012 at 12:10:18PM +0530, Subhash Jadavani wrote: When UHS-I card is detected also print the bus speed mode in which UHS-I card will be running. Signed-off-by: Subhash Jadavani subha...@codeaurora.org Acked-by: Aaron Lu aaron...@amd.com -Aaron ---

[RFC] MMC-4.5 Power OFF Notify rework

2012-03-30 Thread Saugata Das
From: Saugata Das saugata@linaro.org This is a rework of the existing POWER OFF NOTIFY patch. The problem with the existing patch comes from the ambiguity on the usage of POWER OFF NOTIFY together with SLEEP and misunderstanding on the usage of MMC_POWER_OFF power_mode from mmc_set_ios in

Re: [RFC] MMC-4.5 Power OFF Notify rework

2012-03-30 Thread Girish K S
On 30 March 2012 14:44, Saugata Das saugata@stericsson.com wrote: From: Saugata Das saugata@linaro.org This is a rework of the existing POWER OFF NOTIFY patch. The problem with the existing patch comes from the ambiguity on the usage of POWER OFF NOTIFY together with SLEEP and

[RFC] MMC-4.5 Power OFF Notify rework

2012-03-30 Thread Girish K S
This is a rework of the existing POWER OFF NOTIFY patch. The current problem with the patch comes from the ambiguity on the usage of POWER OFF NOTIFY together with SLEEP and misunderstanding on the usage of MMC_POWER_OFF power_mode from mmc_set_ios in different host controller drivers. This new

Re: [PATCH v3 6/6] mmc: sdhci-s3c: Add device tree support

2012-03-30 Thread Arnd Bergmann
On Friday 30 March 2012, Viresh Kumar wrote: On 3/27/2012 9:49 PM, Arnd Bergmann wrote: These bindings came up in a discussion IRC today. I think it's rather bad that we can't agree on a common way to name the properties for mmc. We have bindings being proposed or already included from

Re: [RFC] MMC-4.5 Power OFF Notify rework

2012-03-30 Thread Linus Walleij
On Fri, Mar 30, 2012 at 12:02 PM, Girish K S girish.shivananja...@linaro.org wrote: This is a rework of the existing POWER OFF NOTIFY patch. The current problem with the patch comes from the ambiguity on the usage of POWER OFF NOTIFY together with SLEEP and misunderstanding on the usage of

swap on eMMC and other flash

2012-03-30 Thread Arnd Bergmann
We've had a discussion in the Linaro storage team (Saugata, Venkat and me, with Luca joining in on the discussion) about swapping to flash based media such as eMMC. This is a summary of what we found and what we think should be done. If people agree that this is a good idea, we can start working

Re: swap on eMMC and other flash

2012-03-30 Thread Zach Pfeffer
On 30 March 2012 13:50, Arnd Bergmann a...@arndb.de wrote: (sorry for the duplicated email, this corrects the address of the android kernel team, please reply here) On Friday 30 March 2012, Arnd Bergmann wrote:  We've had a discussion in the Linaro storage team (Saugata, Venkat and me,  

[PATCH 07/11] gpio: tegra: Hide tegra_gpio_enable/disable()

2012-03-30 Thread Stephen Warren
From: Stephen Warren swar...@nvidia.com Recent pinctrl discussions concluded that gpiolib APIs should in fact do whatever is required to mux a GPIO onto pins, by calling pinctrl APIs if required. This change implements this for the Tegra GPIO driver, and removes calls to the Tegra-specific APIs