Re: [U-Boot] [PATCH V2] mmc: seperate block number into small parts for multi-write cmd

2010-10-11 Thread Reinhard Meyer
Dear Lei Wen, As suggested by Reinhard, I add two additional member in mmc structure, so that we could specify its value in each driver. If that value is 0, then the behavior would be the same as original, as no seperation. After thinking alot about this: Preface: (for understanding of the

Re: [U-Boot] [PATCH V2] mmc: seperate block number into small parts for multi-write cmd

2010-10-11 Thread Wolfgang Denk
Dear Reinhard Meyer, In message 4cb2d225.6020...@emk-elektronik.de you wrote: After thinking alot about this: Preface: (for understanding of the issue) Thanks!! I see two possible solutions for that problem here: 1. generally limit the number of blocks requested to 65535. The performance

Re: [U-Boot] [PATCH V2] mmc: seperate block number into small parts for multi-write cmd

2010-10-11 Thread Lei Wen
On Mon, Oct 11, 2010 at 5:22 PM, Wolfgang Denk w...@denx.de wrote: Dear Reinhard Meyer, In message 4cb2d225.6020...@emk-elektronik.de you wrote: After thinking alot about this: Preface: (for understanding of the issue) Thanks!! I see two possible solutions for that problem here: 1.

[U-Boot] [PATCH V2] mmc: seperate block number into small parts for multi-write cmd

2010-10-10 Thread Lei Wen
As suggested by Reinhard, I add two additional member in mmc structure, so that we could specify its value in each driver. If that value is 0, then the behavior would be the same as original, as no seperation. Signed-off-by: Lei Wen lei...@marvell.com Cc: Reinhard Meyer u-b...@emk-elektronik.de