xref: /linux/arch/arm/mach-pxa/devices.h (revision 9ba63c4fa10cf446eff06a3200822d22b0c31c31)
1e09d02e1SEric Miao extern struct platform_device pxa_device_mci;
28d33b055SBridge Wu extern struct platform_device pxa3xx_device_mci2;
35a1f21b1SBridge Wu extern struct platform_device pxa3xx_device_mci3;
47a857620SPhilipp Zabel extern struct platform_device pxa25x_device_udc;
57a857620SPhilipp Zabel extern struct platform_device pxa27x_device_udc;
6e09d02e1SEric Miao extern struct platform_device pxa_device_fb;
7e09d02e1SEric Miao extern struct platform_device pxa_device_ffuart;
8e09d02e1SEric Miao extern struct platform_device pxa_device_btuart;
9e09d02e1SEric Miao extern struct platform_device pxa_device_stuart;
10e09d02e1SEric Miao extern struct platform_device pxa_device_hwuart;
11e09d02e1SEric Miao extern struct platform_device pxa_device_i2c;
12e09d02e1SEric Miao extern struct platform_device pxa_device_i2s;
13e09d02e1SEric Miao extern struct platform_device pxa_device_ficp;
14e09d02e1SEric Miao extern struct platform_device pxa_device_rtc;
159f19d638SMark Brown extern struct platform_device pxa_device_ac97;
1600dc4f94SRussell King 
1700dc4f94SRussell King extern struct platform_device pxa27x_device_i2c_power;
1800dc4f94SRussell King extern struct platform_device pxa27x_device_ohci;
1937320980Seric miao extern struct platform_device pxa27x_device_keypad;
2003f5b2ceSRussell King 
21d2b82ddeSeric miao extern struct platform_device pxa25x_device_ssp;
22d2b82ddeSeric miao extern struct platform_device pxa25x_device_nssp;
23d2b82ddeSeric miao extern struct platform_device pxa25x_device_assp;
24d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp1;
25d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp2;
26d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp3;
27d2b82ddeSeric miao extern struct platform_device pxa3xx_device_ssp4;
28d2b82ddeSeric miao 
2975540c1aSeric miao extern struct platform_device pxa25x_device_pwm0;
3075540c1aSeric miao extern struct platform_device pxa25x_device_pwm1;
3175540c1aSeric miao extern struct platform_device pxa27x_device_pwm0;
3275540c1aSeric miao extern struct platform_device pxa27x_device_pwm1;
3375540c1aSeric miao 
349ae819a8SEric Miao extern struct platform_device pxa3xx_device_nand;
35*9ba63c4fSMike Rapoport extern struct platform_device pxa3xx_device_i2c_power;
369ae819a8SEric Miao 
3703f5b2ceSRussell King void __init pxa_register_device(struct platform_device *dev, void *data);
38