-
- Downloads
"README.md" did not exist on "011d578fdadb64bcc1deedbb02216bfee6a9b4dc"
mmc: bounce requests for simple hosts
Some hosts cannot do scatter/gather in hardware. Since not doing sg
is such a big performance hit, we (optionally) bounce the requests
to a simple linear buffer that we hand over to the driver.
Signed-off-by:
Pierre Ossman <drzeus@drzeus.cx>
Showing
- drivers/mmc/card/Kconfig 18 additions, 0 deletionsdrivers/mmc/card/Kconfig
- drivers/mmc/card/block.c 6 additions, 1 deletiondrivers/mmc/card/block.c
- drivers/mmc/card/queue.c 177 additions, 14 deletionsdrivers/mmc/card/queue.c
- drivers/mmc/card/queue.h 7 additions, 0 deletionsdrivers/mmc/card/queue.h
Loading
Please register or sign in to comment