linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp a7e7c2619f staging: mt7621-mmc: Refactor and rename msdc_reset to msdc_reset_hw
In the current code the hardware reset is realised via a macro and
does only wait for a certain ammount of time for the controller to
come out of reset state, but it should wait until it IS out of reset
state. So it is refactored to improve this, it is also changed from a
macro to a function and renamed to msdc_reset_hw to match the mtk-sd
driver.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-23 15:37:48 +02:00
..
board.h staging: mt7621-mmc: Remove power callbacks from msdc_hw 2018-04-23 15:37:48 +02:00
dbg.c staging: mt7621-mmc: Fix: copy_from_user() returns a positive value 2018-04-23 15:36:31 +02:00
dbg.h staging: mt7621-mmc: Remove error message in debug 2018-04-23 15:36:31 +02:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Fix style of braces 2018-04-23 15:34:02 +02:00
sd.c staging: mt7621-mmc: Refactor and rename msdc_reset to msdc_reset_hw 2018-04-23 15:37:48 +02:00
TODO