From: Russell King Date: Wed, 30 Aug 2006 14:14:56 +0000 (+0100) Subject: [MMC] Add multi block-write capability X-Git-Tag: v2.6.19-rc1~886^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db53f28b3a6d9338cca1b7e917dc063ac99e1871;p=pandora-kernel.git [MMC] Add multi block-write capability Add a capability flag for drivers to set when they can perform multi- block transfers to cards _and_ correctly report the number of bytes transferred should an error occur. The last point is very important - if a driver reports more bytes than were actually accepted by the card and an error occurs, there is the possibility for data loss. Pierre Ossman provided the patch for wbsd and sdhci. Signed-off-by: Pierre Ossman Signed-off-by: Russell King --- Reading git-diff-tree failed