aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorhuisung.kang <hs1218.kang@samsung.com>2010-08-25 15:55:32 +0900
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:43:43 -0800
commit3af9efd4f719a65745aef953541cd62dfce8a790 (patch)
treef87c4a1b54fb8f2b0063d4c61ddb5f5b5504e391 /arch/arm
parent49ce4eb5919775b20a522cb1cbdc8522f020c517 (diff)
downloadkernel_samsung_crespo-3af9efd4f719a65745aef953541cd62dfce8a790.zip
kernel_samsung_crespo-3af9efd4f719a65745aef953541cd62dfce8a790.tar.gz
kernel_samsung_crespo-3af9efd4f719a65745aef953541cd62dfce8a790.tar.bz2
S5PC110: DMA: Cleanup codes related to dma
This patch cleanup codes in arch/arm/mach-s5pv210/dma.c We observe linux coding standard rules using 'checkpatch.pl' Change-Id: Ia063d9c491bad605efedd6a96a754db3e9335239
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 17b2ce2..49f6604 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",