dma.c 5.4 KB
Newer Older
1
/* linux/arch/arm/mach-s3c2412/dma.c
2
 *
3
 * Copyright (c) 2006 Simtec Electronics
4 5 6 7 8 9 10 11 12 13 14 15 16 17
 *	Ben Dooks <ben@simtec.co.uk>
 *
 * S3C2412 DMA selection
 *
 * http://armlinux.simtec.co.uk/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
*/

#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sysdev.h>
18
#include <linux/serial_core.h>
19
#include <linux/io.h>
20

21
#include <mach/dma.h>
22

23
#include <plat/dma-s3c24xx.h>
24
#include <plat/cpu.h>
25

26
#include <plat/regs-serial.h>
27
#include <mach/regs-gpio.h>
28
#include <plat/regs-ac97.h>
29
#include <plat/regs-dma.h>
30 31 32
#include <mach/regs-mem.h>
#include <mach/regs-lcd.h>
#include <mach/regs-sdi.h>
B
Ben Dooks 已提交
33
#include <plat/regs-iis.h>
34
#include <plat/regs-spi.h>
35 36 37 38 39 40 41

#define MAP(x) { (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID, (x)| DMA_CH_VALID }

static struct s3c24xx_dma_map __initdata s3c2412_dma_mappings[] = {
	[DMACH_XD0] = {
		.name		= "xdreq0",
		.channels	= MAP(S3C2412_DMAREQSEL_XDREQ0),
42
		.channels_rx	= MAP(S3C2412_DMAREQSEL_XDREQ0),
43 44 45 46
	},
	[DMACH_XD1] = {
		.name		= "xdreq1",
		.channels	= MAP(S3C2412_DMAREQSEL_XDREQ1),
47
		.channels_rx	= MAP(S3C2412_DMAREQSEL_XDREQ1),
48 49 50 51
	},
	[DMACH_SDI] = {
		.name		= "sdi",
		.channels	= MAP(S3C2412_DMAREQSEL_SDI),
52
		.channels_rx	= MAP(S3C2412_DMAREQSEL_SDI),
53 54
		.hw_addr.to	= S3C2410_PA_SDI + S3C2410_SDIDATA,
		.hw_addr.from	= S3C2410_PA_SDI + S3C2410_SDIDATA,
55 56 57 58
	},
	[DMACH_SPI0] = {
		.name		= "spi0",
		.channels	= MAP(S3C2412_DMAREQSEL_SPI0TX),
59
		.channels_rx	= MAP(S3C2412_DMAREQSEL_SPI0RX),
60 61 62 63 64 65
		.hw_addr.to	= S3C2410_PA_SPI + S3C2410_SPTDAT,
		.hw_addr.from	= S3C2410_PA_SPI + S3C2410_SPRDAT,
	},
	[DMACH_SPI1] = {
		.name		= "spi1",
		.channels	= MAP(S3C2412_DMAREQSEL_SPI1TX),
66
		.channels_rx	= MAP(S3C2412_DMAREQSEL_SPI1RX),
67 68
		.hw_addr.to	= S3C2410_PA_SPI + S3C2412_SPI1 + S3C2410_SPTDAT,
		.hw_addr.from	= S3C2410_PA_SPI + S3C2412_SPI1  + S3C2410_SPRDAT,
69 70 71 72
	},
	[DMACH_UART0] = {
		.name		= "uart0",
		.channels	= MAP(S3C2412_DMAREQSEL_UART0_0),
73
		.channels_rx	= MAP(S3C2412_DMAREQSEL_UART0_0),
74 75 76 77 78 79
		.hw_addr.to	= S3C2410_PA_UART0 + S3C2410_UTXH,
		.hw_addr.from	= S3C2410_PA_UART0 + S3C2410_URXH,
	},
	[DMACH_UART1] = {
		.name		= "uart1",
		.channels	= MAP(S3C2412_DMAREQSEL_UART1_0),
80
		.channels_rx	= MAP(S3C2412_DMAREQSEL_UART1_0),
81 82 83 84 85 86
		.hw_addr.to	= S3C2410_PA_UART1 + S3C2410_UTXH,
		.hw_addr.from	= S3C2410_PA_UART1 + S3C2410_URXH,
	},
      	[DMACH_UART2] = {
		.name		= "uart2",
		.channels	= MAP(S3C2412_DMAREQSEL_UART2_0),
87
		.channels_rx	= MAP(S3C2412_DMAREQSEL_UART2_0),
88 89 90 91 92 93
		.hw_addr.to	= S3C2410_PA_UART2 + S3C2410_UTXH,
		.hw_addr.from	= S3C2410_PA_UART2 + S3C2410_URXH,
	},
	[DMACH_UART0_SRC2] = {
		.name		= "uart0",
		.channels	= MAP(S3C2412_DMAREQSEL_UART0_1),
94
		.channels_rx	= MAP(S3C2412_DMAREQSEL_UART0_1),
95 96 97 98 99 100
		.hw_addr.to	= S3C2410_PA_UART0 + S3C2410_UTXH,
		.hw_addr.from	= S3C2410_PA_UART0 + S3C2410_URXH,
	},
	[DMACH_UART1_SRC2] = {
		.name		= "uart1",
		.channels	= MAP(S3C2412_DMAREQSEL_UART1_1),
101
		.channels_rx	= MAP(S3C2412_DMAREQSEL_UART1_1),
102 103 104 105 106 107
		.hw_addr.to	= S3C2410_PA_UART1 + S3C2410_UTXH,
		.hw_addr.from	= S3C2410_PA_UART1 + S3C2410_URXH,
	},
      	[DMACH_UART2_SRC2] = {
		.name		= "uart2",
		.channels	= MAP(S3C2412_DMAREQSEL_UART2_1),
108
		.channels_rx	= MAP(S3C2412_DMAREQSEL_UART2_1),
109 110 111 112 113 114
		.hw_addr.to	= S3C2410_PA_UART2 + S3C2410_UTXH,
		.hw_addr.from	= S3C2410_PA_UART2 + S3C2410_URXH,
	},
	[DMACH_TIMER] = {
		.name		= "timer",
		.channels	= MAP(S3C2412_DMAREQSEL_TIMER),
115
		.channels_rx	= MAP(S3C2412_DMAREQSEL_TIMER),
116 117 118 119
	},
	[DMACH_I2S_IN] = {
		.name		= "i2s-sdi",
		.channels	= MAP(S3C2412_DMAREQSEL_I2SRX),
120
		.channels_rx	= MAP(S3C2412_DMAREQSEL_I2SRX),
121 122 123 124
	},
	[DMACH_I2S_OUT] = {
		.name		= "i2s-sdo",
		.channels	= MAP(S3C2412_DMAREQSEL_I2STX),
125
		.channels_rx	= MAP(S3C2412_DMAREQSEL_I2STX),
126 127 128 129
	},
	[DMACH_USB_EP1] = {
		.name		= "usb-ep1",
		.channels	= MAP(S3C2412_DMAREQSEL_USBEP1),
130
		.channels_rx	= MAP(S3C2412_DMAREQSEL_USBEP1),
131 132 133 134
	},
	[DMACH_USB_EP2] = {
		.name		= "usb-ep2",
		.channels	= MAP(S3C2412_DMAREQSEL_USBEP2),
135
		.channels_rx	= MAP(S3C2412_DMAREQSEL_USBEP2),
136 137 138 139
	},
	[DMACH_USB_EP3] = {
		.name		= "usb-ep3",
		.channels	= MAP(S3C2412_DMAREQSEL_USBEP3),
140
		.channels_rx	= MAP(S3C2412_DMAREQSEL_USBEP3),
141 142 143 144
	},
	[DMACH_USB_EP4] = {
		.name		= "usb-ep4",
		.channels	= MAP(S3C2412_DMAREQSEL_USBEP4),
145
		.channels_rx	= MAP(S3C2412_DMAREQSEL_USBEP4),
146 147 148
	},
};

149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
static void s3c2412_dma_direction(struct s3c2410_dma_chan *chan,
				  struct s3c24xx_dma_map *map,
				  enum s3c2410_dmasrc dir)
{
	unsigned long chsel;

	if (dir == S3C2410_DMASRC_HW)
		chsel = map->channels_rx[0];
	else
		chsel = map->channels[0];

	chsel &= ~DMA_CH_VALID;
	chsel |= S3C2412_DMAREQSEL_HW;

	writel(chsel, chan->regs + S3C2412_DMA_DMAREQSEL);
}

166 167 168
static void s3c2412_dma_select(struct s3c2410_dma_chan *chan,
			       struct s3c24xx_dma_map *map)
{
169
	s3c2412_dma_direction(chan, map, chan->source);
170 171 172 173
}

static struct s3c24xx_dma_selection __initdata s3c2412_dma_sel = {
	.select		= s3c2412_dma_select,
174
	.direction	= s3c2412_dma_direction,
175 176 177 178 179
	.dcon_mask	= 0,
	.map		= s3c2412_dma_mappings,
	.map_size	= ARRAY_SIZE(s3c2412_dma_mappings),
};

180
static int __init s3c2412_dma_add(struct sys_device *sysdev)
181
{
182
	s3c2410_dma_init();
183 184 185 186 187 188 189 190 191 192 193 194 195
	return s3c24xx_dma_init_map(&s3c2412_dma_sel);
}

static struct sysdev_driver s3c2412_dma_driver = {
	.add	= s3c2412_dma_add,
};

static int __init s3c2412_dma_init(void)
{
	return sysdev_driver_register(&s3c2412_sysclass, &s3c2412_dma_driver);
}

arch_initcall(s3c2412_dma_init);