
10 Mar
2009
10 Mar
'09
7:08 p.m.
On Tue, 2009-03-10 at 14:06 +0530, Manikandan Pillai wrote:
The cmd_misc.c was changed to fix sleep. nand_base.c was fixed to fix the wait.
Signed-off-by: Manikandan Pillai mani.pillai@ti.com
common/cmd_misc.c | 1 + cpu/arm_cortexa8/omap3/interrupts.c | 13 ++++--------- drivers/mtd/nand/nand_base.c | 2 ++ include/configs/omap3_evm.h | 2 +- 4 files changed, 8 insertions(+), 10 deletions(-)
I can't comment on the patch contents, but it would be nice if you split this out into multiple patches. As is, you're fixing multiple bugs in 1 patch.
Something along the lines of: cmd_misc: Fix sleep command delay nand_base: Fix nand_wait() and nand_wait_ready() timeouts omap3: Change timer to 1 msec
Best, Peter