]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00170929 [MX6Q MMC]might sleep in atomic context
authorTony Lin <tony.lin@freescale.com>
Mon, 26 Dec 2011 05:44:20 +0000 (13:44 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:33:42 +0000 (08:33 +0200)
commit65a6ae4f46f7941f821fd69684a2dfddd0f0d90b
treef5d5607d84830794e0c16618126a32e57d1c1cf1
parent2ff2cba862c37f7b87da48cccca2a61f543d181f
ENGR00170929 [MX6Q MMC]might sleep in atomic context

call clk_enable/clk_disable in atomic is forbidden.
move all the calls out of atomic context.

Signed-off-by: Tony Lin <tony.lin@freescale.com>
drivers/mmc/host/sdhci.c