pxa27x.c (14758220520c45755ae9de3c3073f03bd71f098a) | pxa27x.c (724931465c234f71551e229dcd8842d1fc531d77) |
---|---|
1/* 2 * linux/arch/arm/mach-pxa/pxa27x.c 3 * 4 * Author: Nicolas Pitre 5 * Created: Nov 05, 2002 6 * Copyright: MontaVista Software Inc. 7 * 8 * Code specific to PXA27x aka Bulverde. --- 319 unchanged lines hidden (view full) --- 328} 329 330static struct platform_device *devices[] __initdata = { 331 &pxa27x_device_udc, 332 &pxa_device_ffuart, 333 &pxa_device_btuart, 334 &pxa_device_stuart, 335 &pxa_device_i2s, | 1/* 2 * linux/arch/arm/mach-pxa/pxa27x.c 3 * 4 * Author: Nicolas Pitre 5 * Created: Nov 05, 2002 6 * Copyright: MontaVista Software Inc. 7 * 8 * Code specific to PXA27x aka Bulverde. --- 319 unchanged lines hidden (view full) --- 328} 329 330static struct platform_device *devices[] __initdata = { 331 &pxa27x_device_udc, 332 &pxa_device_ffuart, 333 &pxa_device_btuart, 334 &pxa_device_stuart, 335 &pxa_device_i2s, |
336 &sa1100_device_rtc, |
|
336 &pxa_device_rtc, 337 &pxa27x_device_ssp1, 338 &pxa27x_device_ssp2, 339 &pxa27x_device_ssp3, 340 &pxa27x_device_pwm0, 341 &pxa27x_device_pwm1, 342}; 343 --- 38 unchanged lines hidden --- | 337 &pxa_device_rtc, 338 &pxa27x_device_ssp1, 339 &pxa27x_device_ssp2, 340 &pxa27x_device_ssp3, 341 &pxa27x_device_pwm0, 342 &pxa27x_device_pwm1, 343}; 344 --- 38 unchanged lines hidden --- |