From 16f88d8a916cb575549effb40b678ea3576e1a67 Mon Sep 17 00:00:00 2001 From: Henrique de Moraes Holschuh Date: Thu, 5 Apr 2007 01:02:43 -0300 Subject: [PATCH] Add some changes related to ibm-acpi to thinkpad-acpi rename Signed-off-by: Henrique de Moraes Holschuh --- README | 30 ++++++++++++---------- .../acpi-proc-tree.2.6.18-battery_bay_boot.txt | 0 .../acpi-proc-tree.2.6.18-dvd_bay_boot.txt | 0 .../acpi-proc-tree.2.6.18-empty_bay_boot.txt | 0 {TODO.ibm-acpi => TODO.thinkpad-acpi}/features.txt | 0 .../maintenance.txt | 0 6 files changed, 17 insertions(+), 13 deletions(-) rename {TODO.ibm-acpi => TODO.thinkpad-acpi}/debug-data/acpi-proc-tree.2.6.18-battery_bay_boot.txt (100%) rename {TODO.ibm-acpi => TODO.thinkpad-acpi}/debug-data/acpi-proc-tree.2.6.18-dvd_bay_boot.txt (100%) rename {TODO.ibm-acpi => TODO.thinkpad-acpi}/debug-data/acpi-proc-tree.2.6.18-empty_bay_boot.txt (100%) rename {TODO.ibm-acpi => TODO.thinkpad-acpi}/features.txt (100%) rename {TODO.ibm-acpi => TODO.thinkpad-acpi}/maintenance.txt (100%) diff --git a/README b/README index 6392d755b60..4b1e276925e 100644 --- a/README +++ b/README @@ -1,5 +1,9 @@ -ibm-acpi development tree -========================= +thinkpad-acpi development tree +============================== + +NOTE: The ibm-acpi driver was renamed to thinkpad-acpi on 2007-03, +with changes scheduled to hit Linux mainline for 2.6.22. + This tree is an staging and archival area for ibm-acpi patches and documentation. @@ -7,7 +11,7 @@ documentation. releases/: archival area releases/upstream/: directory containing the patches in public releases - of ibm-acpi + of thinkpad-acpi and ibm-acpi releases/upstream/sunrise/: reference (base) version of ibm-acpi @@ -15,7 +19,7 @@ rejected/: staging area for rejected/superseeded/abandoned patches queues/: various staging areas queues/acpi-test/: staging area with patches that made it to acpi-test -queues/ibm-acpi/: staging area with patches from ibm-acpi development +queues/ibm-acpi/: staging area with patches from thinkpad-acpi development queues/for-upstream/: staging area with patches being submitted upstream @@ -26,25 +30,25 @@ ibm-acpi git tree Branch Description ------ --------------------------------------------- -master ibm-acpi development tree, see above. +master thinkpad-acpi development tree, see above. -release/* ibm-acpi releases for various kernels. +release/* thinkpad-acpi releases for various kernels. for-upstream/ - mm ibm-acpi patches queued to be added to -mm tree, - for please pull requests to Andrew. + mm thinkpad-acpi patches queued to be added to + -mm tree, for please pull requests to Andrew. - acpi-test ibm-acpi patches queued to be added to Len's + acpi-test thinkpad-acpi patches queued to be added to Len's acpi-test tree, for please pull requests to Len. This is the normal submission path upstream. - acpi-release ibm-acpi patches queued to be added to mainline - (through Len's acpi-release tree), for please - pull requests to Len. Rarely used. + acpi-release thinkpad-acpi patches queued to be added to + mainline (through Len's acpi-release tree), for + please pull requests to Len. Rarely used. upstream/* various upstream trees. -queue/ patch queue for the next ibm-acpi release +queue/ patch queue for the next thinkpad-acpi release already-upstream patches already merged upstream (acpi-test), patches are removed when they hit mainline or a sourceforge release is made. diff --git a/TODO.ibm-acpi/debug-data/acpi-proc-tree.2.6.18-battery_bay_boot.txt b/TODO.thinkpad-acpi/debug-data/acpi-proc-tree.2.6.18-battery_bay_boot.txt similarity index 100% rename from TODO.ibm-acpi/debug-data/acpi-proc-tree.2.6.18-battery_bay_boot.txt rename to TODO.thinkpad-acpi/debug-data/acpi-proc-tree.2.6.18-battery_bay_boot.txt diff --git a/TODO.ibm-acpi/debug-data/acpi-proc-tree.2.6.18-dvd_bay_boot.txt b/TODO.thinkpad-acpi/debug-data/acpi-proc-tree.2.6.18-dvd_bay_boot.txt similarity index 100% rename from TODO.ibm-acpi/debug-data/acpi-proc-tree.2.6.18-dvd_bay_boot.txt rename to TODO.thinkpad-acpi/debug-data/acpi-proc-tree.2.6.18-dvd_bay_boot.txt diff --git a/TODO.ibm-acpi/debug-data/acpi-proc-tree.2.6.18-empty_bay_boot.txt b/TODO.thinkpad-acpi/debug-data/acpi-proc-tree.2.6.18-empty_bay_boot.txt similarity index 100% rename from TODO.ibm-acpi/debug-data/acpi-proc-tree.2.6.18-empty_bay_boot.txt rename to TODO.thinkpad-acpi/debug-data/acpi-proc-tree.2.6.18-empty_bay_boot.txt diff --git a/TODO.ibm-acpi/features.txt b/TODO.thinkpad-acpi/features.txt similarity index 100% rename from TODO.ibm-acpi/features.txt rename to TODO.thinkpad-acpi/features.txt diff --git a/TODO.ibm-acpi/maintenance.txt b/TODO.thinkpad-acpi/maintenance.txt similarity index 100% rename from TODO.ibm-acpi/maintenance.txt rename to TODO.thinkpad-acpi/maintenance.txt -- 2.11.4.GIT