linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp 35af3110d4 staging: mt7621-mmc: Remove function uffs
The function uffs that is implemented by this driver returns the same
values as the kernel function ffs. So the uffs function is removed and
the calls to it are replaced with calls to ffs.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-05-06 19:08:05 -07:00
..
board.h staging: mt7621-mmc: Remove unused field clk_drv from msdc_hw 2018-05-06 19:08:05 -07:00
dbg.c staging: mt7621-mmc: Change default transfer mode to DMA 2018-04-23 15:37:55 +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: Remove function uffs 2018-05-06 19:08:05 -07:00
sd.c staging: mt7621-mmc: Remove unused macro msdc_init_gpd_ex 2018-05-06 19:08:05 -07:00
TODO