All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: Zhang Rui <rui.zhang@intel.com>
Cc: Rocky Hao <rocky.hao@rock-chips.com>,
	edubezval@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com,
	catalin.marinas@arm.com, will.deacon@arm.com,
	shawn.lin@rock-chips.com, cl@rock-chips.com,
	william.wu@rock-chips.com, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, xxx@rock-chips.com,
	jay.xu@rock-chips.com, wxt@rock-chips.com,
	huangtao@rock-chips.com
Subject: Re: [PATCH v2 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts
Date: Fri, 11 Aug 2017 08:27:43 +0200	[thread overview]
Message-ID: <3025917.NAhhjSz36M@phil> (raw)
In-Reply-To: <1502427095.2598.21.camel@intel.com>

Hi,

Am Freitag, 11. August 2017, 12:51:35 CEST schrieb Zhang Rui:
> On Fri, 2017-08-04 at 16:06 +0800, Rocky Hao wrote:
> > This series patches add the tsadc support in thermal driver and in
> > devicetree for rk3328.
> > Also add thermal control with Intelligent Power Allocation (IPA)
> > policy by default.  Please
> > refer to https://developer.arm.com/open-source/intelligent-power-allo
> > cation for more information
> > about IPA.
> > 
> > Rocky Hao (5):
> >   dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible
> >   thermal: rockchip: Support the RK3328 SOC in thermal driver
> >   arm64: dts: rockchip: add tsadc node for rk3328 SoC
> >   arm64: dts: rockchip: add thermal nodes for rk3328 SoC
> >   arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation
> > board
> > 
> I can take this patch set if we have ACK for patch 3, 4 and 5.

I would prefer if you would just apply patches 1+2 alone and I'd take
the devicetree patches through my tree.

Having devicetree stuff mingle in a lot of trees produces unnecessary
conflicts, so the general best practice is having code + binding.txt
going through the driver tree and devicetree stuff through the platform
tree.


Thanks
Heiko

WARNING: multiple messages have this Message-ID (diff)
From: heiko@sntech.de (Heiko Stuebner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts
Date: Fri, 11 Aug 2017 08:27:43 +0200	[thread overview]
Message-ID: <3025917.NAhhjSz36M@phil> (raw)
In-Reply-To: <1502427095.2598.21.camel@intel.com>

Hi,

Am Freitag, 11. August 2017, 12:51:35 CEST schrieb Zhang Rui:
> On Fri, 2017-08-04 at 16:06 +0800, Rocky Hao wrote:
> > This series patches add the tsadc support in thermal driver and in
> > devicetree for rk3328.
> > Also add thermal control with Intelligent Power Allocation (IPA)
> > policy by default.  Please
> > refer to https://developer.arm.com/open-source/intelligent-power-allo
> > cation for more information
> > about IPA.
> > 
> > Rocky Hao (5):
> >   dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible
> >   thermal: rockchip: Support the RK3328 SOC in thermal driver
> >   arm64: dts: rockchip: add tsadc node for rk3328 SoC
> >   arm64: dts: rockchip: add thermal nodes for rk3328 SoC
> >   arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation
> > board
> > 
> I can take this patch set if we have ACK for patch 3, 4 and 5.

I would prefer if you would just apply patches 1+2 alone and I'd take
the devicetree patches through my tree.

Having devicetree stuff mingle in a lot of trees produces unnecessary
conflicts, so the general best practice is having code + binding.txt
going through the driver tree and devicetree stuff through the platform
tree.


Thanks
Heiko

  parent reply	other threads:[~2017-08-11  6:28 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-04  8:06 [PATCH v2 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts Rocky Hao
2017-08-04  8:06 ` Rocky Hao
2017-08-04  8:06 ` Rocky Hao
2017-08-04  8:06 ` [PATCH v2 1/5] dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible Rocky Hao
2017-08-04  8:06   ` Rocky Hao
2017-08-10 17:49   ` Rob Herring
2017-08-10 17:49     ` Rob Herring
2017-08-11  1:08     ` rocky.hao
2017-08-11  1:08       ` rocky.hao
2017-08-04  8:06 ` [PATCH v2 2/5] thermal: rockchip: Support the RK3328 SOC in thermal driver Rocky Hao
2017-08-04  8:06   ` Rocky Hao
2017-08-11  6:32   ` Caesar Wang
     [not found] ` <1501833976-1100-1-git-send-email-rocky.hao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-08-04  8:06   ` [PATCH v2 3/5] arm64: dts: rockchip: add tsadc node for rk3328 SoC Rocky Hao
2017-08-04  8:06     ` Rocky Hao
2017-08-04  8:06     ` Rocky Hao
2017-08-11  6:38     ` Caesar Wang
2017-08-11  6:38       ` Caesar Wang
2017-08-11  9:45       ` rocky.hao
2017-08-11  9:45         ` rocky.hao
2017-08-11  9:47         ` Heiko Stuebner
2017-08-11  9:47           ` Heiko Stuebner
2017-08-11 15:18     ` Heiko Stuebner
2017-08-11 15:18       ` Heiko Stuebner
2017-08-04  8:09   ` [PATCH v2 5/5] arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation board Rocky Hao
2017-08-04  8:09     ` Rocky Hao
2017-08-04  8:09     ` Rocky Hao
2017-08-11 15:19     ` Heiko Stuebner
2017-08-11 15:19       ` Heiko Stuebner
2017-08-11  4:51   ` [PATCH v2 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts Zhang Rui
2017-08-11  4:51     ` Zhang Rui
2017-08-11  4:51     ` Zhang Rui
2017-08-11  6:22     ` rocky.hao
2017-08-11  6:22       ` rocky.hao
2017-08-11  6:27     ` Heiko Stuebner [this message]
2017-08-11  6:27       ` Heiko Stuebner
2017-08-11  8:01       ` Zhang Rui
2017-08-11  8:01         ` Zhang Rui
2017-08-04  8:06 ` [PATCH v2 4/5] arm64: dts: rockchip: add thermal nodes for rk3328 SoC Rocky Hao
2017-08-04  8:06   ` Rocky Hao
2017-08-11  6:44   ` Caesar Wang
2017-08-11  6:44     ` Caesar Wang
2017-08-11  9:46     ` rocky.hao
2017-08-11  9:46       ` rocky.hao
     [not found]       ` <f0c7ab33-1b7b-8b9d-fd20-aa84001014cc-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-08-11  9:48         ` Heiko Stuebner
2017-08-11  9:48           ` Heiko Stuebner
2017-08-11  9:48           ` Heiko Stuebner
     [not found]   ` <1501833976-1100-5-git-send-email-rocky.hao-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2017-08-11 15:19     ` Heiko Stuebner
2017-08-11 15:19       ` Heiko Stuebner
2017-08-11 15:19       ` Heiko Stuebner

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=3025917.NAhhjSz36M@phil \
    --to=heiko@sntech.de \
    --cc=catalin.marinas@arm.com \
    --cc=cl@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=edubezval@gmail.com \
    --cc=huangtao@rock-chips.com \
    --cc=jay.xu@rock-chips.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=rocky.hao@rock-chips.com \
    --cc=rui.zhang@intel.com \
    --cc=shawn.lin@rock-chips.com \
    --cc=will.deacon@arm.com \
    --cc=william.wu@rock-chips.com \
    --cc=wxt@rock-chips.com \
    --cc=xxx@rock-chips.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.