summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/include/plat/regs-dma.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: SAMSUNG: remove unused DMA infrastructureArnd Bergmann2015-01-241-151/+0
| | | | | | | | | | | Everything uses dmaengine now, so there is no reason to keep this around any longer. Thanks to everyone who was involved in moving the users over to use the dmaengine APIs. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Kukjin Kim <kgene@kernel.org>
* ARM: S3C24XX: Reuse S3C2443 dma for S3C2416Heiko Stuebner2012-03-071-1/+1
| | | | | | | | | | | | | The dma controller is similar in S3C2443 and S3C2416 and has also the same register layout with the same REQSEL-bits in the source select. The only small difference is the SIO channel of the S3C2443 for the non-hsmmc controller which is not present on S3C2416/2450 and second spi channel which is not present on the S3C2416. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: SAMSUNG: Move S3C24XX header files to plat-samsungKukjin Kim2011-10-041-0/+151
This patch moves header files from plat-s3c24xx to plat-samsung to remove plat-s3c24xx directory to make one plat-samsung directory for Samsung SoCs. And this patch includes fixing coding style, too. Cc: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>