Eric Miao | 09a5358 | 2010-06-14 00:43:00 +0800 | [diff] [blame] | 1 | extern struct platform_device pxa_device_pmu; |
Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 2 | extern struct platform_device pxa_device_mci; |
Bridge Wu | 8d33b05 | 2007-12-21 19:15:36 +0800 | [diff] [blame] | 3 | extern struct platform_device pxa3xx_device_mci2; |
Bridge Wu | 5a1f21b | 2007-12-21 19:27:08 +0800 | [diff] [blame] | 4 | extern struct platform_device pxa3xx_device_mci3; |
Philipp Zabel | 7a85762 | 2008-06-22 23:36:39 +0100 | [diff] [blame] | 5 | extern struct platform_device pxa25x_device_udc; |
| 6 | extern struct platform_device pxa27x_device_udc; |
Igor Grinberg | 69f22be | 2010-07-27 15:06:58 +0300 | [diff] [blame] | 7 | extern struct platform_device pxa3xx_device_u2d; |
Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 8 | extern struct platform_device pxa_device_fb; |
| 9 | extern struct platform_device pxa_device_ffuart; |
| 10 | extern struct platform_device pxa_device_btuart; |
| 11 | extern struct platform_device pxa_device_stuart; |
| 12 | extern struct platform_device pxa_device_hwuart; |
| 13 | extern struct platform_device pxa_device_i2c; |
| 14 | extern struct platform_device pxa_device_i2s; |
| 15 | extern struct platform_device pxa_device_ficp; |
Robert Jarzmik | 7249314 | 2008-11-13 23:50:56 +0100 | [diff] [blame] | 16 | extern struct platform_device sa1100_device_rtc; |
Eric Miao | e09d02e | 2007-07-17 10:45:58 +0100 | [diff] [blame] | 17 | extern struct platform_device pxa_device_rtc; |
Mark Brown | 9f19d63 | 2008-06-10 12:30:05 +0100 | [diff] [blame] | 18 | extern struct platform_device pxa_device_ac97; |
Russell King | 00dc4f9 | 2007-08-20 10:09:18 +0100 | [diff] [blame] | 19 | |
| 20 | extern struct platform_device pxa27x_device_i2c_power; |
| 21 | extern struct platform_device pxa27x_device_ohci; |
eric miao | 3732098 | 2008-01-23 13:39:13 +0800 | [diff] [blame] | 22 | extern struct platform_device pxa27x_device_keypad; |
Russell King | 03f5b2c | 2007-11-08 11:17:19 +0000 | [diff] [blame] | 23 | |
eric miao | d2b82dd | 2007-12-10 17:51:29 +0800 | [diff] [blame] | 24 | extern struct platform_device pxa25x_device_ssp; |
| 25 | extern struct platform_device pxa25x_device_nssp; |
| 26 | extern struct platform_device pxa25x_device_assp; |
| 27 | extern struct platform_device pxa27x_device_ssp1; |
| 28 | extern struct platform_device pxa27x_device_ssp2; |
| 29 | extern struct platform_device pxa27x_device_ssp3; |
Daniel Mack | 0da0e22 | 2014-08-13 21:59:19 +0200 | [diff] [blame] | 30 | extern struct platform_device pxa3xx_device_ssp1; |
| 31 | extern struct platform_device pxa3xx_device_ssp2; |
| 32 | extern struct platform_device pxa3xx_device_ssp3; |
eric miao | d2b82dd | 2007-12-10 17:51:29 +0800 | [diff] [blame] | 33 | extern struct platform_device pxa3xx_device_ssp4; |
| 34 | |
eric miao | 75540c1 | 2008-04-13 21:44:04 +0100 | [diff] [blame] | 35 | extern struct platform_device pxa25x_device_pwm0; |
| 36 | extern struct platform_device pxa25x_device_pwm1; |
| 37 | extern struct platform_device pxa27x_device_pwm0; |
| 38 | extern struct platform_device pxa27x_device_pwm1; |
| 39 | |
Eric Miao | 9ae819a | 2008-06-02 15:22:03 +0800 | [diff] [blame] | 40 | extern struct platform_device pxa3xx_device_nand; |
Mike Rapoport | 9ba63c4 | 2008-08-17 06:23:05 +0100 | [diff] [blame] | 41 | extern struct platform_device pxa3xx_device_i2c_power; |
Eric Miao | 9ae819a | 2008-06-02 15:22:03 +0800 | [diff] [blame] | 42 | |
Daniel Mack | 1ff2c33 | 2009-07-09 19:04:49 +0200 | [diff] [blame] | 43 | extern struct platform_device pxa3xx_device_gcu; |
| 44 | |
Liam Girdwood | f0fba2a | 2010-03-17 20:15:21 +0000 | [diff] [blame] | 45 | extern struct platform_device pxa_device_asoc_platform; |
| 46 | extern struct platform_device pxa_device_asoc_ssp1; |
| 47 | extern struct platform_device pxa_device_asoc_ssp2; |
| 48 | extern struct platform_device pxa_device_asoc_ssp3; |
| 49 | extern struct platform_device pxa_device_asoc_ssp4; |
| 50 | |
Haojian Zhuang | 2cab029 | 2013-04-07 16:44:33 +0800 | [diff] [blame] | 51 | extern struct platform_device pxa25x_device_gpio; |
| 52 | extern struct platform_device pxa27x_device_gpio; |
| 53 | extern struct platform_device pxa3xx_device_gpio; |
| 54 | extern struct platform_device pxa93x_device_gpio; |
| 55 | |
Russell King | 03f5b2c | 2007-11-08 11:17:19 +0000 | [diff] [blame] | 56 | void __init pxa_register_device(struct platform_device *dev, void *data); |