diff options
| author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
|---|---|---|
| committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
| commit | bbb20089a3275a19e475dbc21320c3742e3ca423 (patch) | |
| tree | 216fdc1cbef450ca688135c5b8969169482d9a48 /arch/arm/plat-s3c24xx/devs.c | |
| parent | 3e48e656903e9fd8bc805c6a2c4264d7808d315b (diff) | |
| parent | 657a77fa7284d8ae28dfa48f1dc5d919bf5b2843 (diff) | |
Merge branch 'dmaengine' into async-tx-next
Conflicts:
crypto/async_tx/async_xor.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/pci.c
drivers/md/raid5.c
Diffstat (limited to 'arch/arm/plat-s3c24xx/devs.c')
| -rw-r--r-- | arch/arm/plat-s3c24xx/devs.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/arm/plat-s3c24xx/devs.c b/arch/arm/plat-s3c24xx/devs.c index 16ac01d9b8ab..4eb378c89a39 100644 --- a/arch/arm/plat-s3c24xx/devs.c +++ b/arch/arm/plat-s3c24xx/devs.c | |||
| @@ -136,36 +136,6 @@ struct platform_device *s3c24xx_uart_src[4] = { | |||
| 136 | struct platform_device *s3c24xx_uart_devs[4] = { | 136 | struct platform_device *s3c24xx_uart_devs[4] = { |
| 137 | }; | 137 | }; |
| 138 | 138 | ||
| 139 | /* USB Host Controller */ | ||
| 140 | |||
| 141 | static struct resource s3c_usb_resource[] = { | ||
| 142 | [0] = { | ||
| 143 | .start = S3C24XX_PA_USBHOST, | ||
| 144 | .end = S3C24XX_PA_USBHOST + S3C24XX_SZ_USBHOST - 1, | ||
| 145 | .flags = IORESOURCE_MEM, | ||
| 146 | }, | ||
| 147 | [1] = { | ||
| 148 | .start = IRQ_USBH, | ||
| 149 | .end = IRQ_USBH, | ||
| 150 | .flags = IORESOURCE_IRQ, | ||
| 151 | } | ||
| 152 | }; | ||
| 153 | |||
| 154 | static u64 s3c_device_usb_dmamask = 0xffffffffUL; | ||
| 155 | |||
| 156 | struct platform_device s3c_device_usb = { | ||
| 157 | .name = "s3c2410-ohci", | ||
| 158 | .id = -1, | ||
| 159 | .num_resources = ARRAY_SIZE(s3c_usb_resource), | ||
| 160 | .resource = s3c_usb_resource, | ||
| 161 | .dev = { | ||
| 162 | .dma_mask = &s3c_device_usb_dmamask, | ||
| 163 | .coherent_dma_mask = 0xffffffffUL | ||
| 164 | } | ||
| 165 | }; | ||
| 166 | |||
| 167 | EXPORT_SYMBOL(s3c_device_usb); | ||
| 168 | |||
| 169 | /* LCD Controller */ | 139 | /* LCD Controller */ |
| 170 | 140 | ||
| 171 | static struct resource s3c_lcd_resource[] = { | 141 | static struct resource s3c_lcd_resource[] = { |
