2010-06-13 10:43:00 -06:00
|
|
|
extern struct platform_device pxa_device_pmu;
|
2007-07-17 03:45:58 -06:00
|
|
|
extern struct platform_device pxa_device_mci;
|
2007-12-21 04:15:36 -07:00
|
|
|
extern struct platform_device pxa3xx_device_mci2;
|
2007-12-21 04:27:08 -07:00
|
|
|
extern struct platform_device pxa3xx_device_mci3;
|
2008-06-22 16:36:39 -06:00
|
|
|
extern struct platform_device pxa25x_device_udc;
|
|
|
|
extern struct platform_device pxa27x_device_udc;
|
2010-07-27 06:06:58 -06:00
|
|
|
extern struct platform_device pxa3xx_device_u2d;
|
2007-07-17 03:45:58 -06:00
|
|
|
extern struct platform_device pxa_device_fb;
|
|
|
|
extern struct platform_device pxa_device_ffuart;
|
|
|
|
extern struct platform_device pxa_device_btuart;
|
|
|
|
extern struct platform_device pxa_device_stuart;
|
|
|
|
extern struct platform_device pxa_device_hwuart;
|
|
|
|
extern struct platform_device pxa_device_i2c;
|
|
|
|
extern struct platform_device pxa_device_i2s;
|
|
|
|
extern struct platform_device pxa_device_ficp;
|
2008-11-13 15:50:56 -07:00
|
|
|
extern struct platform_device sa1100_device_rtc;
|
2007-07-17 03:45:58 -06:00
|
|
|
extern struct platform_device pxa_device_rtc;
|
2008-06-10 05:30:05 -06:00
|
|
|
extern struct platform_device pxa_device_ac97;
|
2007-08-20 03:09:18 -06:00
|
|
|
|
|
|
|
extern struct platform_device pxa27x_device_i2c_power;
|
|
|
|
extern struct platform_device pxa27x_device_ohci;
|
2008-01-22 22:39:13 -07:00
|
|
|
extern struct platform_device pxa27x_device_keypad;
|
2007-11-08 04:17:19 -07:00
|
|
|
|
2007-12-10 02:51:29 -07:00
|
|
|
extern struct platform_device pxa25x_device_ssp;
|
|
|
|
extern struct platform_device pxa25x_device_nssp;
|
|
|
|
extern struct platform_device pxa25x_device_assp;
|
|
|
|
extern struct platform_device pxa27x_device_ssp1;
|
|
|
|
extern struct platform_device pxa27x_device_ssp2;
|
|
|
|
extern struct platform_device pxa27x_device_ssp3;
|
|
|
|
extern struct platform_device pxa3xx_device_ssp4;
|
|
|
|
|
2008-04-13 14:44:04 -06:00
|
|
|
extern struct platform_device pxa25x_device_pwm0;
|
|
|
|
extern struct platform_device pxa25x_device_pwm1;
|
|
|
|
extern struct platform_device pxa27x_device_pwm0;
|
|
|
|
extern struct platform_device pxa27x_device_pwm1;
|
|
|
|
|
2008-06-02 01:22:03 -06:00
|
|
|
extern struct platform_device pxa3xx_device_nand;
|
2008-08-16 23:23:05 -06:00
|
|
|
extern struct platform_device pxa3xx_device_i2c_power;
|
2008-06-02 01:22:03 -06:00
|
|
|
|
2009-07-09 11:04:49 -06:00
|
|
|
extern struct platform_device pxa3xx_device_gcu;
|
|
|
|
|
2010-03-17 14:15:21 -06:00
|
|
|
extern struct platform_device pxa_device_asoc_platform;
|
|
|
|
extern struct platform_device pxa_device_asoc_ssp1;
|
|
|
|
extern struct platform_device pxa_device_asoc_ssp2;
|
|
|
|
extern struct platform_device pxa_device_asoc_ssp3;
|
|
|
|
extern struct platform_device pxa_device_asoc_ssp4;
|
|
|
|
|
2007-11-08 04:17:19 -07:00
|
|
|
void __init pxa_register_device(struct platform_device *dev, void *data);
|