-
- Downloads
mmc: remove multiwrite capability
Relax requirements on host controllers and only require that they do not
report a transfer count than is larger than the actual one (i.e. a lower
value is okay). This is how many other parts of the kernel behaves so
upper layers should already be prepared to handle that scenario. This
gives us a performance boost on MMC cards.
Signed-off-by:
Pierre Ossman <drzeus@drzeus.cx>
Showing
- drivers/mmc/card/block.c 19 additions, 28 deletionsdrivers/mmc/card/block.c
- drivers/mmc/host/at91_mci.c 1 addition, 1 deletiondrivers/mmc/host/at91_mci.c
- drivers/mmc/host/atmel-mci.c 1 addition, 1 deletiondrivers/mmc/host/atmel-mci.c
- drivers/mmc/host/mmc_spi.c 1 addition, 4 deletionsdrivers/mmc/host/mmc_spi.c
- drivers/mmc/host/mmci.c 0 additions, 1 deletiondrivers/mmc/host/mmci.c
- drivers/mmc/host/omap.c 1 addition, 1 deletiondrivers/mmc/host/omap.c
- drivers/mmc/host/tifm_sd.c 1 addition, 1 deletiondrivers/mmc/host/tifm_sd.c
- drivers/mmc/host/wbsd.c 1 addition, 1 deletiondrivers/mmc/host/wbsd.c
- include/linux/mmc/host.h 5 additions, 6 deletionsinclude/linux/mmc/host.h
Loading
Please register or sign in to comment