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

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

Issue 6627032: CHROMIUM: Board file changes for Tegra camera (Closed)
Patch Set: Work in progress on aebl sensor. Fixed C99 comments, and file comment headers. 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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 extern void tegra_throttling_enable(bool enable); 44 extern void tegra_throttling_enable(bool enable);
45 45
46 //for Cypress Trackpad gpio interrupt. 46 //for Cypress Trackpad gpio interrupt.
47 #define TEGRA_GPIO_CYTP_INT TEGRA_GPIO_PW2 47 #define TEGRA_GPIO_CYTP_INT TEGRA_GPIO_PW2
48 48
49 void seaboard_pinmux_init(void); 49 void seaboard_pinmux_init(void);
50 int seaboard_panel_init(void); 50 int seaboard_panel_init(void);
51 void seaboard_sdhci_init(void); 51 void seaboard_sdhci_init(void);
52 int seaboard_power_init(void); 52 int seaboard_power_init(void);
53 void seaboard_emc_init(void); 53 void seaboard_emc_init(void);
54 int seaboard_sensors_init(void);
55 int kaen_sensors_init(void);
56 int aebl_sensors_init(void);
Olof Johansson 2011/03/28 22:41:44 Since the -sensors file only builds when the board
54 57
55 #endif 58 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698