All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: James Liao <jamesjj.liao@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>,
	Mike Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Rob Herring <robh@kernel.org>, John Crispin <blogic@openwrt.org>,
	Sascha Hauer <kernel@pengutronix.de>,
	Daniel Kurtz <djkurtz@chromium.org>,
	srv_heupstream@mediatek.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
	linux-clk@vger.kernel.org, Shunli Wang <shunli.wang@mediatek.com>
Subject: Re: [PATCH v5 5/6] reset: mediatek: Add MT2701 reset controller dt-binding file
Date: Mon, 01 Feb 2016 09:56:58 +0100	[thread overview]
Message-ID: <1454317018.3447.3.camel@pengutronix.de> (raw)
In-Reply-To: <1453879264-37915-6-git-send-email-jamesjj.liao@mediatek.com>

Am Mittwoch, den 27.01.2016, 15:21 +0800 schrieb James Liao:
> From: Shunli Wang <shunli.wang@mediatek.com>
> 
> Dt-binding file about reset controller is used to provide
> kinds of definition, which is referenced by dts file and
> IC-specified reset controller driver code.
> 
> Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
> Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
> Tested-by: John Crispin <blogic@openwrt.org>

In case you missed my Acked-by for patches 5 and 6, it still stands.

regards
Philipp

WARNING: multiple messages have this Message-ID (diff)
From: p.zabel@pengutronix.de (Philipp Zabel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 5/6] reset: mediatek: Add MT2701 reset controller dt-binding file
Date: Mon, 01 Feb 2016 09:56:58 +0100	[thread overview]
Message-ID: <1454317018.3447.3.camel@pengutronix.de> (raw)
In-Reply-To: <1453879264-37915-6-git-send-email-jamesjj.liao@mediatek.com>

Am Mittwoch, den 27.01.2016, 15:21 +0800 schrieb James Liao:
> From: Shunli Wang <shunli.wang@mediatek.com>
> 
> Dt-binding file about reset controller is used to provide
> kinds of definition, which is referenced by dts file and
> IC-specified reset controller driver code.
> 
> Signed-off-by: Shunli Wang <shunli.wang@mediatek.com>
> Signed-off-by: James Liao <jamesjj.liao@mediatek.com>
> Tested-by: John Crispin <blogic@openwrt.org>

In case you missed my Acked-by for patches 5 and 6, it still stands.

regards
Philipp

  reply	other threads:[~2016-02-01  8:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27  7:20 [PATCH v5 0/6] Add clock support for Mediatek MT2701 James Liao
2016-01-27  7:20 ` James Liao
2016-01-27  7:20 ` James Liao
2016-01-27  7:20 ` [PATCH v5 1/6] clk: mediatek: Refine the makefile to support multiple clock drivers James Liao
2016-01-27  7:20   ` James Liao
2016-01-27  7:20   ` James Liao
2016-01-27  7:21 ` [PATCH v5 2/6] dt-bindings: ARM: Mediatek: Document bindings for MT2701 James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21 ` [PATCH v5 3/6] clk: mediatek: Add dt-bindings for MT2701 clocks James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21 ` [PATCH v5 4/6] clk: mediatek: Add MT2701 clock support James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21 ` [PATCH v5 5/6] reset: mediatek: Add MT2701 reset controller dt-binding file James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21   ` James Liao
2016-02-01  8:56   ` Philipp Zabel [this message]
2016-02-01  8:56     ` Philipp Zabel
2016-02-02  7:24     ` James Liao
2016-02-02  7:24       ` James Liao
2016-02-02  7:24       ` James Liao
2016-01-27  7:21 ` [PATCH v5 6/6] reset: mediatek: Add MT2701 reset driver James Liao
2016-01-27  7:21   ` James Liao
2016-01-27  7:21   ` James Liao

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=1454317018.3447.3.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=blogic@openwrt.org \
    --cc=devicetree@vger.kernel.org \
    --cc=djkurtz@chromium.org \
    --cc=jamesjj.liao@mediatek.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=robh@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=shunli.wang@mediatek.com \
    --cc=srv_heupstream@mediatek.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.