History log of /arch/arm/mach-s3c24xx/dma-s3c2410.c
Revision Date Author Comments
334a1c70bb03d7077849e88d8571a32d1d36194d 14-Feb-2014 Tushar Behera <tushar.behera@linaro.org> ARM: SAMSUNG: Replace inclusion of plat/regs-serial.h header file

regs-serial.h only includes linux/serial_s3c.h. Include this header
directly to remove unnecessary platform dependency.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
[broonie@linaro.org: Acked for S3C64XX related changes]
Acked-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
5d229ce569be74f6f10c01dd99061cdb1dabb312 11-Apr-2013 Arnd Bergmann <arnd@arndb.de> ASoC: samsung: move plat/ headers to local directory

The plat/regs-iis.h and plat/regs-ac97.h files in the samsung platform
are only needed by the ASoC drivers, so they can be moved into the same
directory, as one more step towards a multiplatform build.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
24fae0fe2cf02eef941fd17a1e44b747483f4bef 02-Feb-2013 Kukjin Kim <kgene.kim@samsung.com> mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver

Since mach/regs-sdi.h is used only for s3cmci.c, so this moves the
header file into the driver file, drivers/mmc/host/s3cmci.c file.

Cc: Chris Ball <cjb@laptop.org>
Tested-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
37c3adca81b282bdf310d5ed54acbc28ac0b20a3 04-Feb-2013 Kukjin Kim <kgene.kim@samsung.com> ARM: S3C24XX: header mach/regs-mem.h local

Since header mach/regs-mem.h is used only into mach-s3c24xx/,
this patch moves the header file in local.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
85fd6d63bf2927b9da7ab1b0d46723bfdb13808c 06-Feb-2012 Kukjin Kim <kgene.kim@samsung.com> ARM: S3C2410: move mach-s3c2410/* into mach-s3c24xx/

This patch moves S3C2410 stuff into mach-s3c24xx/ directory
so that we can merge the s3c24 series' directories to the
just one mach-s3c24xx/ directory.

And this patch is including following.
- re-ordered alphabetically by option text at Kconfig and Makefile
- removed unused option, MACH_N35
- fixed duplcated option name, S3C2410_DMA to S3C24XX_DMA which is
in plat-s3c24xx/

Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>