linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp 8cfb4937af staging: mt7621-mmc: Change default transfer mode to DMA
The current default transfer is to use DMA or not depending on the
size of the data. The upstream driver mtk-sd uses DMA all times,
change the standard mode here to DMA for testing, if there are any
performance problems with DMA for small data sizes. If not, the option
for transfer mode should be removed in the future,

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-23 15:37:55 +02:00
..
board.h staging: mt7621-mmc: Remove unused field data_offset from msdc_hw 2018-04-23 15:37:49 +02: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 unused field xfersz from msdc_dma 2018-04-23 15:37:49 +02:00
sd.c staging: mt7621-mmc: Refactor msdc_init_gpd_bd 2018-04-23 15:37:54 +02:00
TODO