Re: [U-Boot] [PATCH v4] ftsdc010: improve performance and capability

2011-12-29 Thread Andy Fleming
On Mon, Nov 28, 2011 at 9:30 PM, Macpaul Lin wrote: > This patch improve the performance by spliting flag examination code > in ftsdc010_send_cmd() into 3 functions. > This patch also reordered the function which made better capability to > some high performance cards against to the next version o

[U-Boot] [PATCH v4] ftsdc010: improve performance and capability

2011-11-28 Thread Macpaul Lin
This patch improve the performance by spliting flag examination code in ftsdc010_send_cmd() into 3 functions. This patch also reordered the function which made better capability to some high performance cards against to the next version of ftsdc010 hardware. Signed-off-by: Macpaul Lin --- Changes