diff options
author | ban_feng <Ban_Feng@asus.com> | 2012-03-28 11:05:29 +0800 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2015-02-03 15:49:06 +0100 |
commit | 5f7bbcaf707c56badf8dd9354994ea908561eda6 (patch) | |
tree | e0b09bb152f254b8f4d9a9fd1b3810ec71d933a8 /include | |
parent | a699c4f23852bad780b8ad5273d5a3171cd461f9 (diff) |
eMMC: Add Product revision, Sector count and driver init log
Change-Id: I89b544afbb0a109a222621a9948399fba8f77693
Change-Id: Ie366a152100a478e7811b4395f3fae9794bb1386
Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/45221
Reviewed-by: Ban Feng <Ban_Feng@asus.com>
Tested-by: Ban Feng <Ban_Feng@asus.com>
Reviewed-by: Sam hblee <Sam_hblee@asus.com>
Conflicts:
drivers/mmc/core/mmc.c
include/linux/mmc/card.h
asdf
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mmc/card.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h index 4d50754f339e..85f17ff14e7e 100644 --- a/include/linux/mmc/card.h +++ b/include/linux/mmc/card.h @@ -22,7 +22,7 @@ struct mmc_cid { unsigned char hwrev; unsigned char fwrev; unsigned char month; - unsigned short prod_rev; + unsigned int prv; }; struct mmc_csd { @@ -87,6 +87,7 @@ struct mmc_ext_csd { bool refresh; /* refresh of blocks supported */ __kernel_time_t last_tv_sec; /* last time a block was refreshed */ __kernel_time_t last_bkops_tv_sec; /* last time bkops was done */ + unsigned int sec_count; }; struct sd_scr { |