All of lore.kernel.org
 help / color / mirror / Atom feed
From: Len Brown <lenb@kernel.org>
To: Matthew Garrett <mjg59@srcf.ucam.org>
Cc: Jonathan Woithe <jwoithe@physics.adelaide.edu.au>,
	linux-acpi@vger.kernel.org
Subject: Re: [PATCH] ACPI: add "Fujitsu laptop extras" module
Date: Thu, 23 Aug 2007 23:11:07 -0400	[thread overview]
Message-ID: <200708232311.07335.lenb@kernel.org> (raw)
In-Reply-To: <200708232213.19204.lenb@kernel.org>

On Thursday 23 August 2007 22:13, Len Brown wrote:
> I agree with everything Matthew wrote.
> 
> Also, please move it to drivers/misc, to keep msi-laptop,
> sony-laptop, asus-laptop, and thinkpad-acpi company.
> 
> toshiba-acpi is in drivers/acpi just because it is being neglected --
> but the new scheme is for platform specific drivers that 
> use ACPI is to put them in drivers/misc; and /drivers/acpi
> is for stuff that implements generic ACPI code.
> 
> You might consider naming it fujitsu-laptop as well,
> since the driver depends on ACPI, but it really exists
> to provide laptop features, not to implement part of the ACPI spec...
> fuj02b1_acpi.c may be accurate, but nobody will know what it is.
> 
> Along those lines, it is generally a good idea to put
>         if (acpi_disabled)
>                 return -ENODEV;
> 
> in the init function if the driver is worthless without ACPI.
> 
> Also, the driver needs somebody to volunteer to be
> its maintainer before it can be merged.
> 
> Finally, please run it through scripts/Lindent before the next edition.

Oh, i forgot to mention also...
There should be no new files created under /proc/acpi
for platform specific drivers.

thanks,
-Len

  reply	other threads:[~2007-08-24  3:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-24  0:42 [PATCH] ACPI: add "Fujitsu laptop extras" module Jonathan Woithe
2007-08-24  1:32 ` Matthew Garrett
2007-08-24  1:51   ` Jonathan Woithe
2007-08-24  2:33     ` Matthew Garrett
2007-08-24  2:13   ` Len Brown
2007-08-24  3:11     ` Len Brown [this message]
2007-08-24  3:15       ` Jonathan Woithe
2007-08-24  4:23         ` Len Brown
2007-08-27  3:21           ` [PATCH] ACPI: add "Fujitsu laptop extras" module, take 2 Jonathan Woithe
2007-08-24  3:12     ` [PATCH] ACPI: add "Fujitsu laptop extras" module Jonathan Woithe
2007-08-24  3:55   ` Zhang Rui
2007-08-24  4:12     ` Matthew Garrett
2007-08-25  6:05       ` Len Brown
2007-08-24  7:24   ` Adrian Yee
2007-08-24  7:31     ` Jonathan Woithe

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=200708232311.07335.lenb@kernel.org \
    --to=lenb@kernel.org \
    --cc=jwoithe@physics.adelaide.edu.au \
    --cc=linux-acpi@vger.kernel.org \
    --cc=mjg59@srcf.ucam.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.