From: Saugata Das Date: Thu, 17 May 2012 11:02:21 +0000 (+0530) Subject: mmc: block: Allow disabling 512B sector size emulation X-Git-Tag: v3.5-rc1~85^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5075eb94837edde6833fd5e0277fc2370cf8b39;p=pandora-kernel.git mmc: block: Allow disabling 512B sector size emulation This patch adds support for large sector size of 4KB by disabling emulation. This patch passes eMMC DATA_SECTOR_SIZE as the logical block size during mmc_blk_alloc_req. In order to use this patch for 4KB sector size, ensure that USE_NATIVE_SECTOR is enabled, partition table is 4KB sector size aligned and file system block and sector size are 4KB multiples. Signed-off-by: Saugata Das Reviewed-by: Subhash Jadavani Reviewed-by: Namjae Jeon Reviewed-by: Subhash Jadavani Signed-off-by: Chris Ball --- Reading git-diff-tree failed