mfd: rtsx: Add dma transfer function
authorMicky Ching <micky_ching@realsil.com.cn>
Fri, 6 Jun 2014 07:05:44 +0000 (15:05 +0800)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 13:14:58 +0000 (14:14 +0100)
rtsx driver using a single function for transfer data, dma map/unmap are
placed in one fix function. We need map/unmap dma in different place(for
mmc async driver), so add three function for dma map, dma transfer and
dma unmap.

Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found