linux/drivers/mmc/card
Per Forlin 97868a2bdf mmc: block: add member in mmc queue struct to hold request data
The way the request data is organized in the mmc queue struct, it only
allows processing of one request at a time.  This patch adds a new struct
to hold mmc queue request data such as sg list, request, blk request and
bounce buffers, and updates any functions depending on the mmc queue
struct. This prepares for using multiple active requests in one mmc queue.

Signed-off-by: Per Forlin <per.forlin@linaro.org>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Venkatraman S <svenkatr@ti.com>
Tested-by: Sourav Poddar <sourav.poddar@ti.com>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
2011-07-20 17:21:13 -04:00
..
block.c mmc: block: add member in mmc queue struct to hold request data 2011-07-20 17:21:13 -04:00
Kconfig mmc: Improve MMC_TEST config text. 2011-03-15 13:48:56 -04:00
Makefile
mmc_test.c mmc: mmc_test: test to measure how sg_len affect performance 2011-07-20 17:21:12 -04:00
queue.c mmc: block: add member in mmc queue struct to hold request data 2011-07-20 17:21:13 -04:00
queue.h mmc: block: add member in mmc queue struct to hold request data 2011-07-20 17:21:13 -04:00
sdio_uart.c