Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-23 Thread Alexandre Torgue
2016-02-23 12:21 GMT+01:00 Joachim Eastwood : > On 23 February 2016 at 10:59, Alexandre Torgue > wrote: >> 2016-02-22 22:52 GMT+01:00 Joachim Eastwood : >>> On 22 February 2016 at 15:50, Alexandre Torgue >>> wrote: 2016-02-13 14:48 GMT+01:00 Joachim Eastwood : > On 3 February 2016 at

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-23 Thread Joachim Eastwood
On 23 February 2016 at 10:59, Alexandre Torgue wrote: > 2016-02-22 22:52 GMT+01:00 Joachim Eastwood : >> On 22 February 2016 at 15:50, Alexandre Torgue >> wrote: >>> 2016-02-13 14:48 GMT+01:00 Joachim Eastwood : On 3 February 2016 at 15:54, Alexandre TORGUE wrote: > + plat_

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-23 Thread Alexandre Torgue
2016-02-22 22:52 GMT+01:00 Joachim Eastwood : > On 22 February 2016 at 15:50, Alexandre Torgue > wrote: >> 2016-02-13 14:48 GMT+01:00 Joachim Eastwood : >>> On 3 February 2016 at 15:54, Alexandre TORGUE >>> wrote: + plat_dat->bsp_priv = dwmac; + plat_dat->init = stm32_dwma

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-22 Thread Joachim Eastwood
On 22 February 2016 at 15:50, Alexandre Torgue wrote: > 2016-02-13 14:48 GMT+01:00 Joachim Eastwood : >> On 3 February 2016 at 15:54, Alexandre TORGUE >> wrote: >>> + plat_dat->bsp_priv = dwmac; >>> + plat_dat->init = stm32_dwmac_init; >>> + plat_dat->exit = stm32_dwmac_exit; >

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-22 Thread Alexandre Torgue
2016-02-13 14:48 GMT+01:00 Joachim Eastwood : > On 3 February 2016 at 15:54, Alexandre TORGUE > wrote: >> stm324xx family chips support Synopsys MAC 3.510 IP. >> This patch adds settings for logical glue logic: >> -clocks >> -mode selection MII or RMII. >> >> Signed-off-by: Alexandre TORGUE >> >

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-13 Thread Joachim Eastwood
On 3 February 2016 at 15:54, Alexandre TORGUE wrote: > stm324xx family chips support Synopsys MAC 3.510 IP. > This patch adds settings for logical glue logic: > -clocks > -mode selection MII or RMII. > > Signed-off-by: Alexandre TORGUE > > diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-12 Thread kbuild test robot
Hi Alexandre, [auto build test WARNING on net/master] [also build test WARNING on v4.5-rc3 next-20160212] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Alexandre-TORGUE/Add-Ethernet-support-o

Re: [PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-03 Thread kbuild test robot
Hi Alexandre, [auto build test WARNING on net/master] [also build test WARNING on v4.5-rc2 next-20160203] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Alexandre-TORGUE/Add-Ethernet-support-o

[PATCH 1/4] net: ethernet: dwmac: add Ethernet glue logic for stm32 chip

2016-02-03 Thread Alexandre TORGUE
stm324xx family chips support Synopsys MAC 3.510 IP. This patch adds settings for logical glue logic: -clocks -mode selection MII or RMII. Signed-off-by: Alexandre TORGUE diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index cec147d..a94dd1