projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed7ca8
)
mmc: atmel-mci: add 0x600 IP version
author
Nicolas Ferre
<nicolas.ferre@atmel.com>
Thu, 12 Jun 2014 07:47:45 +0000
(09:47 +0200)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Tue, 9 Sep 2014 11:59:08 +0000
(13:59 +0200)
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/atmel-mci.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/host/atmel-mci.c
b/drivers/mmc/host/atmel-mci.c
index bb585d9409014e8bead8879acf5f7145e9e5790c..fde6a6fc732c0b28b5e3d3960f39c547b284d885 100644
(file)
--- a/
drivers/mmc/host/atmel-mci.c
+++ b/
drivers/mmc/host/atmel-mci.c
@@
-2344,6
+2344,7
@@
static void __init atmci_get_cap(struct atmel_mci *host)
/* keep only major version number */
switch (version & 0xf00) {
+ case 0x600:
case 0x500:
host->caps.has_odd_clk_div = 1;
case 0x400: