aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorkyoungheon <kyoungheon@samsung.com>2010-08-26 20:08:34 -0700
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:43:42 -0800
commit49ce4eb5919775b20a522cb1cbdc8522f020c517 (patch)
tree865a6ab840aa9fc9f8aae23783e4b859a2f5dac4 /arch/arm
parent11cd66ffc75d0333a9cc116bda1cd49ffea8f9ef (diff)
downloadkernel_samsung_crespo-49ce4eb5919775b20a522cb1cbdc8522f020c517.zip
kernel_samsung_crespo-49ce4eb5919775b20a522cb1cbdc8522f020c517.tar.gz
kernel_samsung_crespo-49ce4eb5919775b20a522cb1cbdc8522f020c517.tar.bz2
Revert "S5PC110: DMA: Cleanup codes related to dma"
This reverts commit 6a2056814b1ae438af197d71103b2e6891d8902d.
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-s5pv210/dma.c58
1 files changed, 29 insertions, 29 deletions
diff --git a/arch/arm/mach-s5pv210/dma.c b/arch/arm/mach-s5pv210/dma.c
index 49f6604..17b2ce2 100644
--- a/arch/arm/mach-s5pv210/dma.c
+++ b/arch/arm/mach-s5pv210/dma.c
@@ -188,54 +188,54 @@
static struct s5p_dma_map __initdata s5pv210_dma_mappings[] = {
[DMACH_UART0_TX] = {
- .name = "uart0-dma-tx",
- .channels = MAP1(S3C_PDMA0_UART0_TX),
+ .name = "uart0-dma-tx",
+ .channels = MAP1(S3C_PDMA0_UART0_TX),
.hw_addr.to = S3C_PDMA0_UART0_TX,
},
[DMACH_UART0_RX] = {
- .name = "uart0-dma-rx",
- .channels = MAP1(S3C_PDMA0_UART0_RX),
- .hw_addr.from = S3C_PDMA0_UART0_RX,
+ .name = "uart0-dma-rx",
+ .channels = MAP1(S3C_PDMA0_UART0_RX),
+ .hw_addr.from = S3C_PDMA0_UART0_RX,
},
[DMACH_UART1_TX] = {
.name = "uart1-dma-tx",
.channels = MAP1(S3C_PDMA0_UART1_TX),
- .hw_addr.to = S3C_PDMA0_UART1_TX,
+ .hw_addr.to = S3C_PDMA0_UART1_TX,
},
[DMACH_UART1_RX] = {
- .name = "uart1-dma-rx",
- .channels = MAP1(S3C_PDMA0_UART1_RX),
- .hw_addr.from = S3C_PDMA0_UART1_RX,
+ .name = "uart1-dma-rx",
+ .channels = MAP1(S3C_PDMA0_UART1_RX),
+ .hw_addr.from = S3C_PDMA0_UART1_RX,
},
[DMACH_UART2_TX] = {
.name = "uart2-dma-tx",
.channels = MAP1(S3C_PDMA0_UART2_TX),
- .hw_addr.to = S3C_PDMA0_UART2_TX,
+ .hw_addr.to = S3C_PDMA0_UART2_TX,
},
[DMACH_UART2_RX] = {
- .name = "uart2-dma-rx",
- .channels = MAP1(S3C_PDMA0_UART2_RX),
- .hw_addr.from = S3C_PDMA0_UART2_RX,
+ .name = "uart2-dma-rx",
+ .channels = MAP1(S3C_PDMA0_UART2_RX),
+ .hw_addr.from = S3C_PDMA0_UART2_RX,
},
[DMACH_UART3_TX] = {
.name = "uart3-dma-tx",
.channels = MAP1(S3C_PDMA0_UART3_TX),
- .hw_addr.to = S3C_PDMA0_UART3_TX,
+ .hw_addr.to = S3C_PDMA0_UART3_TX,
},
[DMACH_UART3_RX] = {
- .name = "uart3-dma-rx",
- .channels = MAP1(S3C_PDMA0_UART3_RX),
- .hw_addr.from = S3C_PDMA0_UART3_RX,
+ .name = "uart3-dma-rx",
+ .channels = MAP1(S3C_PDMA0_UART3_RX),
+ .hw_addr.from = S3C_PDMA0_UART3_RX,
},
[DMACH_I2S0_RX] = {
- .name = "i2s0-in",
- .channels = MAP1(S3C_PDMA1_I2S0_RX),
- .hw_addr.from = S3C_PDMA1_I2S0_RX,
+ .name = "i2s0-in",
+ .channels = MAP1(S3C_PDMA1_I2S0_RX),
+ .hw_addr.from = S3C_PDMA1_I2S0_RX,
},
[DMACH_I2S0_TX] = {
- .name = "i2s0-out",
- .channels = MAP1(S3C_PDMA1_I2S0_TX),
- .hw_addr.to = S3C_PDMA1_I2S0_TX,
+ .name = "i2s0-out",
+ .channels = MAP1(S3C_PDMA1_I2S0_TX),
+ .hw_addr.to = S3C_PDMA1_I2S0_TX,
},
[DMACH_I2S0S_TX] = {
.name = "i2s-v50-sec_out",
@@ -283,14 +283,14 @@ static struct s5p_dma_map __initdata s5pv210_dma_mappings[] = {
.hw_addr.to = S3C_PDMA1_SPI1_TX,
},
[DMACH_SPI2_RX] = {
- .name = "spi2-in",
- .channels = MAP1(S3C_PDMA1_SPI2_RX),
- .hw_addr.from = S3C_PDMA1_SPI2_RX,
+ .name = "spi2-in",
+ .channels = MAP1(S3C_PDMA1_SPI2_RX),
+ .hw_addr.from = S3C_PDMA1_SPI2_RX,
},
[DMACH_SPI2_TX] = {
- .name = "spi2-out",
- .channels = MAP1(S3C_PDMA1_SPI2_TX),
- .hw_addr.to = S3C_PDMA1_SPI2_TX,
+ .name = "spi2-out",
+ .channels = MAP1(S3C_PDMA1_SPI2_TX),
+ .hw_addr.to = S3C_PDMA1_SPI2_TX,
},
[DMACH_PCM0_RX] = {
.name = "pcm0-in",