summaryrefslogtreecommitdiff
path: root/drivers/dma/pxp/pxp_device.c
AgeCommit message (Collapse)Author
2017-02-23MLK-11907 dma: pxp-dev: allocate the 'sg' buffer dynamically.Fancy Fang
The 'sg' buffer should be allocated dynamically, since its size is dependent on the 'sg_len' which is calculated according to the functions required. Signed-off-by: Fancy Fang <chen.fang@freescale.com> (cherry picked from commit 57f08c108fc4f4721449b4b94be9820c7443978a)
2017-02-23MLK-11327 dma: pxp: porting pxp dma driver to imx_4.1.yFancy Fang
Porting pxp dma drivers v2 and v3 to imx_4.1.y branch. Signed-off-by: Fancy Fang <chen.fang@freescale.com>