2 * arch/arm/mach-tegra/tegra2_dvfs.c
4 * Copyright (C) 2010 Google, Inc.
7 * Colin Cross <ccross@google.com>
9 * This software is licensed under the terms of the GNU General Public
10 * License version 2, as published by the Free Software Foundation, and
11 * may be copied, distributed, and modified under those terms.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
20 #include <linux/kernel.h>
23 #include "tegra2_dvfs.h"
25 static struct dvfs_table virtual_cpu_process_0
[] = {
36 static struct dvfs_table virtual_cpu_process_1
[] = {
47 static struct dvfs_table virtual_cpu_process_2
[] = {
56 static struct dvfs_table virtual_cpu_process_3
[] = {
64 struct dvfs tegra_dvfs_virtual_cpu_dvfs
= {
69 .table
= virtual_cpu_process_0
,
73 .table
= virtual_cpu_process_1
,
77 .table
= virtual_cpu_process_2
,
81 .table
= virtual_cpu_process_3
,
84 .process_id_table_length
= 4,