From: "Zhang, Rui" <rui.zhang@intel.com>
To: "Lu, Aaron" <aaron.lu@intel.com>
Cc: "jingoohan1@gmail.com" <jingoohan1@gmail.com>,
"linux-fbdev@vger.kernel.org" <linux-fbdev@vger.kernel.org>,
"Pandruvada, Srinivas" <srinivas.pandruvada@intel.com>,
"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
"rjw@rjwysocki.net" <rjw@rjwysocki.net>,
"rafael@kernel.org" <rafael@kernel.org>
Subject: Re: [PATCH v3 0/4] Support INT3406 Display thermal device
Date: Mon, 9 May 2016 07:49:32 +0000 [thread overview]
Message-ID: <1462780173.10198.5.camel@rzhang1-mobl4> (raw)
In-Reply-To: <d160a515-3e11-8faa-71a4-233ff1b7d70d@intel.com>
On Fri, 2016-05-06 at 14:45 +0800, Aaron Lu wrote:
> On 05/05/2016 05:47 AM, Rafael J. Wysocki wrote:
> > On Thursday, April 28, 2016 09:48:30 AM Aaron Lu wrote:
> >> On 04/28/2016 03:38 AM, Rafael J. Wysocki wrote:
> >>> On Wed, Apr 27, 2016 at 2:45 PM, Aaron Lu <aaron.lu@intel.com> wrote:
> >>>> v3:
> >>>> Split patch 3/3 in v2 into 2 patches: one makes changes to acpi_video
> >>>> and one adds the int3406 driver as suggested by Rafael. There should
> >>>> be no functionality change compared to v2.
> >>>>
> >>>> v2:
> >>>> 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.
> >>>>
> >>>> The 1st version is here:
> >>>> http://thread.gmane.org/gmane.linux.acpi.devel/72619
> >>>>
> >>>> This whole series should go through the thermal tree if applied.
> >>>>
> >>>> Aaron Lu (3):
> >>>> video / backlight: add two APIs for drivers to use
> >>>> video / backlight: remove the backlight_device_registered API
> >>>> Thermal: add INT3406 thermal driver
> >>>>
> >>>> drivers/acpi/acpi_video.c | 83 ++++----
> >>>> drivers/acpi/video_detect.c | 2 +-
> >>>> drivers/thermal/Kconfig | 28 +--
> >>>> drivers/thermal/int340x_thermal/Kconfig | 42 ++++
> >>>> drivers/thermal/int340x_thermal/Makefile | 1 +
> >>>> drivers/thermal/int340x_thermal/int3406_thermal.c | 236 ++++++++++++++++++++++
> >>>> drivers/video/backlight/backlight.c | 39 ++--
> >>>> include/acpi/video.h | 20 ++
> >>>> include/linux/backlight.h | 3 +-
> >>>> 9 files changed, 374 insertions(+), 80 deletions(-)
> >>>> create mode 100644 drivers/thermal/int340x_thermal/Kconfig
> >>>> create mode 100644 drivers/thermal/int340x_thermal/int3406_thermal.c
> >>>
> >>> The first three patches in this series look OK to me, so
> >>>
> >>> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> >>>
> >>> for the [1-3/4].
> >>>
> >>> That said it may be better if those three go in via ACPI. I can put
> >>> them into a separate branch for Rui to pull from.
> >>>
> >>> Please let me know what you think.
> >>
> >> I have no problem with that.
> >
> > OK
> >
> > [1-3/4] have been queued up for 4.7 in my tree. Please let me know if you
> > want me to expose the branch containing them.
>
> Thanks a lot!
>
> Rui,
>
> Do you need a branch so that you can pull and merge 4/4 on top of that?
>
Rafael, can you please take patch 4/4 as well?
It should not conflict with my other thermal material.
thanks,
rui
next prev parent reply other threads:[~2016-05-09 7:49 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-27 12:45 [PATCH v3 0/4] Support INT3406 Display thermal device Aaron Lu
2016-04-27 12:45 ` [PATCH v3 1/4] video / backlight: add two APIs for drivers to use Aaron Lu
2016-04-27 12:45 ` [PATCH v3 2/4] video / backlight: remove the backlight_device_registered API Aaron Lu
2016-04-27 12:45 ` [PATCH v3 3/4] ACPI/video: export acpi_video_get_levels Aaron Lu
2016-04-27 12:45 ` [PATCH v3 4/4] Thermal: add INT3406 thermal driver Aaron Lu
2016-05-09 7:47 ` Zhang, Rui
2016-05-09 7:54 ` [PATCH v3 update " Aaron Lu
2016-05-10 8:08 ` Zhang, Rui
2016-05-13 22:05 ` Rafael J. Wysocki
2016-04-27 19:38 ` [PATCH v3 0/4] Support INT3406 Display thermal device Rafael J. Wysocki
2016-04-28 1:48 ` Aaron Lu
2016-05-04 21:47 ` Rafael J. Wysocki
2016-05-06 6:45 ` Aaron Lu
2016-05-09 7:49 ` Zhang, Rui [this message]
2016-05-09 12:23 ` Rafael J. Wysocki
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=1462780173.10198.5.camel@rzhang1-mobl4 \
--to=rui.zhang@intel.com \
--cc=aaron.lu@intel.com \
--cc=jingoohan1@gmail.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=rjw@rjwysocki.net \
--cc=srinivas.pandruvada@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).