OSDN Git Service

mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 20 Oct 2014 11:37:24 +0000 (13:37 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 10 Nov 2014 11:40:42 +0000 (12:40 +0100)
commit076ec38a58584dc85c837bd52b4ec3d9cd02b393
tree478d6ba32a6bf1142a49c315fdf24459fb0386cf
parent148bcab28f51c80f13e5ad678fe840e8a34af46f
mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd()

As a step in cleaning up code around reading/decoding EXT_CSD, convert
the current mmc_read_ext_csd(), to handle both fetching the EXT_CSD
and decoding its data.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/mmc.c