Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 1 | extern struct platform_device pxa_device_mci; |
Bridge Wu | 8d33b05 | 2007-12-21 19:15:36 +0800 | [diff] [blame] | 2 | extern struct platform_device pxa3xx_device_mci2; |
Bridge Wu | 5a1f21b | 2007-12-21 19:27:08 +0800 | [diff] [blame] | 3 | extern struct platform_device pxa3xx_device_mci3; |
Philipp Zabel | 7a85762 | 2008-06-22 23:36:39 +0100 | [diff] [blame] | 4 | extern struct platform_device pxa25x_device_udc; |
| 5 | extern struct platform_device pxa27x_device_udc; |
Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 6 | extern struct platform_device pxa_device_fb; |
| 7 | extern struct platform_device pxa_device_ffuart; |
| 8 | extern struct platform_device pxa_device_btuart; |
| 9 | extern struct platform_device pxa_device_stuart; |
| 10 | extern struct platform_device pxa_device_hwuart; |
| 11 | extern struct platform_device pxa_device_i2c; |
| 12 | extern struct platform_device pxa_device_i2s; |
| 13 | extern struct platform_device pxa_device_ficp; |
Robert Jarzmik | 7249314 | 2008-11-13 23:50:56 +0100 | [diff] [blame] | 14 | extern struct platform_device sa1100_device_rtc; |
Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 15 | extern struct platform_device pxa_device_rtc; |
Mark Brown | 9f19d63 | 2008-06-10 12:30:05 +0100 | [diff] [blame] | 16 | extern struct platform_device pxa_device_ac97; |
Russell King | 00dc4f9 | 2007-08-20 10:09:18 +0100 | [diff] [blame] | 17 | |
| 18 | extern struct platform_device pxa27x_device_i2c_power; |
| 19 | extern struct platform_device pxa27x_device_ohci; |
eric miao | 3732098 | 2008-01-23 13:39:13 +0800 | [diff] [blame] | 20 | extern struct platform_device pxa27x_device_keypad; |
Russell King | 03f5b2c | 2007-11-08 11:17:19 +0000 | [diff] [blame] | 21 | |
eric miao | d2b82dd | 2007-12-10 17:51:29 +0800 | [diff] [blame] | 22 | extern struct platform_device pxa25x_device_ssp; |
| 23 | extern struct platform_device pxa25x_device_nssp; |
| 24 | extern struct platform_device pxa25x_device_assp; |
| 25 | extern struct platform_device pxa27x_device_ssp1; |
| 26 | extern struct platform_device pxa27x_device_ssp2; |
| 27 | extern struct platform_device pxa27x_device_ssp3; |
| 28 | extern struct platform_device pxa3xx_device_ssp4; |
| 29 | |
eric miao | 75540c1 | 2008-04-13 21:44:04 +0100 | [diff] [blame] | 30 | extern struct platform_device pxa25x_device_pwm0; |
| 31 | extern struct platform_device pxa25x_device_pwm1; |
| 32 | extern struct platform_device pxa27x_device_pwm0; |
| 33 | extern struct platform_device pxa27x_device_pwm1; |
| 34 | |
Eric Miao | 9ae819a | 2008-06-02 15:22:03 +0800 | [diff] [blame] | 35 | extern struct platform_device pxa3xx_device_nand; |
Mike Rapoport | 9ba63c4 | 2008-08-17 06:23:05 +0100 | [diff] [blame] | 36 | extern struct platform_device pxa3xx_device_i2c_power; |
Eric Miao | 9ae819a | 2008-06-02 15:22:03 +0800 | [diff] [blame] | 37 | |
Russell King | 03f5b2c | 2007-11-08 11:17:19 +0000 | [diff] [blame] | 38 | void __init pxa_register_device(struct platform_device *dev, void *data); |