From: FlorianSchandinat@gmx•de (Florian Tobias Schandinat)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH] video: exynos mipi dsi: Fix mipi dsi regulators handling issue
Date: Sun, 29 Jul 2012 21:15:10 +0000 [thread overview]
Message-ID: <5015A7DE.6050101@gmx.de> (raw)
In-Reply-To: <500CB61A.6000106@samsung.com>
On 07/23/2012 02:25 AM, Donghwa Lee wrote:
> When FB_BLANK_UNLANK event occured, exynos mipi dsi regulators have to turn on.
>
> 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 6c1f5c3..9390640 100644
> --- a/drivers/video/exynos/exynos_mipi_dsi.c
> +++ b/drivers/video/exynos/exynos_mipi_dsi.c
> @@ -154,7 +154,7 @@ static int exynos_mipi_dsi_blank_mode(struct mipi_dsim_device *dsim, int power)
> if (client_drv && client_drv->power_on)
> client_drv->power_on(client_dev, 1);
>
> - exynos_mipi_regulator_disable(dsim);
> + exynos_mipi_regulator_enable(dsim);
>
> /* enable MIPI-DSI PHY. */
> if (dsim->pd->phy_enable)
prev parent reply other threads:[~2012-07-29 21:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-23 2:25 [PATCH] video: exynos mipi dsi: Fix mipi dsi regulators handling issue Donghwa Lee
2012-07-29 21:15 ` Florian Tobias Schandinat [this message]
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=5015A7DE.6050101@gmx.de \
--to=florianschandinat@gmx$(echo .)de \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox