~ubuntu-branches/ubuntu/precise/linux-linaro-u8500/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-tegra/devices.h

  • Committer: Bazaar Package Importer
  • Author(s): John Rigby, Upstream Fixes, Andy Green, John Rigby
  • Date: 2011-04-14 12:16:06 UTC
  • Revision ID: james.westby@ubuntu.com-20110414121606-b77podkyqgr2oix7
Tags: 2.6.38-1002.3
[ Upstream Fixes ]

* MUSB: shutdown: Make sure block is awake before doing shutdown
  - LP: #745737
* Fixed gpio polarity of gpio USB-phy reset.
  - LP: #747639

[ Andy Green ]

* LINARO: SAUCE: disable CONFIG_OMAP_RESET_CLOCKS
  - LP: #752900

[ John Rigby ]

* Rebase to new upstreams:
  Linux v2.6.38.1
  linaro-linux-2.6.38-upstream-29Mar2011
  Ubuntu-2.6.38-7.35
* SAUCE: OMAP4: clock: wait for module to become accessible on
  a clk enable
  - LP: #745737
* Rebase to new upstreams:
  Linux v2.6.38.2
  linaro-linux-2.6.38-upstream-5Apr2011
  Ubuntu-2.6.38-8.41
  - LP: #732842
* Update configs for device tree, dvfs and lttng
* LINARO: add building of dtb's
* LINARO: SAUCE: Disable lowest operating freqs on omap34xx
  - LP: #732912

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2010,2011 Google, Inc.
 
3
 *
 
4
 * Author:
 
5
 *      Colin Cross <ccross@android.com>
 
6
 *      Erik Gilling <ccross@android.com>
 
7
 *
 
8
 * This software is licensed under the terms of the GNU General Public
 
9
 * License version 2, as published by the Free Software Foundation, and
 
10
 * may be copied, distributed, and modified under those terms.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU General Public License for more details.
 
16
 *
 
17
 */
 
18
 
 
19
#ifndef __MACH_TEGRA_DEVICES_H
 
20
#define __MACH_TEGRA_DEVICES_H
 
21
 
 
22
#include <linux/platform_device.h>
 
23
 
 
24
extern struct platform_device tegra_sdhci_device1;
 
25
extern struct platform_device tegra_sdhci_device2;
 
26
extern struct platform_device tegra_sdhci_device3;
 
27
extern struct platform_device tegra_sdhci_device4;
 
28
extern struct platform_device tegra_i2c_device1;
 
29
extern struct platform_device tegra_i2c_device2;
 
30
extern struct platform_device tegra_i2c_device3;
 
31
extern struct platform_device tegra_i2c_device4;
 
32
extern struct platform_device tegra_spi_device1;
 
33
extern struct platform_device tegra_spi_device2;
 
34
extern struct platform_device tegra_spi_device3;
 
35
extern struct platform_device tegra_spi_device4;
 
36
extern struct platform_device tegra_ehci1_device;
 
37
extern struct platform_device tegra_ehci2_device;
 
38
extern struct platform_device tegra_ehci3_device;
 
39
extern struct platform_device tegra_uarta_device;
 
40
extern struct platform_device tegra_uartb_device;
 
41
extern struct platform_device tegra_uartc_device;
 
42
extern struct platform_device tegra_uartd_device;
 
43
extern struct platform_device tegra_uarte_device;
 
44
extern struct platform_device tegra_pmu_device;
 
45
 
 
46
#endif