]> git.karo-electronics.de Git - linux-beck.git/commit
mmc: core: production year for eMMC 4.41 and later
authorRomain Izard <romain.izard.pro@gmail.com>
Fri, 14 Jun 2013 12:25:44 +0000 (14:25 +0200)
committerChris Ball <cjb@laptop.org>
Fri, 5 Jul 2013 16:46:30 +0000 (12:46 -0400)
commit7c4f10ac5a940b3994be7f1801a606f8605e7a69
treed2f33df6104fcf38497abc245e942c535a67a37e
parentd7a985e08fe84307430090b8604f5652080cc930
mmc: core: production year for eMMC 4.41 and later

The field containing the production date in the CID register only uses
4 bits to encode the year, starting from 1997 in the original standard.
In 2013, the production year field contains 0, and the kernel reports a
1997 production date.

The eMMC 4.51 specification adds a new interpretation rule. For all
devices implementing the 4.41 specification or later, the production
year field will be interpreted as a value between 2010 and 2025, with
0 corresponding to 2013.

Signed-off-by: Romain Izard <romain.izard.pro@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/core/mmc.c