linux/drivers/mmc
Linus Walleij 88ce4db313 mmc: atmel-mci: conform to DMA-API
Fixes the following:
- It is perfectly legal for the dma_map_sg() to return fewer
  entries than were passed in.
- Supply the returned numer of (possibly coalesced) entries to
  the device_pre_slave_sg() function.
- Use the proper original sg_len when unmapping the sglist
  in the error path.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
2011-03-15 13:49:05 -04:00
..
card mmc: Improve MMC_TEST config text. 2011-03-15 13:48:56 -04:00
core mmc: Ensure prototypes for SD API are visible in sd.c 2011-03-15 13:48:58 -04:00
host mmc: atmel-mci: conform to DMA-API 2011-03-15 13:49:05 -04:00
Kconfig
Makefile mmc: Makefile: Fix EXTRA_CFLAGS assignment 2010-10-23 21:11:15 +08:00