Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 1 | /* Copyright (c) 2010-2011, Code Aurora Forum. All rights reserved. |
| 2 | * |
| 3 | * This program is free software; you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License version 2 and |
| 5 | * only version 2 as published by the Free Software Foundation. |
| 6 | * |
| 7 | * This program is distributed in the hope that it will be useful, |
| 8 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 9 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 10 | * GNU General Public License for more details. |
| 11 | * |
| 12 | */ |
| 13 | #ifndef __ARCH_ARM_MACH_MSM_DEVICES_MSM8X60_H |
| 14 | #define __ARCH_ARM_MACH_MSM_DEVICES_MSM8X60_H |
| 15 | |
| 16 | #define MSM_GSBI3_QUP_I2C_BUS_ID 0 |
| 17 | #define MSM_GSBI4_QUP_I2C_BUS_ID 1 |
| 18 | #define MSM_GSBI9_QUP_I2C_BUS_ID 2 |
| 19 | #define MSM_GSBI8_QUP_I2C_BUS_ID 3 |
| 20 | #define MSM_GSBI7_QUP_I2C_BUS_ID 4 |
| 21 | #define MSM_GSBI12_QUP_I2C_BUS_ID 5 |
| 22 | #define MSM_SSBI1_I2C_BUS_ID 6 |
| 23 | #define MSM_SSBI2_I2C_BUS_ID 7 |
| 24 | #define MSM_SSBI3_I2C_BUS_ID 8 |
| 25 | |
| 26 | #ifdef CONFIG_SPI_QUP |
| 27 | extern struct platform_device msm_gsbi1_qup_spi_device; |
| 28 | extern struct platform_device msm_gsbi10_qup_spi_device; |
| 29 | #endif |
| 30 | |
| 31 | extern struct platform_device msm_bus_apps_fabric; |
| 32 | extern struct platform_device msm_bus_sys_fabric; |
| 33 | extern struct platform_device msm_bus_mm_fabric; |
| 34 | extern struct platform_device msm_bus_sys_fpb; |
| 35 | extern struct platform_device msm_bus_cpss_fpb; |
| 36 | |
| 37 | extern struct platform_device msm_device_smd; |
| 38 | extern struct platform_device msm_device_gpio; |
| 39 | extern struct platform_device msm_device_vidc; |
| 40 | |
| 41 | extern struct platform_device msm_charm_modem; |
| 42 | |
| 43 | #ifdef CONFIG_HW_RANDOM_MSM |
| 44 | extern struct platform_device msm_device_rng; |
| 45 | #endif |
| 46 | |
| 47 | void __init msm8x60_init_irq(void); |
| 48 | void __init msm8x60_check_2d_hardware(void); |
| 49 | |
| 50 | #ifdef CONFIG_MSM_DSPS |
| 51 | extern struct platform_device msm_dsps_device; |
| 52 | #endif |
Pratik Patel | 7831c08 | 2011-06-08 21:44:37 -0700 | [diff] [blame] | 53 | #ifdef CONFIG_MSM_QDSS |
| 54 | extern struct platform_device msm_etb_device; |
| 55 | extern struct platform_device msm_tpiu_device; |
| 56 | extern struct platform_device msm_funnel_device; |
| 57 | extern struct platform_device msm_ptm_device; |
| 58 | #endif |
Bryan Huntsman | 3f2bc4d | 2011-08-16 17:27:22 -0700 | [diff] [blame] | 59 | |
| 60 | #if defined(CONFIG_MSM_RPM_STATS_LOG) |
| 61 | extern struct platform_device msm_rpm_stat_device; |
| 62 | #endif |
| 63 | #endif |