Re: [PATCH v6 02/12] mmc: mediatek: add support of mt2701/mt2712

2017-10-24 Thread Sean Wang
Hi, I've tested those patches on the bpi-r2 board [1] and so far they work fine correctly. The below are some tests using lmdd on the board. a. emmc with high-speed mode reading # lmdd of=internal if=/dev/mmcblk0p3 count=10 fsync=1 819.2000 MB in 34.5092 secs, 23.7386 MB/sec writing # lmd

[PATCH v6 02/12] mmc: mediatek: add support of mt2701/mt2712

2017-10-15 Thread Chaotian Jing
mt2701/mt2712 has 12bit clock div, which is not compatible with mt8135/mt8173. and, some additional features will be added in mt2701/mt2712, so that need distinguish it by comatibale name. Signed-off-by: Chaotian Jing --- drivers/mmc/host/mtk-sd.c | 82 +++