From: Aaron Lu <aaron.lu@intel.com>
To: Jingoo Han <jg1.han@samsung.com>,
Lee Jones <lee.jones@linaro.org>, Zhang Rui <rui.zhang@intel.com>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-pm@vger.kernel.org
Subject: [PATCH 0/3] Support INT3406 Display thermal device
Date: Wed, 31 Dec 2014 11:50:15 +0800 [thread overview]
Message-ID: <1419997818-19528-1-git-send-email-aaron.lu@intel.com> (raw)
The display thermal device represents the LED/LCD display panel
that may or may not include touch support. The main function of
the display thermal device is to allow control of the display
brightness in order to address a thermal condition or to reduce
power consumed by display device.
Due to the way this thermal device changes brightness level is said
to be deprecated so we are using the raw interface to do the actual
backlight change. This requires the backlight core support so two
new APIs are added and exported in patch 1/3. With this, the previous
API backlight_device_registered can be removed and this is done in
patch 2/3. Patch 3/3 adds the new int3406 thermal driver.
Happy new year and best wishes!
Aaron Lu (3):
video / backlight: add two APIs for drivers to use
video / backlight: remove the backlight_device_registered API
Thermal: introduce INT3406 thermal driver
drivers/acpi/video.c | 79 ++++----
drivers/thermal/Kconfig | 26 +--
drivers/thermal/int340x_thermal/Kconfig | 41 ++++
drivers/thermal/int340x_thermal/Makefile | 1 +
drivers/thermal/int340x_thermal/int3406_thermal.c | 229 ++++++++++++++++++++++
drivers/video/backlight/backlight.c | 40 ++--
include/acpi/video.h | 20 ++
include/linux/backlight.h | 3 +-
8 files changed, 362 insertions(+), 77 deletions(-)
create mode 100644 drivers/thermal/int340x_thermal/Kconfig
create mode 100644 drivers/thermal/int340x_thermal/int3406_thermal.c
--
2.1.0
next reply other threads:[~2014-12-31 3:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-31 3:50 Aaron Lu [this message]
2014-12-31 3:50 ` [PATCH 1/3] video / backlight: add two APIs for drivers to use Aaron Lu
2015-01-03 1:04 ` Jingoo Han
2015-01-05 5:46 ` Aaron Lu
2015-01-05 6:01 ` Zhang Rui
2015-01-05 6:20 ` Jingoo Han
2015-01-05 6:51 ` Zhang Rui
2014-12-31 3:50 ` [PATCH 2/3] video / backlight: remove the backlight_device_registered API Aaron Lu
2015-01-03 1:05 ` Jingoo Han
2014-12-31 3:50 ` [PATCH 3/3] Thermal: introduce INT3406 thermal driver Aaron Lu
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=1419997818-19528-1-git-send-email-aaron.lu@intel.com \
--to=aaron.lu@intel.com \
--cc=jg1.han@samsung.com \
--cc=lee.jones@linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=rui.zhang@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;
as well as URLs for NNTP newsgroup(s).