linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition
       [not found] <1485175707-58528-1-git-send-email-john@phrozen.org>
@ 2017-01-27  0:14 ` Stephen Boyd
       [not found]   ` <6803ef87-fb22-075c-bee1-3c0adb8e297d@phrozen.org>
       [not found] ` <1485175707-58528-2-git-send-email-john@phrozen.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2017-01-27  0:14 UTC (permalink / raw)
  To: John Crispin
  Cc: Matthias Brugger, Michael Turquette, Erin Lo, James Liao,
	linux-clk, linux-arm-kernel, linux-mediatek

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.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition
       [not found]   ` <6803ef87-fb22-075c-bee1-3c0adb8e297d@phrozen.org>
@ 2017-04-19 17:18     ` Stephen Boyd
  2017-04-19 19:17       ` John Crispin
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2017-04-19 17:18 UTC (permalink / raw)
  To: John Crispin
  Cc: James Liao, Michael Turquette, linux-clk, linux-mediatek,
	Matthias Brugger, Erin Lo, linux-arm-kernel

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?

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/2] clk: mediatek: add missing ethernet reset definition
  2017-04-19 17:18     ` Stephen Boyd
@ 2017-04-19 19:17       ` John Crispin
  0 siblings, 0 replies; 4+ messages in thread
From: John Crispin @ 2017-04-19 19:17 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: James Liao, Michael Turquette, linux-clk, linux-mediatek,
	Matthias Brugger, Erin Lo, linux-arm-kernel



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] clk: mediatek: add mt2701 ethernet reset
       [not found] ` <1485175707-58528-2-git-send-email-john@phrozen.org>
@ 2017-04-22  2:14   ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2017-04-22  2:14 UTC (permalink / raw)
  To: John Crispin
  Cc: Matthias Brugger, Michael Turquette, Erin Lo, James Liao,
	linux-clk, linux-arm-kernel, linux-mediatek

On 01/23, John Crispin wrote:
> The ethernet clock core has a reset register that is currently not exposed
> to the user. Fix this by adding the missing registration code.
> 
> Signed-off-by: John Crispin <john@phrozen.org>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-22  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1485175707-58528-1-git-send-email-john@phrozen.org>
2017-01-27  0:14 ` [PATCH 0/2] clk: mediatek: add missing ethernet reset definition Stephen Boyd
     [not found]   ` <6803ef87-fb22-075c-bee1-3c0adb8e297d@phrozen.org>
2017-04-19 17:18     ` Stephen Boyd
2017-04-19 19:17       ` John Crispin
     [not found] ` <1485175707-58528-2-git-send-email-john@phrozen.org>
2017-04-22  2:14   ` [PATCH 1/2] clk: mediatek: add mt2701 ethernet reset Stephen Boyd

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).