[U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo

2009-07-19 Thread ptyser
From: Peter Tyser Signed-off-by: Peter Tyser --- board/xes/xpedite5370/xpedite5370.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/xes/xpedite5370/xpedite5370.c b/board/xes/xpedite5370/xpedite5370.c index 22cf294..d54c699 100644 --- a/board/xes/xpedite5370/x

[U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes

2009-07-19 Thread ptyser
From: Peter Tyser Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly improve NOR flash write speeds Signed-off-by: Peter Tyser --- I miscalculated the merge window close time... I hope to slip these last 3 trivial changes in the upcoming release if possible. Thanks, P

[U-Boot] [PATCH 3/3] Remove last remanants of unused CONFIG_I2C_CMD_TREE

2009-07-19 Thread ptyser
From: Peter Tyser Signed-off-by: Peter Tyser --- include/configs/P2020DS.h |1 - include/configs/XPEDITE5170.h |1 - include/configs/aria.h|1 - include/configs/mecp5123.h|1 - 4 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/configs/P2020DS

[U-Boot] [PATCH] cmd_tsi148: General cleanup

2009-07-20 Thread ptyser
From: Peter Tyser - Fix command help message - Disable DEBUG by default - Fix whitespace issues - Fix lines > 80 characters Signed-off-by: Peter Tyser --- common/cmd_tsi148.c | 85 ++ 1 files changed, 44 insertions(+), 41 deletions(-) diff --g