Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-10 Thread Sergei Shtylyov
On 12/10/2017 03:20 PM, Sergei Shtylyov wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. Signed-off-by: Thomas Petazzoni --- drivers/net/ethernet/renesas/sh_eth.c | 25 + 1 file changed, 25 insertions(+) diff --git a

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-10 Thread Sergei Shtylyov
On 12/10/2017 03:20 PM, Sergei Shtylyov wrote: [...] The reset looks good... Sorry, I meant to type "rest". :-) MBR, Sergei

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-10 Thread Sergei Shtylyov
On 12/04/2017 05:17 PM, Thomas Petazzoni wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. Signed-off-by: Thomas Petazzoni --- drivers/net/ethernet/renesas/sh_eth.c | 25 + 1 file changed, 25 insertions(+) diff --git

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-10 Thread Sergei Shtylyov
Hello! On 12/08/2017 06:40 PM, Thomas Petazzoni wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. The manual seems to be unavailable, so I have to trust you. :-) Yes, sadly. However, if you tell me what to double check, I'd be happy to

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-08 Thread Thomas Petazzoni
Hello, On Tue, 5 Dec 2017 22:49:10 +0300, Sergei Shtylyov wrote: > This commit adds the sh_eth_cpu_data structure that describes the > SH7786 variant of the IP. > >>> > >>> The manual seems to be unavailable, so I have to trust you. :-) > >> > >> Yes, sadly. However, if you tel

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-05 Thread David Miller
From: Sergei Shtylyov Date: Tue, 5 Dec 2017 22:49:10 +0300 > On 12/05/2017 10:04 PM, Sergei Shtylyov wrote: > > This commit adds the sh_eth_cpu_data structure that describes the > SH7786 variant of the IP. The manual seems to be unavailable, so I have to trust you. :-) >>>

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-05 Thread Sergei Shtylyov
On 12/05/2017 10:04 PM, Sergei Shtylyov wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. The manual seems to be unavailable, so I have to trust you. :-) Yes, sadly. However, if you tell me what to double check, I'd be happy to do so.

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-05 Thread Sergei Shtylyov
Hello! On 12/05/2017 10:49 AM, Thomas Petazzoni wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. The manual seems to be unavailable, so I have to trust you. :-) Yes, sadly. However, if you tell me what to double check, I'd be happy to d

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-05 Thread Geert Uytterhoeven
On Mon, Dec 4, 2017 at 5:56 PM, Sergei Shtylyov wrote: > On 12/04/2017 05:17 PM, Thomas Petazzoni wrote: > >> This commit adds the sh_eth_cpu_data structure that describes the >> SH7786 variant of the IP. > > >The manual seems to be unavailable, so I have to trust you. :-) Google rej09b0501_7

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-04 Thread Thomas Petazzoni
Hello, On Mon, 4 Dec 2017 19:56:35 +0300, Sergei Shtylyov wrote: > On 12/04/2017 05:17 PM, Thomas Petazzoni wrote: > > > This commit adds the sh_eth_cpu_data structure that describes the > > SH7786 variant of the IP. > > The manual seems to be unavailable, so I have to trust you. :-) Yes,

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-04 Thread Sergei Shtylyov
On 12/04/2017 07:56 PM, Sergei Shtylyov wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. The manual seems to be unavailable, so I have to trust you. :-) Signed-off-by: Thomas Petazzoni Acked-by: Sergei Shtylyov I actually meant:

Re: [PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-04 Thread Sergei Shtylyov
On 12/04/2017 05:17 PM, Thomas Petazzoni wrote: This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. The manual seems to be unavailable, so I have to trust you. :-) Signed-off-by: Thomas Petazzoni Acked-by: Sergei Shtylyov [...] MBR, Sergei

[PATCH 1/2] net: sh_eth: add support for SH7786

2017-12-04 Thread Thomas Petazzoni
This commit adds the sh_eth_cpu_data structure that describes the SH7786 variant of the IP. Signed-off-by: Thomas Petazzoni --- drivers/net/ethernet/renesas/sh_eth.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/net/ethernet/renesas/sh_eth.c b/drivers/ne