Re: [U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Anton Vorontsov
On Fri, Jan 21, 2011 at 09:23:12AM +0100, Wolfgang Denk wrote: [...] > > In uec_phy: > > drivers/qe/uec_phy.h:34:#define LPA_1000FULL0x0400 > > drivers/qe/uec_phy.h:35:#define LPA_1000HALF0x0200 > > > > In Linux: > > include/linux/mii.h:133:#define LPA_1000FULL0x

Re: [U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Kumar Gala
On Jan 21, 2011, at 2:27 AM, Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <4e0178ed-1410-4ca6-b173-9df8bcbc4...@kernel.crashing.org> you > wrote: >> >>> Do you know if this is a wrong defintion on uec_phy ? >>> I'm afraid the fix will lead some mis-behavior for boards has uec_phy. >>

Re: [U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Wolfgang Denk
Dear Kumar Gala, In message <4e0178ed-1410-4ca6-b173-9df8bcbc4...@kernel.crashing.org> you wrote: > > > Do you know if this is a wrong defintion on uec_phy ? > > I'm afraid the fix will lead some mis-behavior for boards has uec_phy. > > See: > > http://patchwork.ozlabs.org/patch/79439/ Have yo

Re: [U-Boot] [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Wolfgang Denk
Dear Kumar Gala, In message <222da5a3-7289-4f01-b0ce-8d02dddb2...@kernel.crashing.org> you wrote: > ... > I posted a fix for this: > > http://patchwork.ozlabs.org/patch/79439/ I see. But I'm still scared about the changed values in the #defines Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Wolfgang Denk
Dear Macpaul, In message <50fd90c65c53fb45badeebcd84ff07f202ceb...@atcpcs06.andestech.com> you wrote: > > > /home/wd/git/u-boot/work/include/linux/mii.h:134:1: warning: > > "LPA_1000HALF" redefined > > In file included from uec_phy.c:26: > > uec_phy.h:35:1: warning: this is the location of the

Re: [U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Kumar Gala
On Jan 21, 2011, at 1:31 AM, wrote: > Dear Wolfgang, > >> /home/wd/git/u-boot/work/include/linux/mii.h:134:1: warning: >> "LPA_1000HALF" redefined >> In file included from uec_phy.c:26: >> uec_phy.h:35:1: warning: this is the location of the previous >> definition >> textdata bss

Re: [U-Boot] [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-21 Thread Kumar Gala
On Jan 21, 2011, at 1:09 AM, Wolfgang Denk wrote: > Dear Macpaul Lin, > > In message <129134-18586-1-git-send-email-macp...@andestech.com> you > wrote: >> This file has been synced (copy) from Linux source code. >> This commit was based on kernel 2.6.32. >> It updates gigabit related phy re

[U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-20 Thread macpaul
Dear Wolfgang, > /home/wd/git/u-boot/work/include/linux/mii.h:134:1: warning: > "LPA_1000HALF" redefined > In file included from uec_phy.c:26: > uec_phy.h:35:1: warning: this is the location of the previous > definition >textdata bss dec hex filename > 327682 28828 2305

[U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-20 Thread macpaul
Dear Wolfgang, > /home/wd/git/u-boot/work/include/linux/mii.h:133:1: warning: > "LPA_1000FULL" redefined > In file included from uec.c:31: > uec_phy.h:34:1: warning: this is the location of the previous > definition > In file included from /home/wd/git/u-boot/work/include/miiphy.h:37, >

[U-Boot] ??: [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-20 Thread macpaul
Dear Wolfgang, > > Dear Macpaul Lin, > > In message > <129134-18586-1-git-send-email-macp...@andestech.com> you wrote: > > This file has been synced (copy) from Linux source code. > > This commit was based on kernel 2.6.32. > > It updates gigabit related phy registers and basic definitions

Re: [U-Boot] [PATCH v2] include/linux/mii.h: update for supporting GE

2011-01-20 Thread Wolfgang Denk
Dear Macpaul Lin, In message <129134-18586-1-git-send-email-macp...@andestech.com> you wrote: > This file has been synced (copy) from Linux source code. > This commit was based on kernel 2.6.32. > It updates gigabit related phy registers and basic definitions. > > Signed-off-by: Macpaul Lin

Re: [U-Boot] [PATCH v2] include/linux/mii.h: update for supporting GE

2010-12-08 Thread Wolfgang Denk
Dear Macpaul Lin, In message <129134-18586-1-git-send-email-macp...@andestech.com> you wrote: > This file has been synced (copy) from Linux source code. > This commit was based on kernel 2.6.32. > It updates gigabit related phy registers and basic definitions. > > Signed-off-by: Macpaul Lin

[U-Boot] [PATCH v2] include/linux/mii.h: update for supporting GE

2010-12-02 Thread Macpaul Lin
This file has been synced (copy) from Linux source code. This commit was based on kernel 2.6.32. It updates gigabit related phy registers and basic definitions. Signed-off-by: Macpaul Lin --- Change v1: pull header file from Linux. Change v2: clean up unused code for u-boot. include/linux/mii.h