[PATCH V6] SDHCI: S3C: Use generic clock names for sdhci bus clock options

Thomas Abraham thomas.abraham at linaro.org
Wed Nov 2 16:41:56 EDT 2011


On 31 October 2011 11:14, Rajeshwari Shinde <rajeshwari.s at samsung.com> wrote:
> This patch modifies the driver to stop depending on the clock names
> being passed from the platform and switch over to bus clock lookup
> using generic clock names.
>
> V6 Changes:
> Changed sprintf to snprintf as suggested by Chris Ball.

The above two lines can be removed from the commit message.

>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
> ---
>  drivers/mmc/host/sdhci-s3c.c |    7 ++-----
>  1 files changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
> index 82709b6..488223c 100644
> --- a/drivers/mmc/host/sdhci-s3c.c
> +++ b/drivers/mmc/host/sdhci-s3c.c
> @@ -435,14 +435,11 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev)

[...]



More information about the linux-arm-kernel mailing list