All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Crispin <john@phrozen.org>
To: Stephen Boyd <sboyd@codeaurora.org>
Cc: James Liao <jamesjj.liao@mediatek.com>,
	Michael Turquette <mturquette@baylibre.com>,
	linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Erin Lo <erin.lo@mediatek.com>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition
Date: Wed, 19 Apr 2017 21:17:52 +0200	[thread overview]
Message-ID: <0753780a-0a08-e0b2-0eb0-c3272d7bc487@phrozen.org> (raw)
In-Reply-To: <20170419171835.GO7065@codeaurora.org>



On 19/04/17 19:18, Stephen Boyd wrote:
> On 01/27, John Crispin wrote:
>>
>> On 27/01/2017 01:14, Stephen Boyd wrote:
>>> On 01/23, John Crispin wrote:
>>>> When the clk code for mt2701 was merged, we forgot to add the reset
>>>> controller of the ethernet subsystem. This series adds the missing code
>>>> and header files required to reference the bits from within a devicetree
>>>> file.
>>>>
>>>> John Crispin (2):
>>>>    clk: mediatek: add mt2701 ethernet reset
>>>>    reset: mediatek: Add MT2701 ethsys reset controller include file
>>>>
>>>>   drivers/clk/mediatek/clk-mt2701-eth.c     |    2 ++
>>>>   include/dt-bindings/reset/mt2701-resets.h |    7 +++++++
>>> Any planned DT users in the next merge window? Should I put this
>>> into a topic branch? Do you want a clk maintainer ack? At the
>>> least we need someone like James to ack this first.
>>>
>> Hi Stephen,
>>
>> the addition of the dtsi snippets for the ethernet core is pending due
>> to this patch. getting it into v4.11 would be geat so that i can sent
>> dtsi changes during the next merge window.
>>
> Sorry, I never saw anything from anyone @mediatek so I never did
> anything here. I suppose I'll just go and apply this to clk-next
> now and then v4.13 can get the ethernet patches?
>
Hi Stephen,

sounds like a plan. i'll add the series to my local pending tree and 
resend stuff during the next merge window if it was not merged by then.

     John

WARNING: multiple messages have this Message-ID (diff)
From: john@phrozen.org (John Crispin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition
Date: Wed, 19 Apr 2017 21:17:52 +0200	[thread overview]
Message-ID: <0753780a-0a08-e0b2-0eb0-c3272d7bc487@phrozen.org> (raw)
In-Reply-To: <20170419171835.GO7065@codeaurora.org>



On 19/04/17 19:18, Stephen Boyd wrote:
> On 01/27, John Crispin wrote:
>>
>> On 27/01/2017 01:14, Stephen Boyd wrote:
>>> On 01/23, John Crispin wrote:
>>>> When the clk code for mt2701 was merged, we forgot to add the reset
>>>> controller of the ethernet subsystem. This series adds the missing code
>>>> and header files required to reference the bits from within a devicetree
>>>> file.
>>>>
>>>> John Crispin (2):
>>>>    clk: mediatek: add mt2701 ethernet reset
>>>>    reset: mediatek: Add MT2701 ethsys reset controller include file
>>>>
>>>>   drivers/clk/mediatek/clk-mt2701-eth.c     |    2 ++
>>>>   include/dt-bindings/reset/mt2701-resets.h |    7 +++++++
>>> Any planned DT users in the next merge window? Should I put this
>>> into a topic branch? Do you want a clk maintainer ack? At the
>>> least we need someone like James to ack this first.
>>>
>> Hi Stephen,
>>
>> the addition of the dtsi snippets for the ethernet core is pending due
>> to this patch. getting it into v4.11 would be geat so that i can sent
>> dtsi changes during the next merge window.
>>
> Sorry, I never saw anything from anyone @mediatek so I never did
> anything here. I suppose I'll just go and apply this to clk-next
> now and then v4.13 can get the ethernet patches?
>
Hi Stephen,

sounds like a plan. i'll add the series to my local pending tree and 
resend stuff during the next merge window if it was not merged by then.

     John

  reply	other threads:[~2017-04-19 19:17 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-23 12:48 [PATCH 0/2] clk: mediatek: add missing ethernet reset definition John Crispin
2017-01-23 12:48 ` John Crispin
2017-01-23 12:48 ` [PATCH 1/2] clk: mediatek: add mt2701 ethernet reset John Crispin
2017-01-23 12:48   ` John Crispin
2017-04-22  2:14   ` Stephen Boyd
2017-04-22  2:14     ` Stephen Boyd
2017-01-23 12:48 ` [PATCH 2/2] reset: mediatek: Add MT2701 ethsys reset controller include file John Crispin
2017-01-23 12:48   ` John Crispin
2017-01-27  0:14 ` [PATCH 0/2] clk: mediatek: add missing ethernet reset definition Stephen Boyd
2017-01-27  0:14   ` Stephen Boyd
2017-01-27  0:14   ` Stephen Boyd
2017-01-27  5:00   ` John Crispin
2017-01-27  5:00     ` John Crispin
2017-04-19 17:18     ` Stephen Boyd
2017-04-19 17:18       ` Stephen Boyd
2017-04-19 19:17       ` John Crispin [this message]
2017-04-19 19:17         ` John Crispin

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=0753780a-0a08-e0b2-0eb0-c3272d7bc487@phrozen.org \
    --to=john@phrozen.org \
    --cc=erin.lo@mediatek.com \
    --cc=jamesjj.liao@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    /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.