[PATCH] mmc: sdhci-s3c: Check if clk_set_rate() succeeds

2014-11-04 Thread Mark Brown
From: Mark Brown broo...@linaro.org It is possible that we may fail to set the clock rate, if we do so then log the failure and don't bother reprogramming the IP. Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Jaehoon Chung jh80.ch...@samsung.com --- drivers/mmc/host/sdhci-s3c.c | 8

Re: [PATCH] mmc: sdhci-s3c: Check if clk_set_rate() succeeds

2014-11-04 Thread Ulf Hansson
On 4 November 2014 13:26, Mark Brown broo...@kernel.org wrote: From: Mark Brown broo...@linaro.org It is possible that we may fail to set the clock rate, if we do so then log the failure and don't bother reprogramming the IP. Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Jaehoon

[PATCH] mmc: sdhci-s3c: Check if clk_set_rate() succeeds

2013-12-12 Thread Mark Brown
From: Mark Brown broo...@linaro.org It is possible that we may fail to set the clock rate, if we do so then log the failure and don't bother reprogramming the IP. Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Jaehoon Chung jh80.ch...@samsung.com --- drivers/mmc/host/sdhci-s3c.c | 8

Re: [PATCH] mmc: sdhci-s3c: Check if clk_set_rate() succeeds

2013-08-30 Thread Jaehoon Chung
Looks good to me. Acked-by: Jaehoon Chung jh80.ch...@samsung.com On 08/30/2013 01:15 AM, Mark Brown wrote: From: Mark Brown broo...@linaro.org It is possible that we may fail to set the clock rate, if we do so then log the failure and don't bother reprogramming the IP. Signed-off-by:

[PATCH] mmc: sdhci-s3c: Check if clk_set_rate() succeeds

2013-08-29 Thread Mark Brown
From: Mark Brown broo...@linaro.org It is possible that we may fail to set the clock rate, if we do so then log the failure and don't bother reprogramming the IP. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/mmc/host/sdhci-s3c.c | 8 +++- 1 file changed, 7 insertions(+), 1