All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Cooper <jason@lakedaemon.net>
To: Zhang Rui <rui.zhang@intel.com>
Cc: Andrew Lunn <andrew@lunn.ch>,
	linux ARM <linux-arm-kernel@lists.infradead.org>,
	linux-pm@vger.kernel.org,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Subject: Re: [PATCH v3 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283
Date: Fri, 8 Feb 2013 09:33:12 -0500	[thread overview]
Message-ID: <20130208143312.GF14746@titan.lakedaemon.net> (raw)
In-Reply-To: <1360308685.2242.16.camel@rzhang1-mobl4>

On Fri, Feb 08, 2013 at 03:31:25PM +0800, Zhang Rui wrote:
> Hi, Jason,
> 
> On Mon, 2013-02-04 at 09:19 -0500, Jason Cooper wrote:
> > On Mon, Feb 04, 2013 at 11:14:53AM +0800, Zhang Rui wrote:
> > > On Sat, 2013-02-02 at 15:35 +0100, Andrew Lunn wrote:
> > > > From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> > > > 
> > > > Kirkwood 88F6282 and 88F6283 have a thermal sensor.
> > > > This patch adds a DT node and enables the driver in the kernel config.
> > > > 
> > > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> > > > Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> > > 
> > > I can take this one but I need ACK from ARM experts first.
> > 
> > If you don't mind, I prefer to take patches 2 and 4.  If you could take
> > 1 and 3 and let me know what tree/branch you place them in, then I'll
> > depend on them when I push them up.
> > 
> great.
> patch 1/4, 3/4 in V5 have been applied to thermal tree -next branch.
> git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
> 
> but I'll put all the 3.9 candidates in thermal -release branch before
> next merge window opened. does this still work for you?

great, thanks.

Jason.

WARNING: multiple messages have this Message-ID (diff)
From: jason@lakedaemon.net (Jason Cooper)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283
Date: Fri, 8 Feb 2013 09:33:12 -0500	[thread overview]
Message-ID: <20130208143312.GF14746@titan.lakedaemon.net> (raw)
In-Reply-To: <1360308685.2242.16.camel@rzhang1-mobl4>

On Fri, Feb 08, 2013 at 03:31:25PM +0800, Zhang Rui wrote:
> Hi, Jason,
> 
> On Mon, 2013-02-04 at 09:19 -0500, Jason Cooper wrote:
> > On Mon, Feb 04, 2013 at 11:14:53AM +0800, Zhang Rui wrote:
> > > On Sat, 2013-02-02 at 15:35 +0100, Andrew Lunn wrote:
> > > > From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> > > > 
> > > > Kirkwood 88F6282 and 88F6283 have a thermal sensor.
> > > > This patch adds a DT node and enables the driver in the kernel config.
> > > > 
> > > > Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> > > > Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> > > 
> > > I can take this one but I need ACK from ARM experts first.
> > 
> > If you don't mind, I prefer to take patches 2 and 4.  If you could take
> > 1 and 3 and let me know what tree/branch you place them in, then I'll
> > depend on them when I push them up.
> > 
> great.
> patch 1/4, 3/4 in V5 have been applied to thermal tree -next branch.
> git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
> 
> but I'll put all the 3.9 candidates in thermal -release branch before
> next merge window opened. does this still work for you?

great, thanks.

Jason.

  reply	other threads:[~2013-02-08 14:33 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-02 14:35 [PATCH v3 0/4] Kirkwood and Dove Thermal drivers Andrew Lunn
2013-02-02 14:35 ` Andrew Lunn
2013-02-02 14:35 ` [PATCH v3 1/4] thermal: Add support for the thermal sensor on Kirkwood SoCs Andrew Lunn
2013-02-02 14:35   ` Andrew Lunn
2013-02-04  2:49   ` Zhang Rui
2013-02-04  2:49     ` Zhang Rui
2013-02-04 19:19     ` [PATCH v4 0/4] Kirkwood and Dove Thermal drivers Andrew Lunn
2013-02-04 19:19       ` Andrew Lunn
2013-02-04 19:19       ` [PATCH v4 1/4] thermal: Add support for the thermal sensor on Kirkwood SoCs Andrew Lunn
2013-02-04 19:19         ` Andrew Lunn
2013-02-05 17:10         ` Ezequiel Garcia
2013-02-05 17:10           ` Ezequiel Garcia
2013-02-04 19:19       ` [PATCH v4 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 Andrew Lunn
2013-02-04 19:19         ` Andrew Lunn
2013-02-04 19:19       ` [PATCH v4 3/4] Thermal: Dove: Add Themal sensor support for Dove Andrew Lunn
2013-02-04 19:19         ` Andrew Lunn
2013-02-05 17:09         ` Ezequiel Garcia
2013-02-05 17:09           ` Ezequiel Garcia
2013-02-05 17:32           ` Andrew Lunn
2013-02-05 17:32             ` Andrew Lunn
2013-02-04 19:19       ` [PATCH v4 4/4] Dove: Thermal: Add DT node and enable in defconfig Andrew Lunn
2013-02-04 19:19         ` Andrew Lunn
2013-02-02 14:35 ` [PATCH v3 2/4] ARM: Kirkwood: Add support thermal sensor for 88F6282 and 88F6283 Andrew Lunn
2013-02-02 14:35   ` Andrew Lunn
2013-02-04  3:14   ` Zhang Rui
2013-02-04  3:14     ` Zhang Rui
2013-02-04 14:19     ` Jason Cooper
2013-02-04 14:19       ` Jason Cooper
2013-02-08  7:31       ` Zhang Rui
2013-02-08  7:31         ` Zhang Rui
2013-02-08 14:33         ` Jason Cooper [this message]
2013-02-08 14:33           ` Jason Cooper
2013-02-02 14:35 ` [PATCH v3 3/4] Thermal: Dove: Add Themal sensor support for Dove Andrew Lunn
2013-02-02 14:35   ` Andrew Lunn
2013-02-02 14:35 ` [PATCH v3 4/4] Dove: Thermal: Add DT node and enable in defconfig Andrew Lunn
2013-02-02 14:35   ` Andrew Lunn

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=20130208143312.GF14746@titan.lakedaemon.net \
    --to=jason@lakedaemon.net \
    --cc=andrew@lunn.ch \
    --cc=iwamatsu@nigauri.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --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 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.