All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-10 20:02 ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2017-11-10 20:02 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Magnus Damm, Mark Rutland,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Hello!

Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
These patches depend on the R8A77970 PFC suport in order to work properly.

[1/3] arm64: dts: renesas: r8a77970: add PFC support
[2/3] arm64: dts: renesas: eagle: add SCIF0 pins
[3/3] arm64: dts: renesas: eagle: add EtherAVB pins

WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-10 20:02 ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2017-11-10 20:02 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree
  Cc: Magnus Damm, Mark Rutland, linux-arm-kernel

Hello!

Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
These patches depend on the R8A77970 PFC suport in order to work properly.

[1/3] arm64: dts: renesas: r8a77970: add PFC support
[2/3] arm64: dts: renesas: eagle: add SCIF0 pins
[3/3] arm64: dts: renesas: eagle: add EtherAVB pins

WBR, Sergei

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-10 20:02 ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2017-11-10 20:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hello!

Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
These patches depend on the R8A77970 PFC suport in order to work properly.

[1/3] arm64: dts: renesas: r8a77970: add PFC support
[2/3] arm64: dts: renesas: eagle: add SCIF0 pins
[3/3] arm64: dts: renesas: eagle: add EtherAVB pins

WBR, Sergei

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
  2017-11-10 20:02 ` Sergei Shtylyov
  (?)
@ 2017-11-13  7:53     ` Simon Horman
  -1 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2017-11-13  7:53 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Magnus Damm, Mark Rutland,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On Fri, Nov 10, 2017 at 11:02:18PM +0300, Sergei Shtylyov wrote:
> Hello!
> 
> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> These patches depend on the R8A77970 PFC suport in order to work properly.
> 
> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins

Hi Sergei,

I have marked these patches as deferred pending acceptance of the PFC
driver. Please repost or otherwise ping me once that dependency has been
accepted.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-13  7:53     ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2017-11-13  7:53 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Catalin Marinas, Will Deacon, linux-renesas-soc,
	devicetree, Magnus Damm, Mark Rutland, linux-arm-kernel

On Fri, Nov 10, 2017 at 11:02:18PM +0300, Sergei Shtylyov wrote:
> Hello!
> 
> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> These patches depend on the R8A77970 PFC suport in order to work properly.
> 
> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins

Hi Sergei,

I have marked these patches as deferred pending acceptance of the PFC
driver. Please repost or otherwise ping me once that dependency has been
accepted.

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-13  7:53     ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2017-11-13  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 10, 2017 at 11:02:18PM +0300, Sergei Shtylyov wrote:
> Hello!
> 
> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> These patches depend on the R8A77970 PFC suport in order to work properly.
> 
> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins

Hi Sergei,

I have marked these patches as deferred pending acceptance of the PFC
driver. Please repost or otherwise ping me once that dependency has been
accepted.

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
  2017-11-13  7:53     ` Simon Horman
@ 2018-01-19 10:48       ` Kieran Bingham
  -1 siblings, 0 replies; 18+ messages in thread
From: Kieran Bingham @ 2018-01-19 10:48 UTC (permalink / raw)
  To: Simon Horman, Sergei Shtylyov
  Cc: Rob Herring, Catalin Marinas, Will Deacon, linux-renesas-soc,
	devicetree, Magnus Damm, Mark Rutland, linux-arm-kernel

Hi Sergei,

On 13/11/17 07:53, Simon Horman wrote:
> On Fri, Nov 10, 2017 at 11:02:18PM +0300, Sergei Shtylyov wrote:
>> Hello!
>>
>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
>> These patches depend on the R8A77970 PFC suport in order to work properly.
>>
>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
> 
> Hi Sergei,
> 
> I have marked these patches as deferred pending acceptance of the PFC
> driver. Please repost or otherwise ping me once that dependency has been
> accepted.

Has the dependency blocking this series been resolved yet ?

(I have patches for the Eagle-V3M which are blocked waiting for the PFC support)

--
Regards

Kieran


> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2018-01-19 10:48       ` Kieran Bingham
  0 siblings, 0 replies; 18+ messages in thread
From: Kieran Bingham @ 2018-01-19 10:48 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sergei,

On 13/11/17 07:53, Simon Horman wrote:
> On Fri, Nov 10, 2017 at 11:02:18PM +0300, Sergei Shtylyov wrote:
>> Hello!
>>
>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
>> These patches depend on the R8A77970 PFC suport in order to work properly.
>>
>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
> 
> Hi Sergei,
> 
> I have marked these patches as deferred pending acceptance of the PFC
> driver. Please repost or otherwise ping me once that dependency has been
> accepted.

Has the dependency blocking this series been resolved yet ?

(I have patches for the Eagle-V3M which are blocked waiting for the PFC support)

--
Regards

Kieran


> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
  2018-01-19 10:48       ` Kieran Bingham
@ 2018-02-12 18:04         ` Sergei Shtylyov
  -1 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2018-02-12 18:04 UTC (permalink / raw)
  To: Kieran Bingham, Simon Horman
  Cc: Rob Herring, Catalin Marinas, Will Deacon, linux-renesas-soc,
	devicetree, Magnus Damm, Mark Rutland, linux-arm-kernel

On 01/19/2018 01:48 PM, Kieran Bingham wrote:

>>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
>>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
>>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
>>> These patches depend on the R8A77970 PFC suport in order to work properly.
>>>
>>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
>>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
>>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
>>
>> Hi Sergei,
>>
>> I have marked these patches as deferred pending acceptance of the PFC
>> driver. Please repost or otherwise ping me once that dependency has been
>> accepted.
> 
> Has the dependency blocking this series been resolved yet ?

   Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
The 1st one did apply to 4.16-rc1 here with a fuzz...

> (I have patches for the Eagle-V3M which are blocked waiting for the PFC support)
> 
> --
> Regards
> 
> Kieran

MBR, Sergei

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2018-02-12 18:04         ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2018-02-12 18:04 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/19/2018 01:48 PM, Kieran Bingham wrote:

>>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
>>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
>>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
>>> These patches depend on the R8A77970 PFC suport in order to work properly.
>>>
>>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
>>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
>>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
>>
>> Hi Sergei,
>>
>> I have marked these patches as deferred pending acceptance of the PFC
>> driver. Please repost or otherwise ping me once that dependency has been
>> accepted.
> 
> Has the dependency blocking this series been resolved yet ?

   Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
The 1st one did apply to 4.16-rc1 here with a fuzz...

> (I have patches for the Eagle-V3M which are blocked waiting for the PFC support)
> 
> --
> Regards
> 
> Kieran

MBR, Sergei

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
  2018-02-12 18:04         ` Sergei Shtylyov
@ 2018-02-13  7:52           ` Simon Horman
  -1 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2018-02-13  7:52 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Kieran Bingham, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree, Magnus Damm, Mark Rutland,
	linux-arm-kernel

On Mon, Feb 12, 2018 at 09:04:06PM +0300, Sergei Shtylyov wrote:
> On 01/19/2018 01:48 PM, Kieran Bingham wrote:
> 
> >>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> >>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> >>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> >>> These patches depend on the R8A77970 PFC suport in order to work properly.
> >>>
> >>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> >>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> >>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
> >>
> >> Hi Sergei,
> >>
> >> I have marked these patches as deferred pending acceptance of the PFC
> >> driver. Please repost or otherwise ping me once that dependency has been
> >> accepted.
> > 
> > Has the dependency blocking this series been resolved yet ?
> 
>    Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
> The 1st one did apply to 4.16-rc1 here with a fuzz...

Thanks for bringing this to my attention.  No need to repost. I've applied
all three patches and plan to push later today.

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2018-02-13  7:52           ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2018-02-13  7:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Feb 12, 2018 at 09:04:06PM +0300, Sergei Shtylyov wrote:
> On 01/19/2018 01:48 PM, Kieran Bingham wrote:
> 
> >>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> >>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> >>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> >>> These patches depend on the R8A77970 PFC suport in order to work properly.
> >>>
> >>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> >>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> >>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
> >>
> >> Hi Sergei,
> >>
> >> I have marked these patches as deferred pending acceptance of the PFC
> >> driver. Please repost or otherwise ping me once that dependency has been
> >> accepted.
> > 
> > Has the dependency blocking this series been resolved yet ?
> 
>    Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
> The 1st one did apply to 4.16-rc1 here with a fuzz...

Thanks for bringing this to my attention.  No need to repost. I've applied
all three patches and plan to push later today.

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
  2018-02-13  7:52           ` Simon Horman
@ 2018-02-13 10:46             ` Sergei Shtylyov
  -1 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2018-02-13 10:46 UTC (permalink / raw)
  To: Simon Horman
  Cc: Kieran Bingham, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree, Magnus Damm, Mark Rutland,
	linux-arm-kernel

On 02/13/2018 10:52 AM, Simon Horman wrote:

>>>>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
>>>>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
>>>>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
>>>>> These patches depend on the R8A77970 PFC suport in order to work properly.
>>>>>
>>>>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
>>>>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
>>>>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
>>>>
>>>> Hi Sergei,
>>>>
>>>> I have marked these patches as deferred pending acceptance of the PFC
>>>> driver. Please repost or otherwise ping me once that dependency has been
>>>> accepted.
>>>
>>> Has the dependency blocking this series been resolved yet ?
>>
>>    Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
>> The 1st one did apply to 4.16-rc1 here with a fuzz...
> 
> Thanks for bringing this to my attention.  No need to repost. I've applied
> all three patches and plan to push later today.

   My mentioning of the patch #3 wasn't just random: that patch shouldn't have been
merged since the EtherAVB pin groups were dropped by Geert while merging the R8A77970
PFC code. Now Eagle can't mount NFS root.

MBR, Sergei

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2018-02-13 10:46             ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2018-02-13 10:46 UTC (permalink / raw)
  To: linux-arm-kernel

On 02/13/2018 10:52 AM, Simon Horman wrote:

>>>>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
>>>>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
>>>>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
>>>>> These patches depend on the R8A77970 PFC suport in order to work properly.
>>>>>
>>>>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
>>>>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
>>>>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
>>>>
>>>> Hi Sergei,
>>>>
>>>> I have marked these patches as deferred pending acceptance of the PFC
>>>> driver. Please repost or otherwise ping me once that dependency has been
>>>> accepted.
>>>
>>> Has the dependency blocking this series been resolved yet ?
>>
>>    Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
>> The 1st one did apply to 4.16-rc1 here with a fuzz...
> 
> Thanks for bringing this to my attention.  No need to repost. I've applied
> all three patches and plan to push later today.

   My mentioning of the patch #3 wasn't just random: that patch shouldn't have been
merged since the EtherAVB pin groups were dropped by Geert while merging the R8A77970
PFC code. Now Eagle can't mount NFS root.

MBR, Sergei

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

* Re: [PATCH 0/3] Add R8A77970/Eagle PFC support
  2018-02-13 10:46             ` Sergei Shtylyov
@ 2018-02-13 11:40               ` Simon Horman
  -1 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2018-02-13 11:40 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Kieran Bingham, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree, Magnus Damm, Mark Rutland,
	linux-arm-kernel

On Tue, Feb 13, 2018 at 01:46:58PM +0300, Sergei Shtylyov wrote:
> On 02/13/2018 10:52 AM, Simon Horman wrote:
> 
> >>>>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> >>>>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> >>>>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> >>>>> These patches depend on the R8A77970 PFC suport in order to work properly.
> >>>>>
> >>>>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> >>>>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> >>>>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
> >>>>
> >>>> Hi Sergei,
> >>>>
> >>>> I have marked these patches as deferred pending acceptance of the PFC
> >>>> driver. Please repost or otherwise ping me once that dependency has been
> >>>> accepted.
> >>>
> >>> Has the dependency blocking this series been resolved yet ?
> >>
> >>    Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
> >> The 1st one did apply to 4.16-rc1 here with a fuzz...
> > 
> > Thanks for bringing this to my attention.  No need to repost. I've applied
> > all three patches and plan to push later today.
> 
>    My mentioning of the patch #3 wasn't just random: that patch shouldn't have been
> merged since the EtherAVB pin groups were dropped by Geert while merging the R8A77970
> PFC code. Now Eagle can't mount NFS root.

Sorry, parse error earlier this morning.

I will drop patch #3.

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2018-02-13 11:40               ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2018-02-13 11:40 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 13, 2018 at 01:46:58PM +0300, Sergei Shtylyov wrote:
> On 02/13/2018 10:52 AM, Simon Horman wrote:
> 
> >>>>> Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
> >>>>> 'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
> >>>>> and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
> >>>>> These patches depend on the R8A77970 PFC suport in order to work properly.
> >>>>>
> >>>>> [1/3] arm64: dts: renesas: r8a77970: add PFC support
> >>>>> [2/3] arm64: dts: renesas: eagle: add SCIF0 pins
> >>>>> [3/3] arm64: dts: renesas: eagle: add EtherAVB pins
> >>>>
> >>>> Hi Sergei,
> >>>>
> >>>> I have marked these patches as deferred pending acceptance of the PFC
> >>>> driver. Please repost or otherwise ping me once that dependency has been
> >>>> accepted.
> >>>
> >>> Has the dependency blocking this series been resolved yet ?
> >>
> >>    Now it is, except for the 3rd patch... Simon, do I need to repost the first two?
> >> The 1st one did apply to 4.16-rc1 here with a fuzz...
> > 
> > Thanks for bringing this to my attention.  No need to repost. I've applied
> > all three patches and plan to push later today.
> 
>    My mentioning of the patch #3 wasn't just random: that patch shouldn't have been
> merged since the EtherAVB pin groups were dropped by Geert while merging the R8A77970
> PFC code. Now Eagle can't mount NFS root.

Sorry, parse error earlier this morning.

I will drop patch #3.

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-10 20:02 Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2017-11-10 20:02 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree
  Cc: Magnus Damm, Mark Rutland, linux-arm-kernel

Hello!

Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
These patches depend on the R8A77970 PFC suport in order to work properly.

[1/3] arm64: dts: renesas: r8a77970: add PFC support
[2/3] arm64: dts: renesas: eagle: add SCIF0 pins
[3/3] arm64: dts: renesas: eagle: add EtherAVB pins

WBR, Sergei

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

* [PATCH 0/3] Add R8A77970/Eagle PFC support
@ 2017-11-10 20:02 Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2017-11-10 20:02 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Catalin Marinas, Will Deacon,
	linux-renesas-soc, devicetree
  Cc: Mark Rutland, Magnus Damm, linux-arm-kernel

Hello!

Here's the set of 3 patches against Simon Horman's 'renesas.git' repo's
'renesas-devel-20171110-v4.14-rc8' tag.  We're adding the R8A77970 PFC node
and then describing the pins for SCIF0 and EtherAVB devices declared earlier.
These patches depend on the R8A77970 PFC suport in order to work properly.

[1/3] arm64: dts: renesas: r8a77970: add PFC support
[2/3] arm64: dts: renesas: eagle: add SCIF0 pins
[3/3] arm64: dts: renesas: eagle: add EtherAVB pins

WBR, Sergei

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

end of thread, other threads:[~2018-02-13 11:40 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 20:02 [PATCH 0/3] Add R8A77970/Eagle PFC support Sergei Shtylyov
2017-11-10 20:02 ` Sergei Shtylyov
2017-11-10 20:02 ` Sergei Shtylyov
     [not found] ` <20171110200218.747996672-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
2017-11-13  7:53   ` Simon Horman
2017-11-13  7:53     ` Simon Horman
2017-11-13  7:53     ` Simon Horman
2018-01-19 10:48     ` Kieran Bingham
2018-01-19 10:48       ` Kieran Bingham
2018-02-12 18:04       ` Sergei Shtylyov
2018-02-12 18:04         ` Sergei Shtylyov
2018-02-13  7:52         ` Simon Horman
2018-02-13  7:52           ` Simon Horman
2018-02-13 10:46           ` Sergei Shtylyov
2018-02-13 10:46             ` Sergei Shtylyov
2018-02-13 11:40             ` Simon Horman
2018-02-13 11:40               ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2017-11-10 20:02 Sergei Shtylyov
2017-11-10 20:02 Sergei Shtylyov

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.