From: "Luming Yu" <luming.yu@gmail.com>
To: Richard Purdie <rpurdie@rpsys.net>
Cc: Andrew Morton <akpm@osdl.org>, Pavel Machek <pavel@ucw.cz>,
len.brown@intel.com, Matt Domsch <Matt_Domsch@dell.com>,
Alessandro Guido <alessandro.guido@gmail.com>,
linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
jengelh@linux01.gwdg.de, gelma@gelma.net, ismail@pardus.org.tr,
Richard Hughes <hughsient@gmail.com>
Subject: Re: [patch 1/5] video sysfs support - take 2: Add dev argument for backlight_device_register.
Date: Tue, 9 Jan 2007 23:09:38 +0800 [thread overview]
Message-ID: <3877989d0701090709n32f57048o495274849cbbf127@mail.gmail.com> (raw)
In-Reply-To: <1167492935.5626.12.camel@localhost.localdomain>
On 12/30/06, Richard Purdie <rpurdie@rpsys.net> wrote:
> On Wed, 2006-11-08 at 00:33 +0800, Yu Luming wrote:
> > This patch set adds generic abstract layer support for acpi video driver to have
> > generic user interface to control backlight and output switch control by leveraging
> > the existing backlight sysfs class driver, and by adding a new video output sysfs
> > class driver.
> >
> > Patch 1/5: adds dev argument for backlight_device_register to link the class device
> > to real device object. The platform specific driver should find a way to get the real
> > device object for their video device.
> >
> > signed-off-by: Luming Yu <Luming.yu@intel.com>
> > ---
> > drivers/acpi/asus_acpi.c | 2 +-
> > drivers/acpi/ibm_acpi.c | 2 +-
> > drivers/acpi/toshiba_acpi.c | 3 ++-
> > drivers/video/backlight/backlight.c | 7 +++++--
> > include/linux/backlight.h | 2 +-
> > 5 files changed, 10 insertions(+), 6 deletions(-)
> >
> > diff --git a/drivers/video/backlight/backlight.c b/drivers/video/backlight/backlight.c
> > index 27597c5..1d97cdf 100644
> > --- a/drivers/video/backlight/backlight.c
> > +++ b/drivers/video/backlight/backlight.c
> > @@ -190,8 +190,10 @@ static int fb_notifier_callback(struct n
> > * Creates and registers new backlight class_device. Returns either an
> > * ERR_PTR() or a pointer to the newly allocated device.
> > */
> > -struct backlight_device *backlight_device_register(const char *name, void *devdata,
> > - struct backlight_properties *bp)
> > +struct backlight_device *backlight_device_register(const char *name,
> > + struct device *dev,
> > + void *devdata,
> > + struct backlight_properties *bp)
> > {
> > int i, rc;
> > struct backlight_device *new_bd;
>
> This patch breaks several platforms. If you're going to add parameters
> to a function like backlight_device_register, you could at least grep
> the tree and update all the users :-(.
yes, you are right. I just noticed that there are so many users when I sent
out that patch. And all these users were disabled when I was testing patch.
I'm sorry for that.
>
> To top it off, someone noticed some of the failures and fixed them but
> nobody thought to fix the drivers in drivers/video/backlight itself and
> a mac reference seems to have escaped too.
If my memory serves me well, there is a patch for mac in mm.
Not sure other drivers in video/backlight. But I should have sent it
to some place.
Need to check.
>
> I'll send a patch to to Andrew to clean up this mess...
>
thank you!
next prev parent reply other threads:[~2007-01-09 15:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-07 16:33 [patch 1/5] video sysfs support - take 2: Add dev argument for backlight_device_register Yu Luming
2006-12-30 15:35 ` Richard Purdie
2007-01-09 15:09 ` Luming Yu [this message]
2007-01-09 17:05 ` James Simmons
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=3877989d0701090709n32f57048o495274849cbbf127@mail.gmail.com \
--to=luming.yu@gmail.com \
--cc=Matt_Domsch@dell.com \
--cc=akpm@osdl.org \
--cc=alessandro.guido@gmail.com \
--cc=gelma@gelma.net \
--cc=hughsient@gmail.com \
--cc=ismail@pardus.org.tr \
--cc=jengelh@linux01.gwdg.de \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=rpurdie@rpsys.net \
/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