NAND DRIVER: rk3368 support nand.
authorZhaoyifeng <zyf@rock-chips.com>
Tue, 14 Apr 2015 09:29:24 +0000 (17:29 +0800)
committerZhaoyifeng <zyf@rock-chips.com>
Tue, 14 Apr 2015 09:29:24 +0000 (17:29 +0800)
commite1bce0140d148e8e859fd474e6dcb03c05e446ea
treee8e5aa14b67fcc0c9b6c3d980ae914481ff270d1
parent307f76c3ccc70ede7c71d5516e06127c66a89b60
NAND DRIVER: rk3368 support nand.
    using __dma_map_area and virt_to_phys instead of rknand_dma_map_single
 and rknand_dma_unmap_single.
    dma_map_single need dev config dma ops struct and config dma_mask.
NAND flash driver has not this config and got the incorrect phy addr return by
dma_map_single.
arch/arm/mach-rockchip/rknandbase.c