Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-12-08 Thread Igor Grinberg
On 12/08/11 01:48, Ilya Yanok wrote: Hi Igor, sorry for the late answer. On 30.11.2011 11:42, Igor Grinberg wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/dp83848.c b/arch/arm/cpu/arm926ejs/davinci/dp83848.c index c71c685..d435e4b 100644 ---

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-12-08 Thread Tom Rini
On Thu, Dec 8, 2011 at 7:33 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 12/08/11 01:48, Ilya Yanok wrote: Hi Igor, sorry for the late answer. On 30.11.2011 11:42, Igor Grinberg wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/dp83848.c b/arch/arm/cpu/arm926ejs/davinci/dp83848.c

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-12-08 Thread Igor Grinberg
On 12/08/11 16:42, Tom Rini wrote: On Thu, Dec 8, 2011 at 7:33 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 12/08/11 01:48, Ilya Yanok wrote: Hi Igor, sorry for the late answer. On 30.11.2011 11:42, Igor Grinberg wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/dp83848.c

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-12-07 Thread Ilya Yanok
Hi Igor, sorry for the late answer. On 30.11.2011 11:42, Igor Grinberg wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/dp83848.c b/arch/arm/cpu/arm926ejs/davinci/dp83848.c index c71c685..d435e4b 100644 --- a/arch/arm/cpu/arm926ejs/davinci/dp83848.c +++

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-30 Thread Tom Rini
On Wed, Nov 30, 2011 at 12:35 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 11/29/11 20:57, Tom Rini wrote: On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com wrote: DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-30 Thread Igor Grinberg
On 11/30/11 16:21, Tom Rini wrote: On Wed, Nov 30, 2011 at 12:35 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 11/29/11 20:57, Tom Rini wrote: On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com wrote: DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-30 Thread Tom Rini
On Wed, Nov 30, 2011 at 8:16 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 11/30/11 16:21, Tom Rini wrote: On Wed, Nov 30, 2011 at 12:35 AM, Igor Grinberg grinb...@compulab.co.il wrote: On 11/29/11 20:57, Tom Rini wrote: On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-29 Thread Tom Rini
On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com wrote: DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-29 Thread Igor Grinberg
On 11/29/11 20:57, Tom Rini wrote: On Mon, Nov 28, 2011 at 9:37 AM, Ilya Yanok ya...@emcraft.com wrote: DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific

Re: [U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-29 Thread Igor Grinberg
Hi Ilya, On 11/28/11 18:37, Ilya Yanok wrote: DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new header. We might want

[U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-28 Thread Ilya Yanok
DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new header. We might want to switch to phylib in future. Signed-off-by: Ilya

[U-Boot] [PATCH 01/13] davinci_emac: move arch-independent defines to separate header

2011-11-10 Thread Ilya Yanok
DaVinci EMAC is found not only on DaVinci SoCs but on some OMAP3 SoCs also. This patch moves common defines from arch-davinci/emac_defs.h to drivers/net/davinci_emac.h DaVinci specific PHY drivers hacked to include the new header. We might want to switch to phylib in future. Signed-off-by: Ilya