[RFC PATCH 5/7] DMA: tegra-apb: Move common code into separate source files

2015-08-18 Thread Jon Hunter
Move code that is common between the Tegra20-APB DMA and Tegra210 ADMA driver into separate source files. Signed-off-by: Jon Hunter --- drivers/dma/Kconfig | 4 + drivers/dma/Makefile | 1 + drivers/dma/tegra-common.c| 733 ++

[RFC PATCH 5/7] DMA: tegra-apb: Move common code into separate source files

2015-08-18 Thread Jon Hunter
Move code that is common between the Tegra20-APB DMA and Tegra210 ADMA driver into separate source files. Signed-off-by: Jon Hunter jonath...@nvidia.com --- drivers/dma/Kconfig | 4 + drivers/dma/Makefile | 1 + drivers/dma/tegra-common.c| 733