]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/arm/mach-pxa/devices.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / arch / arm / mach-pxa / devices.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
09a5358d 2extern struct platform_device pxa_device_pmu;
e09d02e1 3extern struct platform_device pxa_device_mci;
8d33b055 4extern struct platform_device pxa3xx_device_mci2;
5a1f21b1 5extern struct platform_device pxa3xx_device_mci3;
7a857620
PZ
6extern struct platform_device pxa25x_device_udc;
7extern struct platform_device pxa27x_device_udc;
69f22be7 8extern struct platform_device pxa3xx_device_u2d;
e09d02e1
EM
9extern struct platform_device pxa_device_fb;
10extern struct platform_device pxa_device_ffuart;
11extern struct platform_device pxa_device_btuart;
12extern struct platform_device pxa_device_stuart;
13extern struct platform_device pxa_device_hwuart;
14extern struct platform_device pxa_device_i2c;
15extern struct platform_device pxa_device_i2s;
16extern struct platform_device pxa_device_ficp;
72493146 17extern struct platform_device sa1100_device_rtc;
e09d02e1 18extern struct platform_device pxa_device_rtc;
9f19d638 19extern struct platform_device pxa_device_ac97;
00dc4f94
RK
20
21extern struct platform_device pxa27x_device_i2c_power;
22extern struct platform_device pxa27x_device_ohci;
37320980 23extern struct platform_device pxa27x_device_keypad;
03f5b2ce 24
d2b82dde 25extern struct platform_device pxa25x_device_ssp;
26extern struct platform_device pxa25x_device_nssp;
27extern struct platform_device pxa25x_device_assp;
28extern struct platform_device pxa27x_device_ssp1;
29extern struct platform_device pxa27x_device_ssp2;
30extern struct platform_device pxa27x_device_ssp3;
0da0e227
DM
31extern struct platform_device pxa3xx_device_ssp1;
32extern struct platform_device pxa3xx_device_ssp2;
33extern struct platform_device pxa3xx_device_ssp3;
d2b82dde 34extern struct platform_device pxa3xx_device_ssp4;
35
75540c1a 36extern struct platform_device pxa25x_device_pwm0;
37extern struct platform_device pxa25x_device_pwm1;
38extern struct platform_device pxa27x_device_pwm0;
39extern struct platform_device pxa27x_device_pwm1;
40
9ae819a8 41extern struct platform_device pxa3xx_device_nand;
9ba63c4f 42extern struct platform_device pxa3xx_device_i2c_power;
9ae819a8 43
1ff2c33e
DM
44extern struct platform_device pxa3xx_device_gcu;
45
f0fba2ad
LG
46extern struct platform_device pxa_device_asoc_platform;
47extern struct platform_device pxa_device_asoc_ssp1;
48extern struct platform_device pxa_device_asoc_ssp2;
49extern struct platform_device pxa_device_asoc_ssp3;
50extern struct platform_device pxa_device_asoc_ssp4;
51
2cab0292
HZ
52extern struct platform_device pxa25x_device_gpio;
53extern struct platform_device pxa27x_device_gpio;
54extern struct platform_device pxa3xx_device_gpio;
55extern struct platform_device pxa93x_device_gpio;
56
03f5b2ce 57void __init pxa_register_device(struct platform_device *dev, void *data);
1761b107 58void __init pxa2xx_set_dmac_info(int nb_channels, int nb_requestors);