All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11
Date: Sun, 13 May 2012 20:52:42 +0000	[thread overview]
Message-ID: <4FB01F1A.5030204@gmx.de> (raw)
In-Reply-To: <4FA71563.5050401@samsung.com>

On 05/07/2012 12:20 AM, Donghwa Lee wrote:
> MIPI DSI uses 1.1v regulator, so change its supply name.
> 
> Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Applied.


Thanks,

Florian Tobias Schandinat

> ---
>  drivers/video/exynos/exynos_mipi_dsi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c
> index 95e33f0..2e779d3 100644
> --- a/drivers/video/exynos/exynos_mipi_dsi.c
> +++ b/drivers/video/exynos/exynos_mipi_dsi.c
> @@ -58,7 +58,7 @@ static struct mipi_dsim_platform_data *to_dsim_plat(struct platform_device
>  }
>  
>  static struct regulator_bulk_data supplies[] = {
> -	{ .supply = "vdd10", },
> +	{ .supply = "vdd11", },
>  	{ .supply = "vdd18", },
>  };
>  


WARNING: multiple messages have this Message-ID (diff)
From: FlorianSchandinat@gmx.de (Florian Tobias Schandinat)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11
Date: Sun, 13 May 2012 20:52:42 +0000	[thread overview]
Message-ID: <4FB01F1A.5030204@gmx.de> (raw)
In-Reply-To: <4FA71563.5050401@samsung.com>

On 05/07/2012 12:20 AM, Donghwa Lee wrote:
> MIPI DSI uses 1.1v regulator, so change its supply name.
> 
> Signed-off-by: Donghwa Lee <dh09.lee@samsung.com>
> Signed-off-by: Inki Dae <inki.dae@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Applied.


Thanks,

Florian Tobias Schandinat

> ---
>  drivers/video/exynos/exynos_mipi_dsi.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/video/exynos/exynos_mipi_dsi.c b/drivers/video/exynos/exynos_mipi_dsi.c
> index 95e33f0..2e779d3 100644
> --- a/drivers/video/exynos/exynos_mipi_dsi.c
> +++ b/drivers/video/exynos/exynos_mipi_dsi.c
> @@ -58,7 +58,7 @@ static struct mipi_dsim_platform_data *to_dsim_plat(struct platform_device
>  }
>  
>  static struct regulator_bulk_data supplies[] = {
> -	{ .supply = "vdd10", },
> +	{ .supply = "vdd11", },
>  	{ .supply = "vdd18", },
>  };
>  

  reply	other threads:[~2012-05-13 20:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-07  0:20 [PATCH] video: EXYNOS: changes mipi dsi regulator name from vdd10 to vdd11 Donghwa Lee
2012-05-07  0:20 ` Donghwa Lee
2012-05-13 20:52 ` Florian Tobias Schandinat [this message]
2012-05-13 20:52   ` Florian Tobias Schandinat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FB01F1A.5030204@gmx.de \
    --to=florianschandinat@gmx.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.