Re: [U-Boot] [PATCH] usb: write command for RAW partition.

2009-11-19 Thread Mahavir Jain
1-02 at 22:52 -0800, Mahavir Jain wrote: > This patch implements write support to usb device with raw partition. > It will be useful for filesystem write support to usb device from > u-boot in future. > > Tested with writing kernel image to raw usb disk & booting with usb

[U-Boot] [PATCH] usb: write command for RAW partition.

2009-11-03 Thread Mahavir Jain
ctor & number of sectors on a partition for usb write operation.] Signed-off-by: Mahavir Jain --- common/cmd_usb.c | 24 common/usb_storage.c | 99 ++ 2 files changed, 123 insertions(+), 0 deletions(-) diff --git a/common/c

Re: [U-Boot] [PATCH] usb: write command for RAW partition.

2009-11-13 Thread Mahavir Jain
Hi, Any feedback or comments on this...? Thanks Mahavir On Mon, 2009-11-02 at 22:52 -0800, Mahavir Jain wrote: > This patch implements write support to usb device with raw partition. > It will be useful for filesystem write support to usb device from > u-boot in future. > &

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

2010-05-18 Thread Mahavir Jain
From: Mahavir Jain Current PHY Software Reset operation in guruplug does not poll reset bit in control register to go to 0(auto clearing) for making sure reset was successful.This patch uses standard miiphy call miiphy_reset to make sure proper PHY reset operation. Signed-off-by: Mahavir Jain

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

2010-05-19 Thread Mahavir Jain
Current PHY Software Reset operation in guruplug does not poll reset bit in control register to go to 0(auto clearing) for making sure reset was successful.This patch uses standard miiphy call miiphy_reset to make sure proper PHY reset operation. Signed-off-by: Mahavir Jain --- board/Marvell