Re: [U-Boot] [PATCH v2 6/8] FAT: get_cluster: Add buffer bouncing

2012-09-02 Thread Wolfgang Denk
Dear Benoît Thébaudeau, In message <1423162220.332690.1342790468790.javamail.r...@advansee.com> you wrote: > Add a buffer bouncing mechanism to get_cluster. This can be useful for > misaligned applicative buffers passed through get_contents. This is require= > d for > the following patches in the

[U-Boot] [PATCH v2 6/8] FAT: get_cluster: Add buffer bouncing

2012-07-20 Thread Benoît Thébaudeau
Add a buffer bouncing mechanism to get_cluster. This can be useful for misaligned applicative buffers passed through get_contents. This is required for the following patches in the case of data aligned differently relatively to buffers and clusters. Signed-off-by: Benoît Thébaudeau Cc: Wolfgang D