]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: add no simultaenous power and vdd
authorMela Custodio <sessyargc@gmail.com>
Sat, 3 Nov 2012 17:40:16 +0000 (17:40 +0000)
committerAndy Fleming <afleming@freescale.com>
Tue, 27 Nov 2012 23:26:48 +0000 (17:26 -0600)
commit688c2d140bcd457210a279dc489825e75ab1743a
tree2f5c80c90f46eab3d6956f8ef8a3d9827a388f27
parentb7e3129e550957f046c29a917c63f4b503fbfcb9
mmc: add no simultaenous power and vdd

Bring in the code from Linux kernel.

Added to Linux kernel by:
commit e08c1694d9e2138204f2b79b73f0f159074ce2f5
Author: Andres Salomon <dilinger@queued.net>
Date:   Fri Jul 4 10:00:03 2008 -0700

Some HW balks when writing both voltage setting and power up at the same
time to SDHCI_POWER_CONTROL register.

Signed-off-by: Rommel G Custodio <sessyargc@gmail.com>
CC: Andy Fleming <afleming@freescale.com>
v2: fix attribution and SOB
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/sdhci.c
include/sdhci.h