From: Tony Lindgren <tony@atomide.com>
To: Kyungmin Park <kyungmin.park@samsung.com>
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] ARM: OMAP: Replace apollon LCD mux setting
Date: Wed, 18 Oct 2006 22:55:42 +0300 [thread overview]
Message-ID: <20061018195540.GJ4669@atomide.com> (raw)
In-Reply-To: <000901c6ed0f$bf962ba0$c7a3580a@swcenter.sec.samsung.co.kr>
Hi,
* Kyungmin Park <kyungmin.park@samsung.com> [061011 11:50]:
> Change the LCD mux setting from enable() to init() for PM
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>
> --
>
> diff --git a/drivers/video/omap/lcd_apollon.c
> b/drivers/video/omap/lcd_apollon.c
> index fabc3a5..4c0f370 100644
> --- a/drivers/video/omap/lcd_apollon.c
> +++ b/drivers/video/omap/lcd_apollon.c
> @@ -35,6 +35,8 @@ #include <asm/arch/omapfb.h> static int
> apollon_panel_init(struct lcd_panel *panel,
> struct omapfb_device *fbdev)
> {
> + /* configure LCD PWR_EN */
> + omap_cfg_reg(M21_242X_GPIO11);
> return 0;
> }
>
> @@ -44,10 +46,6 @@ static void apollon_panel_cleanup(struct
>
> static int apollon_panel_enable(struct lcd_panel *panel) {
> -
> - /* configure LCD PWR_EN */
> - omap_cfg_reg(M21_242X_GPIO11);
> -
> return 0;
> }
Pushing today. Again your mailer badly reformats the patch... Maybe also
attach it in addition to inlining? Or does somebody know how to send
patches without them getting wrapped from Outlook?
Regards,
Tony
prev parent reply other threads:[~2006-10-18 19:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-11 8:32 [PATCH] ARM: OMAP: Replace apollon LCD mux setting Kyungmin Park
2006-10-18 19:55 ` Tony Lindgren [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=20061018195540.GJ4669@atomide.com \
--to=tony@atomide.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-omap-open-source@linux.omap.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox