All of lore.kernel.org
 help / color / mirror / Atom feed
From: Borislav Deianov <borislav@users.sf.net>
To: Stefan Schmidt <stefan@datenfreihafen.org>,
	Len Brown <len.brown@intel.com>
Cc: linux-acpi@vger.kernel.org
Subject: Re: [Patch 1/3] ibm-acpi: Get rid of experimental status for brightness and volume.
Date: Tue, 26 Sep 2006 12:20:42 -0700	[thread overview]
Message-ID: <20060926192042.GC1971@aero.ensim.com> (raw)
In-Reply-To: <20060922101944.340168743@datenfreihafen.org>

On Fri, Sep 22, 2006 at 12:19:14PM +0200, Stefan Schmidt wrote:
> The brightness and volume features from ibm-acpi are stable. The experimental
> flag is no more needed.
> 
> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>

Looks good to me. Len, please apply.

Index: linux-2.6.18-ibm-acpi/drivers/acpi/ibm_acpi.c
===================================================================
--- linux-2.6.18-ibm-acpi.orig/drivers/acpi/ibm_acpi.c	2006-09-21 21:02:41.000000000 +0200
+++ linux-2.6.18-ibm-acpi/drivers/acpi/ibm_acpi.c	2006-09-21 21:03:40.000000000 +0200
@@ -1702,13 +1702,11 @@
 	 .name = "brightness",
 	 .read = brightness_read,
 	 .write = brightness_write,
-	 .experimental = 1,
 	 },
 	{
 	 .name = "volume",
 	 .read = volume_read,
 	 .write = volume_write,
-	 .experimental = 1,
 	 },
 	{
 	 .name = "fan",

  reply	other threads:[~2006-09-26 19:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-22 10:19 [Patch 0/3] ibm-acpi: Remove experimental flag from brightness and volume. Update documentation Stefan Schmidt
2006-09-22 10:19 ` [Patch 1/3] ibm-acpi: Get rid of experimental status for brightness and volume Stefan Schmidt
2006-09-26 19:20   ` Borislav Deianov [this message]
2006-09-22 10:19 ` [Patch 2/3] ibm-acpi: Update documentation " Stefan Schmidt
2006-09-26 19:22   ` Borislav Deianov
2006-09-22 10:19 ` [Patch 3/3] ibm-acpi: Add documentation for wan feature Stefan Schmidt
2006-09-26 19:24   ` Borislav Deianov
2006-09-26 17:42 ` [ltp] [Patch 0/3] ibm-acpi: Remove experimental flag from brightness and volume. Update documentation Stefan Schmidt
2006-09-26 21:27 ` Len Brown

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=20060926192042.GC1971@aero.ensim.com \
    --to=borislav@users.sf.net \
    --cc=len.brown@intel.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=stefan@datenfreihafen.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.