Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/plat-samsung
Boojin Kim c4e1662550 ARM: SAMSUNG: Add common DMA operations
This patch adds common DMA operations which are used for Samsung DMA
drivers. Currently there are two types of DMA driver for Samsung SoCs.
The one is S3C-DMA for S3C SoCs and the other is PL330-DMA for S5P SoCs.
This patch provides funcion pointers for common DMA operations to DMA
client driver like SPI and Audio. It makes DMA client drivers support
multi-platform.
In addition, this common DMA operations implement the shared actions
that are needed for DMA client driver. For example shared actions are
filter() function for dma_request_channel() and parameter passing for
device_prep_slave_sg().

Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2011-09-14 11:10:02 +05:30
..
include/plat ARM: SAMSUNG: Add common DMA operations 2011-09-14 11:10:02 +05:30
adc.c ARM: SAMSUNG: Revise PM for 12-bit ADC operations 2011-07-20 23:39:12 +09:00
clock-clksrc.c
clock.c Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-25 12:38:42 -07:00
dev-adc.c
dev-asocdma.c ARM: SAMSUNG: Add platform device for idma 2011-07-21 14:12:19 +09:00
dev-backlight.c ARM: SAMSUNG: Create a common infrastructure for PWM backlight support 2011-07-21 02:10:16 +09:00
dev-fb.c ARM: SAMSUNG: Use generic s3c_set_platdata for FB 2011-07-21 02:11:01 +09:00
dev-hsmmc.c ARM: SAMSUNG: Add clock types into platform data 2010-10-25 16:02:47 +09:00
dev-hsmmc1.c ARM: SAMSUNG: Add clock types into platform data 2010-10-25 16:02:47 +09:00
dev-hsmmc2.c ARM: SAMSUNG: Add clock types into platform data 2010-10-25 16:02:47 +09:00
dev-hsmmc3.c ARM: SAMSUNG: Add clock types into platform data 2010-10-25 16:02:47 +09:00
dev-hwmon.c ARM: SAMSUNG: Use generic s3c_set_platdata for HWMON 2011-07-21 02:11:06 +09:00
dev-i2c0.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c1.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c2.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c3.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c4.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c5.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c6.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-i2c7.c ARM: SAMSUNG: Cleanup I2C code in plat-samsung 2011-07-21 02:09:59 +09:00
dev-ide.c
dev-keypad.c
dev-nand.c ARM: SAMSUNG: Use generic s3c_set_platdata for NAND 2011-07-21 02:11:16 +09:00
dev-onenand.c ARM: SAMSUNG: Remove unused onenand plat functions 2011-06-03 16:45:02 -07:00
dev-pwm.c ARM: SAMSUNG: Move PWM device definition from plat-s3c24xx to plat-samsung 2011-03-03 10:09:58 +09:00
dev-rtc.c
dev-ts.c ARM: SAMSUNG: Use generic s3c_set_platdata for TS 2011-07-21 02:10:56 +09:00
dev-uart.c ARM: SAMSUNG: Include devs.h in dev-uart.c to prototype devices 2011-03-04 15:46:26 +09:00
dev-usb-hsotg.c
dev-usb.c ARM: SAMSUNG: Use generic s3c_set_platdata for USB OHCI 2011-07-21 02:11:11 +09:00
dev-wdt.c
dma-ops.c ARM: SAMSUNG: Add common DMA operations 2011-09-14 11:10:02 +05:30
dma.c ARM: SAMSUNG: DMA Cleanup as per sparse 2011-07-16 15:50:19 +09:00
gpio-config.c ARM: S3C2443: Implement GPIO pull-up/down configuration methods 2011-01-06 14:09:19 +09:00
gpio.c ARM: SAMSUNG: Add common samsung_gpiolib_to_irq function 2010-10-21 07:54:57 +09:00
init.c ARM: SAMSUNG: Fix CPU idmask 2011-03-28 16:17:54 +09:00
irq-uart.c Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-26 17:41:04 -07:00
irq-vic-timer.c ARM: SAMSUNG: Check NULL return from irq_alloc_generic_chip 2011-07-16 11:13:47 +09:00
Kconfig ARM: SAMSUNG: Update to use PL330-DMA driver 2011-09-14 11:10:01 +05:30
Makefile ARM: SAMSUNG: Add common DMA operations 2011-09-14 11:10:02 +05:30
pd.c ARM: SAMSUNG: Add support for Power Domain control 2010-12-30 09:36:52 +09:00
platformdata.c
pm-check.c treewide: Convert uses of struct resource to resource_size(ptr) 2011-06-10 14:55:36 +02:00
pm-gpio.c ARM: S5PV210: Add Power Management Support 2010-10-21 07:54:57 +09:00
pm.c Merge branch 'next/devel' of ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc 2011-07-26 17:41:04 -07:00
pwm-clock.c ARM: S3C24XX: Add clkdev support 2011-07-20 19:11:29 +09:00
pwm.c ARM: SAMSUNG: Move PWM device definition from plat-s3c24xx to plat-samsung 2011-03-03 10:09:58 +09:00
s3c-dma-ops.c ARM: SAMSUNG: Add common DMA operations 2011-09-14 11:10:02 +05:30
s3c-pl330.c Fix common misspellings 2011-03-31 11:26:23 -03:00
time.c ARM: S3C24XX: Add clkdev support 2011-07-20 19:11:29 +09:00
wakeup-mask.c arm: plat-samsung: Use proper irq accessor functions 2011-03-29 14:47:53 +02:00