mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Zhang Rui <rui.zhang@intel.com>
To: lenb@kernel.org
Cc: linux-acpi@vger.kernel.org, linux-pm@lists.linux-foundation.org,
	linux-kernel@vger.kernel.org, rui.zhang@intel.com,
	sujith.thomas@intel.com
Subject: [PATCH 0/10] generic thermal management
Date: Thu, 17 Jan 2008 15:50:38 +0800	[thread overview]
Message-ID: <1200556238.2935.115.camel@acpi-sony.sh.intel.com> (raw)

Hi, all,

This patch series introduces a new generic thermal sysfs driver
which provides a set of interfaces for thermal zone devices (sensors)
and thermal cooling devices (fan, processor...) to register with the
thermal management solution and to be a part of it.

And it also includes the implementation for ACPI thermal zone.
Standard sysfs I/F should be available for all ACPI thermal zones
with this patch series applied.

Patch 01 creates the new generic thermal sysfs driver.
	 It defines two kinds of devices, thermal zone device and
	 thermal cooling device.
	 A thermal zone device usually contains a sensor to monitor the
	 temperature, several trip points and a bunch of cooling devices
	 associated with them.
	 A thermal cooling device is a device that can be throttled
	 to cool the system.
	 The generic thermal sysfs driver creates the standard sysfs I/F
	 for any registered thermal zone and thermal cooling device.
	 And binds the cooling devices to thermal zones if possible.

Patch 02 registers ACPI thermal zone as thermal zone device.

Patch 03 is a fix of violations of ACPI spec in ACPI thermal driver.

Patch 04 registers ACPI Fan as thermal cooling device.

Patch 05 registers ACPI Processor as thermal cooling device.

Patch 06 registers ACPI Video LCD as thermal cooling device.
	 Because throttling the backlight of LCD can cool the system as well.

Patch 09 creates a new platform specific driver, intel_menlow.
	 which is the thermal enhancement driver for intel menlow platform.
	 It programs the sensor of each thermal zone and registers the
	 intel memory controller (hardware id INT0002) as thermal cooling device.

Patch 07 08 and 10 are minor fixes, please refer to the changelog of each patch.

I've tested them and they work well on several systems.
I'd like to get some feedbacks from the list. Any comments are appreciated. :)

Thanks,
Rui



             reply	other threads:[~2008-01-17  7:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-17  7:50 Zhang Rui [this message]
2008-02-02  4:23 ` 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=1200556238.2935.115.camel@acpi-sony.sh.intel.com \
    --to=rui.zhang@intel.com \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=sujith.thomas@intel.com \
    /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

Powered by JetHome