Re: [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-24 Thread Peng Fan
On Mon, Aug 24, 2015 at 09:31:32AM +0200, Stefano Babic wrote: >Hi Peng, > >On 24/08/2015 02:07, Peng Fan wrote: >> Hi Stefano, >> >> On Sun, Aug 23, 2015 at 05:45:45PM +0200, Stefano Babic wrote: >>> On 12/08/2015 10:34, Peng Fan wrote: Wrong patch version. Please ignore. >>> >>> It is,

Re: [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-24 Thread Stefano Babic
Hi Peng, On 24/08/2015 02:07, Peng Fan wrote: > Hi Stefano, > > On Sun, Aug 23, 2015 at 05:45:45PM +0200, Stefano Babic wrote: >> On 12/08/2015 10:34, Peng Fan wrote: >>> Wrong patch version. Please ignore. >>> >> >> It is, discarded. > > Can you please pick this one instead? > http://lists.denx

Re: [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-23 Thread Peng Fan
Hi Stefano, On Sun, Aug 23, 2015 at 05:45:45PM +0200, Stefano Babic wrote: >On 12/08/2015 10:34, Peng Fan wrote: >> Wrong patch version. Please ignore. >> > >It is, discarded. Can you please pick this one instead? http://lists.denx.de/pipermail/u-boot/2015-August/223124.html This one is the corr

Re: [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-23 Thread Stefano Babic
On 12/08/2015 10:34, Peng Fan wrote: > Wrong patch version. Please ignore. > It is, discarded. Best regards, Stefano Babic > Sorry. > Peng. > > On Wed, Aug 12, 2015 at 05:40:47PM +0800, Peng Fan wrote: >> Add enet support for mx6ul_14x14_evk board: >> 1. add pinmux settings >> 2. implement boa

[U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-12 Thread Peng Fan
Add enet support for mx6ul_14x14_evk board: 1. add pinmux settings 2. implement board_eth_init 3. implement board_phy_config Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- Changes v2: Addressed Fabio's comments, using "fec_id == 0", but not "0 == fec_id". board/freescale/mx

Re: [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-12 Thread Peng Fan
Wrong patch version. Please ignore. Sorry. Peng. On Wed, Aug 12, 2015 at 05:40:47PM +0800, Peng Fan wrote: >Add enet support for mx6ul_14x14_evk board: >1. add pinmux settings >2. implement board_eth_init >3. implement board_phy_config > >Signed-off-by: Peng Fan >Cc: Stefano Babic >Cc: Fabio Es

[U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support

2015-08-12 Thread Peng Fan
Add enet support for mx6ul_14x14_evk board: 1. add pinmux settings 2. implement board_eth_init 3. implement board_phy_config Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam --- Changes v2: Addressed Fabio's comments, using "fec_id == 0", but not "0 == fec_id". board/freescale/mx