From 122f2d61307b9da723f0b558a790058f63135746 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Sun, 3 Jun 2012 22:46:14 +0800 Subject: [PATCH] --- yaml --- r: 312509 b: refs/heads/master c: 2e3f7f26e1323fb302921c4575a499710636d531 h: refs/heads/master i: 312507: 5aa67518a073e2fa6dab3872f3b2ac18c790b06d v: v3 --- [refs] | 2 +- trunk/drivers/regulator/max77686.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 19f61d8b629c..191dd54524cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fcbb71f6f8084b74fef54e40c9e515105ccc4e6e +refs/heads/master: 2e3f7f26e1323fb302921c4575a499710636d531 diff --git a/trunk/drivers/regulator/max77686.c b/trunk/drivers/regulator/max77686.c index 70046f8032fd..4e9f4f3f062b 100644 --- a/trunk/drivers/regulator/max77686.c +++ b/trunk/drivers/regulator/max77686.c @@ -90,6 +90,7 @@ static int max77686_set_voltage_time_sel(struct regulator_dev *rdev, static struct regulator_ops max77686_ops = { .list_voltage = regulator_list_voltage_linear, + .map_voltage = regulator_map_voltage_linear, .is_enabled = regulator_is_enabled_regmap, .enable = regulator_enable_regmap, .disable = regulator_disable_regmap, @@ -100,6 +101,7 @@ static struct regulator_ops max77686_ops = { static struct regulator_ops max77686_buck_dvs_ops = { .list_voltage = regulator_list_voltage_linear, + .map_voltage = regulator_map_voltage_linear, .is_enabled = regulator_is_enabled_regmap, .enable = regulator_enable_regmap, .disable = regulator_disable_regmap,