Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: SAMSUNG: Move DMA support to plat-samsung | Ben Dooks | 2010-02-23 | 1 | -84/+0 |
| | | | | | | Move the core of the DMA support to plat-samsung for everyone to use. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | ||||
* | ARM: SAMSUNG: Remove dma-plat.h to allow plat-s3c64xx to be removed | Ben Dooks | 2010-02-21 | 1 | -2/+0 |
| | | | | | | | | | | | | dma-plat.h is the last file left in plat-s3c64xx, but to remove it we must also change the use of dma-plat.h by the core code and the s3c24xx implementation. Rename the s3c24xx dma-plat.h in the common plat-samsung directory as it may be used for other ports. Move the specific dma bits into the mach-s3c64xx directory and update the build as needed. Signed-off-by: Ben Dooks <ben-linux@fluff.org> | ||||
* | ARM: S3C: Update Simtec copyright statements from , to - [2] | Ben Dooks | 2009-12-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | There are a number of statements of the form A, B or A, B, C where the numbers A,B,C are not consecutive. However, referencing [1] it is the correct thing to replace these with A-B or A-C as apropriate. [1] http://www.copyrightservice.co.uk/copyright/p03_copyright_notices section 4iii 'Year of publication' Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Simtec Linux Team <linux@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org> | ||||
* | [ARM] S3C: Move DMA channel management code to plat-s3c | Ben Dooks | 2009-05-01 | 1 | -0/+86 |
Change the name of S3C2410_DMA_CHANNELS to S3C_DMA_CHANNELS in the process. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org> |