public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/21] ACPI: ibm-acpi: cleanups, extended fan/thermal support
@ 2006-11-25 20:41 Henrique de Moraes Holschuh
  2006-11-25 20:42 ` [PATCH 01/21] ACPI: ibm-acpi: do not use / in driver names Henrique de Moraes Holschuh
                   ` (10 more replies)
  0 siblings, 11 replies; 26+ messages in thread
From: Henrique de Moraes Holschuh @ 2006-11-25 20:41 UTC (permalink / raw)
  To: len.brown; +Cc: ibm-acpi-devel, linux-acpi


This patch series contains the ibm-acpi devel queue for 2006-11-25.
Please merge for acpi-test.

Patch 1 fixes sub-driver naming so that it doesn't get in the way of
a ACPI sysfs conversion work.

Patch 2 just does some Lindent housekeeping work, as Len said he likes
code to be as Lindent-clean as possible.

Patches 3-5 extend thermal support for the new thinkpads, and updates
thermal docs.

Patches 6-13 extend fan support for new thinkpads, so people will stop
using ecdump to directly modify EC registers ;-)

Patches 14-15 implement a work-around for a bug in the EC firmware in
certain thinkpads, see
http://thinkwiki.org/wiki/Embedded_Controller_Firmware#Bug:_Fan_control_loop_status_is_not_initialized

Patch 16 adds a watchdog functionality for fan control that has been
requested by developers of userspace fan control utilities.  Many
thinkpads have very annoying out-of-the-box fan behaviour, so userspace
fan control is quite widespread among T4x owners, for example.

Patch 17 adds support for SATA ultrabay (advanced ultrabay), found in
*60 and *61 x/t/z-series.

Patch 18 makes ibm-acpi non-generic bay support optional.

Patch 19 refactors backlight support so that it is in line with 
the rest of the ibm-acpi driver code.

Patches 20-21 are just housekeeping.

This patch series is available for git pull from:
git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git branch
for-upstream/acpi-test.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2006-12-16  5:44 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-25 20:41 [PATCH 00/21] ACPI: ibm-acpi: cleanups, extended fan/thermal support Henrique de Moraes Holschuh
2006-11-25 20:42 ` [PATCH 01/21] ACPI: ibm-acpi: do not use / in driver names Henrique de Moraes Holschuh
2006-11-29  9:08   ` Zhang Rui
2006-11-25 20:42 ` [PATCH 03/21] ACPI: ibm-acpi: Use a enum to select the thermal sensor reading strategy Henrique de Moraes Holschuh
     [not found] ` <20061125204155.6604.35338.stgit-H32KNTuDSMjdPi8JTuvWk31TOOPCyuNQ5NbjCUgZEJk@public.gmane.org>
2006-11-25 20:42   ` [PATCH 02/21] ACPI: ibm-acpi: trivial Lindent cleanups Henrique de Moraes Holschuh
2006-11-25 20:43   ` [PATCH 04/21] ACPI: ibm-acpi: Implement direct-ec-access thermal reading modes for up to 16 sensors Henrique de Moraes Holschuh
2006-11-25 20:43   ` [PATCH 05/21] ACPI: ibm-acpi: document thermal sensor locations for the A31 Henrique de Moraes Holschuh
2006-11-25 20:43   ` [PATCH 06/21] ACPI: ibm-acpi: prepare to cleanup fan_read and fan_write Henrique de Moraes Holschuh
2006-11-25 20:44   ` [PATCH 07/21] ACPI: ibm-acpi: clean up fan_read Henrique de Moraes Holschuh
2006-11-25 20:44   ` [PATCH 08/21] ACPI: ibm-acpi: break fan_read into separate functions Henrique de Moraes Holschuh
2006-11-25 20:45   ` [PATCH 10/21] ACPI: ibm-acpi: document fan control Henrique de Moraes Holschuh
2006-11-25 20:45   ` [PATCH 12/21] ACPI: ibm-acpi: fix and extend fan enable Henrique de Moraes Holschuh
2006-11-25 20:47   ` [PATCH 16/21] ACPI: ibm-acpi: implement fan watchdog command Henrique de Moraes Holschuh
2006-11-25 20:47   ` [PATCH 18/21] ACPI: ibm-acpi: make non-generic bay support optional Henrique de Moraes Holschuh
2006-11-25 20:48   ` [PATCH 19/21] ACPI: ibm-acpi: backlight device cleanup Henrique de Moraes Holschuh
2006-11-25 20:48   ` [PATCH 20/21] ACPI: ibm-acpi: style fixes and cruft removal Henrique de Moraes Holschuh
2006-11-25 20:48   ` [PATCH 21/21] ACPI: ibm-acpi: update version and copyright Henrique de Moraes Holschuh
2006-11-25 20:44 ` [PATCH 09/21] ACPI: ibm-acpi: cleanup fan_write Henrique de Moraes Holschuh
2006-11-25 20:45 ` [PATCH 11/21] ACPI: ibm-acpi: extend fan status functions Henrique de Moraes Holschuh
2006-11-25 20:46 ` [PATCH 13/21] ACPI: ibm-acpi: fix and extend fan control functions Henrique de Moraes Holschuh
2006-11-25 20:46 ` [PATCH 14/21] ACPI: ibm-acpi: store embedded controller firmware version for matching Henrique de Moraes Holschuh
2006-11-25 20:46 ` [PATCH 15/21] ACPI: ibm-acpi: workaround for EC 0x2f initialization bug Henrique de Moraes Holschuh
2006-11-25 20:47 ` [PATCH 17/21] ACPI: ibm-acpi: add support for the ultrabay on the T60,X60 Henrique de Moraes Holschuh
2006-12-07  6:23 ` [PATCH 00/21] ACPI: ibm-acpi: cleanups, extended fan/thermal support Len Brown
2006-12-07 19:35   ` Henrique de Moraes Holschuh
2006-12-16  5:43 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox