Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1189)

Side by Side Diff: arch/arm/plat-samsung/include/plat/devs.h

Issue 2044008: ARM: S5P: Add TV out device reference for Samsung S5P SoCs (Closed) Base URL: swsolcc@12.23.106.100:kernel-samsung.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* arch/arm/plat-samsung/include/plat/devs.h 1 /* arch/arm/plat-samsung/include/plat/devs.h
2 * 2 *
3 * Copyright (c) 2004 Simtec Electronics 3 * Copyright (c) 2004 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk> 4 * Ben Dooks <ben@simtec.co.uk>
5 * 5 *
6 * Header file for s3c2410 standard platform devices 6 * Header file for s3c2410 standard platform devices
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as 9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation. 10 * published by the Free Software Foundation.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 extern struct platform_device s3c_device_hwmon; 57 extern struct platform_device s3c_device_hwmon;
58 58
59 extern struct platform_device s3c_device_nand; 59 extern struct platform_device s3c_device_nand;
60 60
61 extern struct platform_device s3c_device_usbgadget; 61 extern struct platform_device s3c_device_usbgadget;
62 extern struct platform_device s3c_device_usb_hsotg; 62 extern struct platform_device s3c_device_usb_hsotg;
63 63
64 extern struct platform_device s3c_device_mfc; 64 extern struct platform_device s3c_device_mfc;
65 65
66 extern struct platform_device s5p_device_tvout;
67 extern struct platform_device s5p_device_cec;
68 extern struct platform_device s5p_device_hpd;
69
66 /* s3c2440 specific devices */ 70 /* s3c2440 specific devices */
67 71
68 #ifdef CONFIG_CPU_S3C2440 72 #ifdef CONFIG_CPU_S3C2440
69 73
70 extern struct platform_device s3c_device_camif; 74 extern struct platform_device s3c_device_camif;
71 extern struct platform_device s3c_device_ac97; 75 extern struct platform_device s3c_device_ac97;
72 76
73 #endif 77 #endif
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698