From: Tony Lindgren <tony@atomide.com>
To: andrzej zaborowski <balrogg@gmail.com>
Cc: Linux OMAP ML <linux-omap-open-source@linux.omap.com>
Subject: Re: [PATCH] Update the Kconfig entry for omap-bl
Date: Thu, 24 May 2007 17:31:21 -0700 [thread overview]
Message-ID: <20070525003121.GC19506@atomide.com> (raw)
In-Reply-To: <fb249edb0705221020t271c2229m78808edfed2cb3d2@mail.gmail.com>
* andrzej zaborowski <balrogg@gmail.com> [070522 10:25]:
> - CONFIG_BACKLIGHT_DEVICE now became CONFIG_BACKLIGHT_CLASS_DEVICE.
> - Re-add OMAPBL_MAX_INTENSITY usage that was removed in last commit
> and the macro became unused.
>
> Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
> From feb798039e5c6e06f64556ad482dbbd021153a1b Mon Sep 17 00:00:00 2001
> From: Andrzej Zaborowski <balrog@zabor.org>
> Date: Tue, 22 May 2007 19:59:11 +0200
> Subject: [PATCH] OMAP: Update omap-bl Kconfig entry.
>
> - CONFIG_BACKLIGHT_DEVICE is now CONFIG_BACKLIGHT_CLASS_DEVICE.
> - Re-add OMAPBL_MAX_INTENSITY usage that became unused after last commit.
> ---
> drivers/video/backlight/Kconfig | 2 +-
> drivers/video/backlight/omap_bl.c | 1 +
> 2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/video/backlight/Kconfig b/drivers/video/backlight/Kconfig
> index 33d71c1..b705415 100644
> --- a/drivers/video/backlight/Kconfig
> +++ b/drivers/video/backlight/Kconfig
> @@ -58,7 +58,7 @@ config BACKLIGHT_HP680
>
> config BACKLIGHT_OMAP
> tristate "OMAP LCD Backlight"
> - depends on BACKLIGHT_DEVICE && (ARCH_OMAP1 || ARCH_OMAP2)
> + depends on BACKLIGHT_CLASS_DEVICE && (ARCH_OMAP1 || ARCH_OMAP2)
> default y
> help
> This driver controls the LCD backlight level and power
> diff --git a/drivers/video/backlight/omap_bl.c b/drivers/video/backlight/omap_bl.c
> index a9532fd..3249bf8 100644
> --- a/drivers/video/backlight/omap_bl.c
> +++ b/drivers/video/backlight/omap_bl.c
> @@ -170,6 +170,7 @@ static int omapbl_probe(struct platform_device *pdev)
> omap_cfg_reg(PWL); /* Conflicts with UART3 */
>
> dev->props.fb_blank = FB_BLANK_UNBLANK;
> + dev->props.max_brightness = OMAPBL_MAX_INTENSITY;
> dev->props.brightness = pdata->default_intensity;
> omapbl_update_status(dev);
Pushing today.
Tony
prev parent reply other threads:[~2007-05-25 0:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-22 17:20 [PATCH] Update the Kconfig entry for omap-bl andrzej zaborowski
2007-05-25 0:31 ` 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=20070525003121.GC19506@atomide.com \
--to=tony@atomide.com \
--cc=balrogg@gmail.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