Re: [U-Boot] [PATCH] bugfix: Guruplug: Use standard miiphy call to reset PHY chip.

2010-05-18 Thread Siddarth Gore
ll miiphy_reset to make sure proper PHY reset operation. > Acked-by: Siddarth Gore Same should be done for rd6281a -siddarth > Signed-off-by: Mahavir Jain > --- > board/Marvell/guruplug/guruplug.c |9 + > 1 files changed, 1 insertions(+), 8 deletions(-) > &

[U-Boot] [PATCH v2] Marvell GuruPlug Board Support

2010-03-18 Thread Siddarth Gore
: Siddarth Gore --- Changes compared to the previous version (messaage-id: 1268660568-23022-1-git-send-email-go...@marvell.com) - maintainers entry sorted according to last name - removed trailing comment from board/Marvell/guruplug/config.mk - removed CONFIG_CMD_AUTOSCRIPT from include/configs

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-18 Thread Siddarth Gore
On Mon, 2010-03-15 at 09:08 -0700, Wolfgang Denk wrote: > ... > > --- /dev/null > > +++ b/board/Marvell/guruplug/guruplug.h > > @@ -0,0 +1,39 @@ > > > +#define GURUPLUG_OE_LOW (~(0)) > > +#define GURUPLUG_OE_HIGH (~(0)) > > Is this correct? Both LOW and HIGH use the same valu

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-17 Thread Siddarth Gore
On Mon, 2010-03-15 at 09:08 -0700, Wolfgang Denk wrote: > Dear Siddarth Gore, > > In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: > ... > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 80057ce..f102cd8 100644 > > ---

[U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
: Siddarth Gore --- MAINTAINERS |4 + MAKEALL |1 + Makefile|3 + board/Marvell/guruplug/Makefile | 51 + board/Marvell/guruplug/config.mk| 28 + board/Marvell/guruplug/guruplug.c

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
On Mon, 2010-03-15 at 05:13 -0700, Prafulla Wadaskar wrote: > > > -Original Message- > > From: Siddarth Gore [mailto:go...@marvell.com] > > Sent: Monday, March 15, 2010 4:36 PM > > To: u-boot@lists.denx.de > > Cc: Prafulla Wadaskar; Siddarth Gore >

[U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-15 Thread Siddarth Gore
GuruPlug Standard: 1 Gb Ethernet, 2 USB 2.0 GuruPlug Plus: 2 Gb Ethernet, 2 USB 2.0, 1 eSATA, 1 uSD slot Reference: http://plugcomputer.org This patch is for GuruPlug Plus, but it supports Standard version as well. Signed-off-by: Siddarth Gore --- MAINTAINERS |4

[U-Boot] [PATCH] NET: kirkwood-egiga smi access fix

2010-01-18 Thread Siddarth Gore
kernel. Signed-off-by: Siddarth Gore Acked-by: Prafulla Wadaskar --- drivers/net/kirkwood_egiga.c | 13 +++-- 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/drivers/net/kirkwood_egiga.c b/drivers/net/kirkwood_egiga.c index 07a86cd..2ad7fea 100644 --- a/drivers/net