Continued device tree conversion and enablement across a number of platforms; Kirkwood, tegra, i.MX, Exynos, zynq and a couple of other smaller series as well. ux500 has seen continued conversion for platforms. Several platforms have seen pinctrl-via-devicetree conversions for simpler multiplatform. Tegra is adding data for new devices/drivers, and Exynos has a bunch of new bindings and devices added as well. So, pretty much the same progression in the right direction as the last few releases. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAABAgAGBQJQySW7AAoJEIwa5zzehBx39xcP/jzEQOTOJdK4zJd1OjgrQoX/ WnhbGJT941RNjRjvDG6HmZzhpsRoE4q/zkjFEKoKELdikRW0hYoR+zPCGuB7XtN5 aF1ZQrTx4gHf4KE7doIB8slaWeOq8aG2TLFhylyy+cuaIpRK0NG0pAR0ZqWaoga9 tZFciqzplLeo50vZ+y+lVVsR40j/w29EjwPXhCV30//gGOYLyp/VDu5PRtrBdgh8 EgpcT2EWJwMCN/Upcao/q2JbQktPHPpSwnpaUAALYB20uD7k5jo7wtYE/+L9nn6B bxcCDTMVmqzNTF+y0P16hDcs5jMLVjpI0xBiyZ1G6gShpggsSZCHY5ynjAtQ19se r+2WrNfOR23k6arJuOUAQSEnLdx0T5SlW6CJeFEofKv4uoebxAbKUiNO4ShWskhd nNptX1+L3hj3zpjGcEHmL6bd+nGtyMeoG9Yekcv1oZxdVcpKhFxh0s5PEJBEeXcN M7aAWlWJkplV22Olqhpc/3INCweq6E+zBrBxZaUBW/JCzGrqBUGC0BULDPAkmC4J CKL6IqIB73jGQ4OY14IaMU20GJrIGxZ7wzXOp4aw3OUpRlxsgurfyFQeIjUvVoZL PJ8DRoAVwreVHvKfgZZVKpSAY7dwcWbxpWsYlrH3zWIC5vRJ0UFwsD0TpLJWd6Vi XA8gQcJRWKGS8E5mRY39 =Rk9v -----END PGP SIGNATURE----- Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull ARM SoC device tree conversions and enablement from Olof Johansson: "Continued device tree conversion and enablement across a number of platforms; Kirkwood, tegra, i.MX, Exynos, zynq and a couple of other smaller series as well. ux500 has seen continued conversion for platforms. Several platforms have seen pinctrl-via-devicetree conversions for simpler multiplatform. Tegra is adding data for new devices/drivers, and Exynos has a bunch of new bindings and devices added as well. So, pretty much the same progression in the right direction as the last few releases." Fix up conflicts as per Olof. * tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: (185 commits) ARM: ux500: Rename dbx500 cpufreq code to be more generic ARM: dts: add missing ux500 device trees ARM: ux500: Stop registering the PCM driver from platform code ARM: ux500: Move board specific GPIO info out to subordinate DTS files ARM: ux500: Disable the MMCI gpio-regulator by default ARM: Kirkwood: remove kirkwood_ehci_init() from new boards ARM: Kirkwood: Add support LED of OpenBlocks A6 ARM: Kirkwood: Convert to EHCI via DT for OpenBlocks A6 ARM: kirkwood: Add NAND partiton map for OpenBlocks A6 ARM: kirkwood: Add support second I2C bus and RTC on OpenBlocks A6 ARM: kirkwood: Add support DT of second I2C bus ARM: kirkwood: Convert mplcec4 board to pinctrl ARM: Kirkwood: Convert km_kirkwood to pinctrl ARM: Kirkwood: support 98DX412x kirkwoods with pinctrl ARM: Kirkwood: Convert IX2-200 to pinctrl. ARM: Kirkwood: Convert lsxl boards to pinctrl. ARM: Kirkwood: Convert ib62x0 to pinctrl. ARM: Kirkwood: Convert GoFlex Net to pinctrl. ARM: Kirkwood: Convert dreamplug to pinctrl. ARM: Kirkwood: Convert dockstar to pinctrl. ...
161 lines
6.2 KiB
C
161 lines
6.2 KiB
C
/* arch/arm/plat-samsung/include/plat/devs.h
|
|
*
|
|
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com
|
|
*
|
|
* Copyright (c) 2004 Simtec Electronics
|
|
* Ben Dooks <ben@simtec.co.uk>
|
|
*
|
|
* Header file for s3c2410 standard platform devices
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef __PLAT_DEVS_H
|
|
#define __PLAT_DEVS_H __FILE__
|
|
|
|
#include <linux/platform_device.h>
|
|
|
|
struct s3c24xx_uart_resources {
|
|
struct resource *resources;
|
|
unsigned long nr_resources;
|
|
};
|
|
|
|
extern struct s3c24xx_uart_resources s3c2410_uart_resources[];
|
|
extern struct s3c24xx_uart_resources s3c64xx_uart_resources[];
|
|
extern struct s3c24xx_uart_resources s5p_uart_resources[];
|
|
extern struct s3c24xx_uart_resources exynos4_uart_resources[];
|
|
extern struct s3c24xx_uart_resources exynos5_uart_resources[];
|
|
|
|
extern struct platform_device *s3c24xx_uart_devs[];
|
|
extern struct platform_device *s3c24xx_uart_src[];
|
|
|
|
extern struct platform_device s3c64xx_device_ac97;
|
|
extern struct platform_device s3c64xx_device_iis0;
|
|
extern struct platform_device s3c64xx_device_iis1;
|
|
extern struct platform_device s3c64xx_device_iisv4;
|
|
extern struct platform_device s3c64xx_device_onenand1;
|
|
extern struct platform_device s3c64xx_device_pcm0;
|
|
extern struct platform_device s3c64xx_device_pcm1;
|
|
extern struct platform_device s3c64xx_device_spi0;
|
|
extern struct platform_device s3c64xx_device_spi1;
|
|
extern struct platform_device s3c64xx_device_spi2;
|
|
|
|
extern struct platform_device s3c_device_adc;
|
|
extern struct platform_device s3c_device_cfcon;
|
|
extern struct platform_device s3c_device_fb;
|
|
extern struct platform_device s3c_device_hwmon;
|
|
extern struct platform_device s3c_device_hsmmc0;
|
|
extern struct platform_device s3c_device_hsmmc1;
|
|
extern struct platform_device s3c_device_hsmmc2;
|
|
extern struct platform_device s3c_device_hsmmc3;
|
|
extern struct platform_device s3c_device_i2c0;
|
|
extern struct platform_device s3c_device_i2c1;
|
|
extern struct platform_device s3c_device_i2c2;
|
|
extern struct platform_device s3c_device_i2c3;
|
|
extern struct platform_device s3c_device_i2c4;
|
|
extern struct platform_device s3c_device_i2c5;
|
|
extern struct platform_device s3c_device_i2c6;
|
|
extern struct platform_device s3c_device_i2c7;
|
|
extern struct platform_device s3c_device_iis;
|
|
extern struct platform_device s3c_device_lcd;
|
|
extern struct platform_device s3c_device_nand;
|
|
extern struct platform_device s3c_device_ohci;
|
|
extern struct platform_device s3c_device_onenand;
|
|
extern struct platform_device s3c_device_rtc;
|
|
extern struct platform_device s3c_device_sdi;
|
|
extern struct platform_device s3c_device_spi0;
|
|
extern struct platform_device s3c_device_spi1;
|
|
extern struct platform_device s3c_device_ts;
|
|
extern struct platform_device s3c_device_timer[];
|
|
extern struct platform_device s3c_device_usbgadget;
|
|
extern struct platform_device s3c_device_usb_hsotg;
|
|
extern struct platform_device s3c_device_usb_hsudc;
|
|
extern struct platform_device s3c_device_wdt;
|
|
|
|
extern struct platform_device s5p_device_ehci;
|
|
extern struct platform_device s5p_device_fimc0;
|
|
extern struct platform_device s5p_device_fimc1;
|
|
extern struct platform_device s5p_device_fimc2;
|
|
extern struct platform_device s5p_device_fimc3;
|
|
extern struct platform_device s5p_device_fimc_md;
|
|
extern struct platform_device s5p_device_jpeg;
|
|
extern struct platform_device s5p_device_g2d;
|
|
extern struct platform_device s5p_device_fimd0;
|
|
extern struct platform_device s5p_device_hdmi;
|
|
extern struct platform_device s5p_device_i2c_hdmiphy;
|
|
extern struct platform_device s5p_device_mfc;
|
|
extern struct platform_device s5p_device_mfc_l;
|
|
extern struct platform_device s5p_device_mfc_r;
|
|
extern struct platform_device s5p_device_mipi_csis0;
|
|
extern struct platform_device s5p_device_mipi_csis1;
|
|
extern struct platform_device s5p_device_mixer;
|
|
extern struct platform_device s5p_device_onenand;
|
|
extern struct platform_device s5p_device_sdo;
|
|
|
|
extern struct platform_device s5p6440_device_iis;
|
|
extern struct platform_device s5p6440_device_pcm;
|
|
|
|
extern struct platform_device s5p6450_device_iis0;
|
|
extern struct platform_device s5p6450_device_iis1;
|
|
extern struct platform_device s5p6450_device_iis2;
|
|
extern struct platform_device s5p6450_device_pcm0;
|
|
|
|
|
|
extern struct platform_device s5pc100_device_ac97;
|
|
extern struct platform_device s5pc100_device_iis0;
|
|
extern struct platform_device s5pc100_device_iis1;
|
|
extern struct platform_device s5pc100_device_iis2;
|
|
extern struct platform_device s5pc100_device_pcm0;
|
|
extern struct platform_device s5pc100_device_pcm1;
|
|
extern struct platform_device s5pc100_device_spdif;
|
|
|
|
extern struct platform_device s5pv210_device_ac97;
|
|
extern struct platform_device s5pv210_device_iis0;
|
|
extern struct platform_device s5pv210_device_iis1;
|
|
extern struct platform_device s5pv210_device_iis2;
|
|
extern struct platform_device s5pv210_device_pcm0;
|
|
extern struct platform_device s5pv210_device_pcm1;
|
|
extern struct platform_device s5pv210_device_pcm2;
|
|
extern struct platform_device s5pv210_device_spdif;
|
|
|
|
extern struct platform_device exynos4_device_ac97;
|
|
extern struct platform_device exynos4_device_ahci;
|
|
extern struct platform_device exynos4_device_i2s0;
|
|
extern struct platform_device exynos4_device_i2s1;
|
|
extern struct platform_device exynos4_device_i2s2;
|
|
extern struct platform_device exynos4_device_ohci;
|
|
extern struct platform_device exynos4_device_pcm0;
|
|
extern struct platform_device exynos4_device_pcm1;
|
|
extern struct platform_device exynos4_device_pcm2;
|
|
extern struct platform_device exynos4_device_spdif;
|
|
|
|
extern struct platform_device samsung_asoc_dma;
|
|
extern struct platform_device samsung_asoc_idma;
|
|
extern struct platform_device samsung_device_keypad;
|
|
|
|
/* s3c2440 specific devices */
|
|
|
|
#ifdef CONFIG_CPU_S3C2440
|
|
|
|
extern struct platform_device s3c_device_camif;
|
|
extern struct platform_device s3c_device_ac97;
|
|
|
|
#endif
|
|
|
|
/**
|
|
* s3c_set_platdata() - helper for setting platform data
|
|
* @pd: The default platform data for this device.
|
|
* @pdsize: The size of the platform data.
|
|
* @pdev: Pointer to the device to fill in.
|
|
*
|
|
* This helper replaces a number of calls that copy and then set the
|
|
* platform data of the device.
|
|
*/
|
|
extern void *s3c_set_platdata(void *pd, size_t pdsize,
|
|
struct platform_device *pdev);
|
|
|
|
#endif /* __PLAT_DEVS_H */
|