History log of /arch/arm/mach-s3c24xx/dma.c
Revision Date Author Comments
fa53d5cdbffbce421c3bd2f937b5626fc044fedc 11-Dec-2013 Michael Opdenacker <michael.opdenacker@free-electrons.com> ARM: SAMSUNG: remove IRQF_DISABLED

This patch proposes to remove the use of the IRQF_DISABLED flag.
It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
a496bda66201e855f6b5d5d701d8bd65b9178700 20-May-2013 Heiko Stuebner <heiko@sntech.de> ARM: S3C24XX: remove obsolete s3c2412 specific dma settings

The s3c2412 dma init contained code to handle dma-direction specific
settings. As now all s3c2412-dma-channels are direction-independent this
is not needed anymore.

As the s3c2412 also was the only user of this, it can go away completely.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
09ec1d7ea67f6e23b6ef2178fa2ec48fd65477dc 01-Feb-2013 Kukjin Kim <kgene.kim@samsung.com> ARM: S3C24XX: Remove plat-s3c24xx directory in arch/arm/

This patch is for just moving plat-s3c24xx/*.c into mach-s3c24xx/, so
that we could remove plat-s3c24xx directory. But since the PLAT_S3C24XX
is used in drivers, the statement is not deleted and it will be sorted
out next time.

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>