[PATCH] mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clear

2013-02-21 Thread Hyeonsu Kim
Signed-off-by: Hyeonsu Kim hyeonsu@samsung.com --- drivers/mmc/host/dw_mmc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 323c502..390c15c 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host

[PATCH] mmc: dw_mmc: fixed a wrong UHS_REG 16 bit clear

2013-02-21 Thread Hyeonsu Kim
In the legacy code, driver clear not only UHS_REG 16 bit also 0-15bit. If we use UHS-1 mode spec card like SDR50, SDR104. UHS_REG 0-15 should be set by 1 according to slot id. In this case, legacy code can make problem. Signed-off-by: Hyeonsu Kim hyeonsu@samsung.com --- drivers/mmc/host

[PATCH] mmc: core: fix au_size according to sd spec3.0

2012-02-17 Thread hyeonsu . kim
From: Hyeonsu Kim hyeonsu@samsung.com This if phrase is illogical. and SD Spec 3.0 supports au_size from 0 to 0xF. Signed-off-by: Hyeonsu Kim hyeonsu@samsung.com --- drivers/mmc/core/sd.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/core/sd.c b