]> Git Repo - linux.git/commit
mmc: rework selection of bus speed mode
authorSeungwon Jeon <[email protected]>
Wed, 23 Apr 2014 08:08:44 +0000 (17:08 +0900)
committerChris Ball <[email protected]>
Mon, 12 May 2014 22:06:04 +0000 (18:06 -0400)
commit577fb13199b11d8cd75609183649be4b5561243f
tree8fad9da75d2f2086a2c1ec2ec89d51c1af29e969
parent2385049dd52b795f85f2165a6741f370c8493c06
mmc: rework selection of bus speed mode

Current implementation for bus speed mode selection is too
complicated. This patch is to simplify the codes and remove
some duplicate parts.

The following changes are including:
* Adds functions for each mode selection(HS, HS-DDR, HS200 and etc)
* Rearranged the mode selection sequence with supported device type
* Adds maximum speed for HS200 mode(hs200_max_dtr)
* Adds field definition for HS_TIMING of EXT_CSD

Signed-off-by: Seungwon Jeon <[email protected]>
Tested-by: Jaehoon Chung <[email protected]>
Acked-by: Jaehoon Chung <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
drivers/mmc/core/debugfs.c
drivers/mmc/core/mmc.c
include/linux/mmc/card.h
include/linux/mmc/mmc.h
This page took 0.0714360000000001 seconds and 4 git commands to generate.