linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Len Brown <len.brown@intel.com>
To: linux-acpi@vger.kernel.org
Cc: Stefan Schmidt <stefan@datenfreihafen.org>,
	Len Brown <len.brown@intel.com>
Subject: [PATCH 2/28] ACPI: ibm_acpi: Remove experimental status for brightness and volume.
Date: Sat, 14 Oct 2006 04:05:43 -0400
Date: Fri, 22 Sep 2006 12:19:14 +0200	[thread overview]
Message-ID: <11608131711468-git-send-email-len.brown@intel.com> (raw)
Message-ID: <4d6bd5ea4ec4991901a8cf5a586babef68e1fa3f.1160812999.git.len.brown@intel.com> (raw)
In-Reply-To: <11608131691346-git-send-email-len.brown@intel.com>
In-Reply-To: <288f3ad406460f03642a41bb945826891a7b866f.1160812999.git.len.brown@intel.com>

From: Stefan Schmidt <stefan@datenfreihafen.org>

The brightness and volume features from ibm-acpi are stable.
The experimental flag is no longer needed.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Acked-by: Borislav Deianov <borislav@users.sourceforge.net>
Signed-off-by: Len Brown <len.brown@intel.com>
---
 drivers/acpi/ibm_acpi.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/ibm_acpi.c b/drivers/acpi/ibm_acpi.c
index 15fc124..003a987 100644
--- a/drivers/acpi/ibm_acpi.c
+++ b/drivers/acpi/ibm_acpi.c
@@ -1702,13 +1702,11 @@ #endif
 	 .name = "brightness",
 	 .read = brightness_read,
 	 .write = brightness_write,
-	 .experimental = 1,
 	 },
 	{
 	 .name = "volume",
 	 .read = volume_read,
 	 .write = volume_write,
-	 .experimental = 1,
 	 },
 	{
 	 .name = "fan",
-- 
1.4.3.rc2.g23bed-dirty

  parent reply	other threads:[~2006-10-14  8:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-14  8:05 ACPI patches pushed to linux-2.6.19-rc2 Len Brown
     [not found] ` <288f3ad406460f03642a41bb945826891a7b866f.1160812999.git.len.brown@intel.com>
2006-10-14  8:05   ` [PATCH 1/28] ACPI: asus_acpi: W3000 support Len Brown
     [not found]   ` <4d6bd5ea4ec4991901a8cf5a586babef68e1fa3f.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` Len Brown [this message]
     [not found]   ` <24f7ff0af855ece60064a2532d8b316df02983c6.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 3/28] ACPI: ibm_acpi: Update documentation for brightness and volume Len Brown
     [not found]   ` <28b779d127d3038ff83f42259d135a063b7cd848.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 4/28] ACPI: ibm_acpi: Documentation the wan feature Len Brown
     [not found]   ` <963497c12acb4d43caa9751b9291b014eea51a1a.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 5/28] ACPI: sbs: check for NULL device pointer Len Brown
     [not found]   ` <3cd5b87d96db503f69a5892b8f5350d356d18969.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 6/28] ACPI: sbs: fix module_param() initializers Len Brown
     [not found]   ` <991528d7348667924176f3e29addea0675298944.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 7/28] ACPI: Processor native C-states using MWAIT Len Brown
     [not found]   ` <d7a76e4cb3b4469b1eccb6204c053e3ebcd4c196.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 8/28] ACPI: consolidate functions in acpi ec driver Len Brown
     [not found]   ` <ab9e43c640b2b7d6e296fc39dd8cbcb96f9ae393.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 14/28] ACPI: EC: export ec_transaction() for msi-laptop driver Len Brown
     [not found]   ` <8c4c731a89ea6458001f48033f8988447736fb38.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 15/28] MSI S270 Laptop support: backlight, wlan, bluetooth states Len Brown
     [not found]   ` <2fe6dffabb06bfa0591c8c490b092b458fba1f06.1160812999.git.len.brown@intel.com>
2006-10-14  8:05     ` [PATCH 18/28] ACPI: ibm_acpi: delete obsolete documentation Len Brown
     [not found]   ` <786f18c666d7202a86a8aa42a98783b115fe8739.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 19/28] ACPI: fix potential OOPS in power driver with CONFIG_ACPI_DEBUG Len Brown
     [not found]   ` <168a328f30e9d1a8bc6ff55c0501e0bdc08bee60.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 20/28] ACPI: acpi_pci_link_set() can allocate with either GFP_ATOMIC or GFP_KERNEL Len Brown
     [not found]   ` <f4d2e2d87eac0338884b2c26f6bafed115dbac5e.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 21/28] ACPI: update comments in motherboard.c Len Brown
2007-01-07  4:56       ` Bjorn Helgaas
     [not found]   ` <7af8b66004fa827958b4871112e59a07db5b3f6b.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 22/28] ACPI: fix section for CPU init functions Len Brown
     [not found]   ` <a790b323fb1b73f9388426bf3b96f153d1c90d2c.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 23/28] ACPI: fix printk format warnings Len Brown
     [not found]   ` <281ea49b0c294649a6de47a6f8fbe5611137726b.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 24/28] ACPI: SCI interrupt source override Len Brown
     [not found]   ` <6311f0dac006032b82e3556874a1e18b31e80de2.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 25/28] ACPI: asus_acpi: fix proc files parsing Len Brown
     [not found]   ` <6df05702f97f99e038ab817f4466386f6255f58d.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 26/28] ACPI: asus_acpi: don't printk on writing garbage to proc files Len Brown
     [not found]   ` <aeb1104814e1177b865eec4f4b364602f5fcb6d1.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 27/28] ACPICA: Fix incorrect handling of PCI Express Root Bridge _HID Len Brown
     [not found]   ` <34c4415ab857dc6d51db08d62bcd45d4b8513bb6.1160812999.git.len.brown@intel.com>
2006-10-14  8:06     ` [PATCH 28/28] ACPI: check battery status on resume for un/plug events during sleep 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=11608131711468-git-send-email-len.brown@intel.com \
    --to=len.brown@intel.com \
    --cc=lenb@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).