/* * Smart reflex Class 3 specific implementations * * Author: Thara Gopinath <thara@ti.com> * * Copyright (C) 2010 Texas Instruments, Inc. * Thara Gopinath <thara@ti.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/power/smartreflex.h> #include "soc.h" #include "voltage.h"
static int sr_class3_enable(struct omap_sr *sr) { unsigned long volt = voltdm_get_voltage(sr->voltdm); if (!volt) { pr_warn("%s: Curr voltage unknown. Cannot enable %s\n", __func__, sr->name); return -ENODATA; } omap_vp_enable(sr->voltdm); return sr_enable(sr, volt); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thara Gopinath | 47 | 79.66% | 1 | 20.00% |
Jean Pihet | 10 | 16.95% | 2 | 40.00% |
Joe Perches | 1 | 1.69% | 1 | 20.00% |
Kevin Hilman | 1 | 1.69% | 1 | 20.00% |
Total | 59 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thara Gopinath | 32 | 71.11% | 1 | 25.00% |
Jean Pihet | 8 | 17.78% | 1 | 25.00% |
Nishanth Menon | 4 | 8.89% | 1 | 25.00% |
Kevin Hilman | 1 | 2.22% | 1 | 25.00% |
Total | 45 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thara Gopinath | 14 | 82.35% | 1 | 50.00% |
Jean Pihet | 3 | 17.65% | 1 | 50.00% |
Total | 17 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thara Gopinath | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thara Gopinath | 150 | 80.65% | 1 | 10.00% |
Jean Pihet | 25 | 13.44% | 3 | 30.00% |
Nishanth Menon | 4 | 2.15% | 1 | 10.00% |
Tony Lindgren | 4 | 2.15% | 2 | 20.00% |
Kevin Hilman | 2 | 1.08% | 2 | 20.00% |
Joe Perches | 1 | 0.54% | 1 | 10.00% |
Total | 186 | 100.00% | 10 | 100.00% |