-----Original Message-----Where tps65090_ext_control_ops are used?
From: Laxman Dewangan
Sent: Saturday, October 06, 2012 8:48 PM
To: broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx; lrg@xxxxxx;
sameo@xxxxxxxxxxxxxxx
Cc: Venu Byravarasu; axel.lin@xxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
Laxman Dewangan
Subject: [PATCH 5/5] regulator: tps65090: add external control support for
DCDC
static int tps65090_voltage_get_voltage(struct regulator_dev *rdev)
{
struct tps65090_regulator *ri = rdev_get_drvdata(rdev);
@@ -54,12 +67,17 @@ static int tps65090_voltage_list_voltage(struct
regulator_dev *rdev,
return ri->microvolts;
}
-static struct regulator_ops tps65090_ops = {
+static struct regulator_ops tps65090_ext_control_ops = {