| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-12 | dma: mxs-dma: make platform_device_id more generic | Shawn Guo | 1 | -10/+2 | |
| Rewrite mxs_dma_is_apbh and mxs_dma_is_apbx in order to support other SoCs like imx6q and reform the platform_device_id for the better further dt support. Cc: Dan Williams <[email protected]> Cc: Sascha Hauer <[email protected]> Cc: Huang Shijie <[email protected]> Signed-off-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]> Acked-by: Marek Vasut <[email protected]> Acked-by: Vinod Koul <[email protected]> | |||||
| 2012-03-27 | mxs-dma : move the mxs dma.h to a more common place | Huang Shijie | 1 | -0/+28 | |
| Move the header to a more common place. The mxs dma engine is not only used in mx23/mx28, but also used in mx50/mx6q. It will also be used in the future chips. Rename it to mxs-dma.h, and create a new folder include/linux/fsl/ to store the Freescale's header files. change mxs-dma driver, mxs-mmc driver, gpmi-nand driver, mxs-saif driver to the new header file. Acked-by: Shawn Guo <[email protected]> Acked-by: Mark Brown <[email protected]> Signed-off-by: Huang Shijie <[email protected]> Acked-by: Vinod Koul <[email protected]> Acked-by: Chris Ball <[email protected]> Signed-off-by: David Woodhouse <[email protected]> | |||||