pxa25x.c (067455aa53a55404ded85227e87436478c2acc63) | pxa25x.c (724931465c234f71551e229dcd8842d1fc531d77) |
---|---|
1/* 2 * linux/arch/arm/mach-pxa/pxa25x.c 3 * 4 * Author: Nicolas Pitre 5 * Created: Jun 15, 2001 6 * Copyright: MontaVista Software Inc. 7 * 8 * Code specific to PXA21x/25x/26x variants. --- 298 unchanged lines hidden (view full) --- 307#endif 308 309static struct platform_device *pxa25x_devices[] __initdata = { 310 &pxa25x_device_udc, 311 &pxa_device_ffuart, 312 &pxa_device_btuart, 313 &pxa_device_stuart, 314 &pxa_device_i2s, | 1/* 2 * linux/arch/arm/mach-pxa/pxa25x.c 3 * 4 * Author: Nicolas Pitre 5 * Created: Jun 15, 2001 6 * Copyright: MontaVista Software Inc. 7 * 8 * Code specific to PXA21x/25x/26x variants. --- 298 unchanged lines hidden (view full) --- 307#endif 308 309static struct platform_device *pxa25x_devices[] __initdata = { 310 &pxa25x_device_udc, 311 &pxa_device_ffuart, 312 &pxa_device_btuart, 313 &pxa_device_stuart, 314 &pxa_device_i2s, |
315 &pxa_device_rtc, | 315 &sa1100_device_rtc, |
316 &pxa25x_device_ssp, 317 &pxa25x_device_nssp, 318 &pxa25x_device_assp, 319 &pxa25x_device_pwm0, 320 &pxa25x_device_pwm1, 321}; 322 323static struct sys_device pxa25x_sysdev[] = { --- 46 unchanged lines hidden --- | 316 &pxa25x_device_ssp, 317 &pxa25x_device_nssp, 318 &pxa25x_device_assp, 319 &pxa25x_device_pwm0, 320 &pxa25x_device_pwm1, 321}; 322 323static struct sys_device pxa25x_sysdev[] = { --- 46 unchanged lines hidden --- |