diff options
| author | Asutosh Das <asutoshd@codeaurora.org> | 2015-07-09 17:35:22 +0530 |
|---|---|---|
| committer | Subhash Jadavani <subhashj@codeaurora.org> | 2016-05-31 15:27:33 -0700 |
| commit | 2906eb31e5867f13e6bc4c5a3b2d01deb97e9181 (patch) | |
| tree | f9bbb32a4969b86c076a97bd5e70634bcc999a85 /include/linux | |
| parent | ae4bb021f88b8c13be8b12a6bcfacff52d2d0bd6 (diff) | |
mmc: card: read the firmware version from ext_csd
Read the firmware version from ext_csd register and print it
for debugging purpose.
Change-Id: I4c1fefd5bff753915c9858fb35c958335986c778
Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
[subhashj@codeaurora.org: fixed trivial merge conflicts and
compilation errors]
Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/card.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index b8430181704a..4f49a254d3f3 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -135,6 +135,7 @@ struct mmc_ext_csd { u8 barrier_support; /* 486 */ u8 barrier_en; + u8 fw_version; /* 254 */ unsigned int feature_support; #define MMC_DISCARD_FEATURE BIT(0) /* CMD38 feature */ }; |
