public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Cc: Len Brown <lenb@kernel.org>,
	ibm-acpi-devel@lists.sourceforge.net, linux-acpi@vger.kernel.org
Subject: Re: [PATCH 06/13] ACPI: thinkpad-acpi: claim tpacpi as an official short handle
Date: Fri, 11 Apr 2008 17:21:42 -0700	[thread overview]
Message-ID: <20080411172142.cf278f63.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1207799585-10112-7-git-send-email-hmh@hmh.eng.br>

On Thu, 10 Apr 2008 00:52:58 -0300 Henrique de Moraes Holschuh wrote:

> Unfortunately, a lot of stuff in the kernel has size limitations, so
> "thinkpad-acpi" ends up eating up too much real estate.  We were using
> "tpacpi" in symbols already, but this shorthand was not visible to
> userland.
> 
> Document that the driver will use tpacpi as a short hand where necessary,
> and use it to name the kernel thread for NVRAM polling (now named
> "ktpacpi_nvramd").
> 
> Also, register a module alias with the shorthand.  One can refer to the
> module using the shorthand name.
> 
> Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
> ---
>  Documentation/laptops/thinkpad-acpi.txt |    5 +++++
>  drivers/misc/thinkpad_acpi.c            |    8 ++++++--
>  2 files changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/laptops/thinkpad-acpi.txt b/Documentation/laptops/thinkpad-acpi.txt
> index bbc8275..0f403ff 100644
> --- a/Documentation/laptops/thinkpad-acpi.txt
> +++ b/Documentation/laptops/thinkpad-acpi.txt
> @@ -18,6 +18,11 @@ This driver used to be named ibm-acpi until kernel 2.6.21 and release
>  moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
>  2.6.22, and release 0.14.
>  
> +The driver is named "thinkpad-acpi".  In some places, like module
> +names, "thinkpad_acpi" is used because of userspace issues.
> +
> +"tpacpi" is used as a shorthand where "thinkpad-acpi" would be too
> +long due to lenght limitations on some Linux kernel versions.

               length

>  
>  Status
>  ------

---
~Randy

  reply	other threads:[~2008-04-12  0:23 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-10  3:52 [GIT PATCH] thinkpad-acpi queue for the 2.6.26 merge window Henrique de Moraes Holschuh
     [not found] ` <1207799585-10112-1-git-send-email-hmh-N3TV7GIv+o9fyO9Q7EP/yw@public.gmane.org>
2008-04-10  3:52   ` [PATCH 01/13] ACPI: thinkpad-acpi: BIOS backlight mode helper (v2) Henrique de Moraes Holschuh
2008-04-12  0:26     ` Randy Dunlap
2008-04-10  3:52   ` [PATCH 02/13] ACPI: thinkpad-acpi: warn once about weird hotkey masks Henrique de Moraes Holschuh
2008-04-10  3:52   ` [PATCH 04/13] ACPI: thinkpad-acpi: rate-limit CMOS/EC unsynced error messages Henrique de Moraes Holschuh
2008-04-10  3:52   ` [PATCH 05/13] ACPI: thinkpad-acpi: fix brightness dimming control bug Henrique de Moraes Holschuh
2008-04-10  3:52   ` [PATCH 06/13] ACPI: thinkpad-acpi: claim tpacpi as an official short handle Henrique de Moraes Holschuh
2008-04-12  0:21     ` Randy Dunlap [this message]
2008-04-10  3:52   ` [PATCH 07/13] ACPI: thinkpad-acpi: prepare light and LED for sysfs support Henrique de Moraes Holschuh
2008-04-10  3:53   ` [PATCH 09/13] ACPI: thinkpad-acpi: add sysfs led class support to thinkpad leds (v3.1) Henrique de Moraes Holschuh
2008-04-12  0:21     ` Randy Dunlap
2008-04-12 13:10       ` Henrique de Moraes Holschuh
2008-04-10  3:53   ` [PATCH 10/13] ACPI: thinkpad-acpi: fluff really minor fix Henrique de Moraes Holschuh
2008-04-10  3:53   ` [PATCH 13/13] ACPI: thinkpad-acpi: bump up version to 0.20 Henrique de Moraes Holschuh
2008-04-10  6:37   ` [GIT PATCH] thinkpad-acpi queue for the 2.6.26 merge window Len Brown
     [not found]     ` <200804100237.16177.lenb-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2008-04-10 12:34       ` Henrique de Moraes Holschuh
2008-04-10 17:23         ` Len Brown
2008-04-10 22:34           ` Richard Purdie
2008-04-12 13:54             ` Henrique de Moraes Holschuh
2008-04-22 20:02             ` [ibm-acpi-devel] " Henrique de Moraes Holschuh
     [not found]               ` <20080422200223.GA25311-ZGHd14iZgfaRjzvQDGKj+xxZW9W5cXbT@public.gmane.org>
2008-04-23 23:16                 ` Richard Purdie
2008-04-10  3:52 ` [PATCH 03/13] ACPI: thinkpad-acpi: enhance box identification output Henrique de Moraes Holschuh
2008-04-10  3:53 ` [PATCH 08/13] ACPI: thinkpad-acpi: add sysfs led class support for thinklight (v3.1) Henrique de Moraes Holschuh
2008-04-12  0:24   ` Randy Dunlap
2008-04-12 14:51     ` Henrique de Moraes Holschuh
2008-04-10  3:53 ` [PATCH 11/13] ACPI: thinkpad-acpi: use a private workqueue Henrique de Moraes Holschuh
2008-04-10  3:53 ` [PATCH 12/13] ACPI: thinkpad-acpi: fix selects in Kconfig Henrique de Moraes Holschuh

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=20080411172142.cf278f63.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=hmh@hmh.eng.br \
    --cc=ibm-acpi-devel@lists.sourceforge.net \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.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