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

Side by Side Diff: arch/arm/mach-tegra/board-seaboard.h

Issue 6623011: CHROMIUM: arm: tegra: Add platfrom devices for Cypress trackpad (Closed) Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.37-rc5
Patch Set: Created 9 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | arch/arm/mach-tegra/board-seaboard.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * arch/arm/mach-tegra/board-seaboard.h 2 * arch/arm/mach-tegra/board-seaboard.h
3 * 3 *
4 * Copyright (C) 2010 Google, Inc. 4 * Copyright (C) 2010 Google, Inc.
5 * 5 *
6 * This software is licensed under the terms of the GNU General Public 6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and 7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms. 8 * may be copied, distributed, and modified under those terms.
9 * 9 *
10 * This program is distributed in the hope that it will be useful, 10 * This program is distributed in the hope that it will be useful,
(...skipping 10 matching lines...) Expand all
21 #define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PV2 21 #define TEGRA_GPIO_POWERKEY TEGRA_GPIO_PV2
22 #define TEGRA_GPIO_BACKLIGHT TEGRA_GPIO_PD4 22 #define TEGRA_GPIO_BACKLIGHT TEGRA_GPIO_PD4
23 #define TEGRA_GPIO_LVDS_SHUTDOWN TEGRA_GPIO_PB2 23 #define TEGRA_GPIO_LVDS_SHUTDOWN TEGRA_GPIO_PB2
24 #define TEGRA_GPIO_BACKLIGHT_PWM TEGRA_GPIO_PU5 24 #define TEGRA_GPIO_BACKLIGHT_PWM TEGRA_GPIO_PU5
25 #define TEGRA_GPIO_BACKLIGHT_VDD TEGRA_GPIO_PW0 25 #define TEGRA_GPIO_BACKLIGHT_VDD TEGRA_GPIO_PW0
26 #define TEGRA_GPIO_EN_VDD_PNL TEGRA_GPIO_PC6 26 #define TEGRA_GPIO_EN_VDD_PNL TEGRA_GPIO_PC6
27 #define TEGRA_GPIO_MAGNETOMETER TEGRA_GPIO_PN5 27 #define TEGRA_GPIO_MAGNETOMETER TEGRA_GPIO_PN5
28 #define TEGRA_GPIO_ISL29018_IRQ TEGRA_GPIO_PZ2 28 #define TEGRA_GPIO_ISL29018_IRQ TEGRA_GPIO_PZ2
29 #define TEGRA_GPIO_AC_ONLINE TEGRA_GPIO_PV3 29 #define TEGRA_GPIO_AC_ONLINE TEGRA_GPIO_PV3
30 30
31 /* for Cypress Trackpad gpio interrupt. */
32 #define TEGRA_GPIO_CYTP_INT TEGRA_GPIO_PW2
33
31 void seaboard_pinmux_init(void); 34 void seaboard_pinmux_init(void);
32 int seaboard_panel_init(void); 35 int seaboard_panel_init(void);
33 int seaboard_sdhci_init(void); 36 int seaboard_sdhci_init(void);
34 int seaboard_power_init(void); 37 int seaboard_power_init(void);
35 38
36 #endif 39 #endif
OLDNEW
« no previous file with comments | « no previous file | arch/arm/mach-tegra/board-seaboard.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698