From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH 0/5] Laptop driver documentation changes for 2.6.25 Date: Mon, 11 Feb 2008 11:23:39 -0800 Message-ID: <20080211112339.31ae3a68.randy.dunlap@oracle.com> References: <20080209013157.4895.70128.stgit@pacifica> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from rgminet01.oracle.com ([148.87.113.118]:41678 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756608AbYBKTYN (ORCPT ); Mon, 11 Feb 2008 14:24:13 -0500 In-Reply-To: <20080209013157.4895.70128.stgit@pacifica> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Carlos Corbacho Cc: linux-acpi@vger.kernel.org, Len Brown , Henrique de Moraes Holschuh , Mattia Dongili On Sat, 09 Feb 2008 01:31:57 +0000 Carlos Corbacho wrote: > The following series implements the proposed creation of Documentation/laptops, > and the movement of all the laptop driver documentation to this directory. I've > also taken the opportunity to tack on the acer-wmi documentation in the final > patch of this series. > > Because all the drivers in question go through the ACPI tree anyway, it's > probably easiest if this change goes through the ACPI tree as well. > > This should all be 2.6.25 material, since there is no code change here, just > rearranging the Documentation files, and updating Kconfig entries where > required. I've also tested this series against Linus' latest git tree, with no > problems applying it there. > Hi, so should we also move Documentation/laptop-mode.txt to laptops/ dir? > > Carlos Corbacho (5): > acer-wmi - Add documentation > sonypi - Move sonypi.txt to Documentation/laptops > sony-laptop - Move sony-laptop.txt to Documentation/laptops > thinkpad-acpi - Move thinkpad-acpi.txt to Documentation/laptops > Documentation - Create laptops sub-directory > > > Documentation/00-INDEX | 8 > Documentation/laptops/00-INDEX | 10 > Documentation/laptops/acer-wmi.txt | 202 +++++ > Documentation/laptops/sony-laptop.txt | 117 +++ > Documentation/laptops/sonypi.txt | 152 +++ > Documentation/laptops/thinkpad-acpi.txt | 1365 +++++++++++++++++++++++++++++++ > Documentation/sony-laptop.txt | 117 --- > Documentation/sonypi.txt | 152 --- > Documentation/thinkpad-acpi.txt | 1365 ------------------------------- > drivers/char/Kconfig | 2 > drivers/misc/Kconfig | 10 > 11 files changed, 1856 insertions(+), 1644 deletions(-) > create mode 100644 Documentation/laptops/00-INDEX > create mode 100644 Documentation/laptops/acer-wmi.txt > create mode 100644 Documentation/laptops/sony-laptop.txt > create mode 100644 Documentation/laptops/sonypi.txt > create mode 100644 Documentation/laptops/thinkpad-acpi.txt > delete mode 100644 Documentation/sony-laptop.txt > delete mode 100644 Documentation/sonypi.txt > delete mode 100644 Documentation/thinkpad-acpi.txt --- ~Randy