xref: /linux/arch/arm/mach-pxa/devices.h (revision 1ff2c33e197f0a65e4641b2dbac1a8c85f5204dd)
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;
1472493146SRobert Jarzmik extern struct platform_device sa1100_device_rtc;
15e09d02e1SEric Miao extern struct platform_device pxa_device_rtc;
169f19d638SMark Brown extern struct platform_device pxa_device_ac97;
1700dc4f94SRussell King 
1800dc4f94SRussell King extern struct platform_device pxa27x_device_i2c_power;
1900dc4f94SRussell King extern struct platform_device pxa27x_device_ohci;
2037320980Seric miao extern struct platform_device pxa27x_device_keypad;
2103f5b2ceSRussell King 
22d2b82ddeSeric miao extern struct platform_device pxa25x_device_ssp;
23d2b82ddeSeric miao extern struct platform_device pxa25x_device_nssp;
24d2b82ddeSeric miao extern struct platform_device pxa25x_device_assp;
25d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp1;
26d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp2;
27d2b82ddeSeric miao extern struct platform_device pxa27x_device_ssp3;
28d2b82ddeSeric miao extern struct platform_device pxa3xx_device_ssp4;
29d2b82ddeSeric miao 
3075540c1aSeric miao extern struct platform_device pxa25x_device_pwm0;
3175540c1aSeric miao extern struct platform_device pxa25x_device_pwm1;
3275540c1aSeric miao extern struct platform_device pxa27x_device_pwm0;
3375540c1aSeric miao extern struct platform_device pxa27x_device_pwm1;
3475540c1aSeric miao 
359ae819a8SEric Miao extern struct platform_device pxa3xx_device_nand;
369ba63c4fSMike Rapoport extern struct platform_device pxa3xx_device_i2c_power;
379ae819a8SEric Miao 
38*1ff2c33eSDaniel Mack extern struct platform_device pxa3xx_device_gcu;
39*1ff2c33eSDaniel Mack 
4003f5b2ceSRussell King void __init pxa_register_device(struct platform_device *dev, void *data);
41