]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a677675a57bf418395baf7c6b8ebda4237ca6bc
tree478d6ba32a6bf1142a49c315fdf24459fb0386cf
parent88bb4023561024f0e7b96967a45f134f6d67727d
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