Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-14 Thread Ben Gardiner
Hi Mike, Thanks for following-up. On Tue, Sep 14, 2010 at 9:00 AM, Mike Frysinger wrote: > > it depends on the URLs.  i dont think referring to the mainline git tree is > useful at all considering that's what they're using if they have this patch in Yes, I see your point: the mainline tree's UR

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-14 Thread Mike Frysinger
On Monday, September 13, 2010 08:55:47 Ben Gardiner wrote: > On Sat, Sep 11, 2010 at 12:01 AM, Mike Frysinger wrote: > > On Friday, September 10, 2010 16:10:16 Ben Gardiner wrote: > >> The current da850evm support in u-boot/master [1] omits any use of > >> the davinci EMAC. This patch adds basic su

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-13 Thread Ben Warren
Hi Ben, On Monday, September 13, 2010, Ben Gardiner wrote: > Hi Ben, > > On Sun, Sep 12, 2010 at 11:45 PM, Ben Warren > wrote: >> Please consider doing this differently.  If you change the driver to make >> 'davinci_eth_set_mac_addr()' meet the signature of >> 'eth_device->write_hwaddr()', all

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-13 Thread Ben Gardiner
Hi Ben, On Sun, Sep 12, 2010 at 11:45 PM, Ben Warren wrote: > Please consider doing this differently.  If you change the driver to make > 'davinci_eth_set_mac_addr()' meet the signature of > 'eth_device->write_hwaddr()', all the environment handling is done > automagically.  Let me know if you're

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-13 Thread Ben Gardiner
Hi Mike, On Sat, Sep 11, 2010 at 12:01 AM, Mike Frysinger wrote: > On Friday, September 10, 2010 16:10:16 Ben Gardiner wrote: >> The current da850evm support in u-boot/master [1] omits any use of >> the davinci EMAC. This patch adds basic support for the EMAC using >> the MII PHY found on the bas

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-12 Thread Ben Warren
Hi Ben, On 9/10/2010 1:10 PM, Ben Gardiner wrote: > The current da850evm support in u-boot/master [1] omits any use of > the davinci EMAC. This patch adds basic support for the EMAC using > the MII PHY found on the baseboard of the EVM. The MAC address is > read from the environment variable 'et

Re: [U-Boot] [PATCH] da850evm: basic MII EMAC support

2010-09-10 Thread Mike Frysinger
On Friday, September 10, 2010 16:10:16 Ben Gardiner wrote: > The current da850evm support in u-boot/master [1] omits any use of > the davinci EMAC. This patch adds basic support for the EMAC using > the MII PHY found on the baseboard of the EVM. The MAC address is > read from the environment variab