Re: [U-Boot] [PATCH v2 1/2] da850evm: add support to read mac address from SPI flash

2012-02-12 Thread Hadli, Manjunath
Mike, On Sat, Feb 11, 2012 at 03:19:24, Mike Frysinger wrote: On Friday 10 February 2012 01:22:24 Manjunath Hadli wrote: --- a/board/davinci/da8xxevm/da850evm.c +++ b/board/davinci/da8xxevm/da850evm.c +#define CFG_MAC_ADDR_SPI_BUS 0 +#define CFG_MAC_ADDR_SPI_CS0

Re: [U-Boot] [PATCH v2] davinci: cleanup davinci_sync_env_enetaddr() fucntion

2012-02-09 Thread Hadli, Manjunath
Mike, On Thu, Feb 09, 2012 at 09:48:55, Mike Frysinger wrote: On Wednesday 08 February 2012 06:14:35 Manjunath Hadli wrote: - debug(### Setting environment from EEPROM MAC address = + printf(### Setting environment from EEPROM MAC address = i don't think this should

Re: [U-Boot] [PATCH 0/2] da850evm: add board specific functions

2012-02-05 Thread Hadli, Manjunath
Christian, On Thu, Feb 02, 2012 at 19:56:45, Christian Riesch wrote: Hi, Thank you for re-submitting the patchset! On Thu, Feb 2, 2012 at 2:42 PM, Manjunath Hadli manjunath.ha...@ti.com wrote: There are two da850 SOC based EVMs, one from Spectrum digital and other from Logic PD.

Re: [U-Boot] [PATCH 3/3] davinci: add clocks command

2012-02-03 Thread Hadli, Manjunath
Tom, On Thu, Feb 02, 2012 at 22:18:09, Tom Rini wrote: On Thu, Feb 2, 2012 at 6:53 AM, Manjunath Hadli manjunath.ha...@ti.com wrote: Add 'clocks' command to print various frequencies such as ARM frequency, DSP core frequency and DDR frequency. Remove print_cpuinfo() function as it is no

Re: [U-Boot] [PATCH 2/2] da850evm: read mac address from I2C EEPROM on AM18x EVM

2012-02-03 Thread Hadli, Manjunath
Wolfgang, On Fri, Feb 03, 2012 at 03:47:47, Wolfgang Denk wrote: Dear Manjunath Hadli, In message 1328190138-5276-3-git-send-email-manjunath.ha...@ti.com you wrote: add support to read mac address for AM18x EVM manufactured from Spectrum digital which have mac address stored in I2C

[U-Boot] Pull request: Davinci uboot

2012-01-27 Thread Hadli, Manjunath
Hi Tom, These patches have been posted earlier and have gone necessary reviews and I feel they are ready to be pulled. Please pull these pathes. Thanks and Regards, -Manju The following changes since commit 3325ee67f2194d821f0755b94dc57adb1d579d7b: Yegor Yefremov (1): am3517evm:

Re: [U-Boot] [PATCH] net, davinci_emac: fix compiler error

2011-10-28 Thread Hadli, Manjunath
Heiko, Thank you very much for identifying it and sending across a patch. I was about to send the patch :) Regards --Manju On Fri, Oct 28, 2011 at 11:29:03, Heiko Schocher wrote: This patch fixes following compile error for the davinice_emac driver: $ make -s cam_enc_4xx

Re: [U-Boot] [PATCH 2/2] dm646x: pass board revision info to kernel

2011-10-19 Thread Hadli, Manjunath
Hi Sergei, Thanks for the comments. On Fri, Sep 23, 2011 at 20:02:51, Sergei Shtylyov wrote: Hello. On 09/21/2011 04:40 PM, nagabhushana.netagu...@ti.com wrote: From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com add a function in board file to pass board revision info to

Re: [U-Boot] [PATCH v2 1/3] davinci: emac: add new features to autonegotiate for EMAC

2011-10-13 Thread Hadli, Manjunath
Hi Mike, On Wed, Oct 12, 2011 at 20:39:29, Mike Frysinger wrote: On Wednesday 12 October 2011 09:27:59 manjunath.ha...@ti.com wrote: --- a/include/miiphy.h +++ b/include/miiphy.h NAK to all of these changes. you should be migrating to linux/mii.h. we've gone through a lot of trouble

Re: [U-Boot] [PATCH v2 4/6] da850: revert cache disable patch

2011-10-11 Thread Hadli, Manjunath
Laurence, On Sat, Oct 08, 2011 at 18:26:39, Laurence Withers wrote: On Sat, Oct 08, 2011 at 02:58:36PM +0530, manjunath.ha...@ti.com wrote: revert commit bd65d006a6088bcb857e079447d7549e2cd7054d as the disabling of cache need not be done explicitly. Subsequent patches to new cache

Re: [U-Boot] [PATCH v2 0/6] da850: add board specific functions

2011-10-11 Thread Hadli, Manjunath
Laurence, On Sat, Oct 08, 2011 at 18:28:37, Laurence Withers wrote: On Sat, Oct 08, 2011 at 02:58:32PM +0530, manjunath.ha...@ti.com wrote: There are two boards AM18xx and L138 both of which are based on da850 SOC. AM18xx boards have mac address stored in I2C EEPROM and they have spi

Re: [U-Boot] [PATCH 3/4] davinci: emac: add support for more than 1 PHYs

2011-10-11 Thread Hadli, Manjunath
Laurence, On Sat, Oct 01, 2011 at 01:59:30, Laurence Withers wrote: On Fri, Sep 30, 2011 at 05:27:11PM +0530, nagabhushana.netagu...@ti.com wrote: add support for more than 1 PHYs. Many of the davinci platforms have more than 1 PHYs on thier board. This patch extends support in davinci

Re: [U-Boot] [PATCH 1/4] davinci: emac: add new features to autonegotiate for EMAC

2011-10-11 Thread Hadli, Manjunath
Laurence, On Sat, Oct 01, 2011 at 02:37:34, Laurence Withers wrote: On Fri, Sep 30, 2011 at 05:27:09PM +0530, nagabhushana.netagu...@ti.com wrote: From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com add more features like DUPLEX, 100MB link speed etc to auto negotiate in EMAC

Re: [U-Boot] [PATCH 5/6] da850: add support to read mac address from spi flash

2011-10-08 Thread Hadli, Manjunath
Mike, On Fri, Sep 30, 2011 at 21:21:34, Mike Frysinger wrote: On Friday, September 30, 2011 07:24:26 nagabhushana.netagu...@ti.com wrote: + if (is_multicast_ether_addr(buff) || + is_zero_ether_addr(buff)) { NAK: use is_valid_ether_addr() Thanks.