Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-06-30 Thread Alexandre Torgue
Hi David, On 05/18/2016 11:49 AM, Maxime Coquelin wrote: 2016-05-18 11:31 GMT+02:00 Arnd Bergmann : On Wednesday 18 May 2016 09:48:53 Maxime Coquelin wrote: 2016-05-17 18:25 GMT+02:00 David Miller : From: Maxime Coquelin Date: Tue, 17 May 2016 11:20:16 +0200 Hi David, 2016-05-09 21:06 GMT

Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-18 Thread Maxime Coquelin
2016-05-18 11:31 GMT+02:00 Arnd Bergmann : > On Wednesday 18 May 2016 09:48:53 Maxime Coquelin wrote: >> 2016-05-17 18:25 GMT+02:00 David Miller : >> > From: Maxime Coquelin >> > Date: Tue, 17 May 2016 11:20:16 +0200 >> > >> >> Hi David, >> >> >> >> 2016-05-09 21:06 GMT+02:00 David Miller : >> >>>

Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-18 Thread Arnd Bergmann
On Wednesday 18 May 2016 09:48:53 Maxime Coquelin wrote: > 2016-05-17 18:25 GMT+02:00 David Miller : > > From: Maxime Coquelin > > Date: Tue, 17 May 2016 11:20:16 +0200 > > > >> Hi David, > >> > >> 2016-05-09 21:06 GMT+02:00 David Miller : > >>> From: Alexandre TORGUE > >>> Date: Mon, 9 May 2016

Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-18 Thread Maxime Coquelin
2016-05-17 18:25 GMT+02:00 David Miller : > From: Maxime Coquelin > Date: Tue, 17 May 2016 11:20:16 +0200 > >> Hi David, >> >> 2016-05-09 21:06 GMT+02:00 David Miller : >>> From: Alexandre TORGUE >>> Date: Mon, 9 May 2016 12:31:33 +0200 >>> STM32F429 Chip embeds a Synopsys 3.50a MAC IP. >>>

Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-17 Thread David Miller
From: Maxime Coquelin Date: Tue, 17 May 2016 11:20:16 +0200 > Hi David, > > 2016-05-09 21:06 GMT+02:00 David Miller : >> From: Alexandre TORGUE >> Date: Mon, 9 May 2016 12:31:33 +0200 >> >>> STM32F429 Chip embeds a Synopsys 3.50a MAC IP. >>> This series: >>> -enhance current stmmac driver to

Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-17 Thread Maxime Coquelin
Hi David, 2016-05-09 21:06 GMT+02:00 David Miller : > From: Alexandre TORGUE > Date: Mon, 9 May 2016 12:31:33 +0200 > >> STM32F429 Chip embeds a Synopsys 3.50a MAC IP. >> This series: >> -enhance current stmmac driver to control it (code already >> available) and adds basic glue for STM32F429 c

Re: [RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-09 Thread David Miller
From: Alexandre TORGUE Date: Mon, 9 May 2016 12:31:33 +0200 > STM32F429 Chip embeds a Synopsys 3.50a MAC IP. > This series: > -enhance current stmmac driver to control it (code already > available) and adds basic glue for STM32F429 chip. > -Enable basic Net config in kernel. I assume this wil

[RESEND PATCH v6 0/6] Add Ethernet support on STM32F429

2016-05-09 Thread Alexandre TORGUE
STM32F429 Chip embeds a Synopsys 3.50a MAC IP. This series: -enhance current stmmac driver to control it (code already available) and adds basic glue for STM32F429 chip. -Enable basic Net config in kernel. Changes since v5: -Fix typo in bindings documentation patch. -Change clocks names in stm