diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 08:50:12 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 08:50:12 -0400 |
commit | bca3523b2283ac6e81e37d56ddebef1786ac6557 (patch) | |
tree | 502051d5631779c30efb9d401d2e29832df85c31 /include/linux/mfd | |
parent | 099c60622417c25b5454061a54cedf5b5132650d (diff) | |
parent | 6290d60656e9f4f5a0071bafa798370ab35978a0 (diff) |
Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-next
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/tps65217.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/include/linux/mfd/tps65217.h b/include/linux/mfd/tps65217.h index 29eab2bd3dfa..a5a7f0130e96 100644 --- a/include/linux/mfd/tps65217.h +++ b/include/linux/mfd/tps65217.h | |||
@@ -244,24 +244,6 @@ struct tps65217_board { | |||
244 | }; | 244 | }; |
245 | 245 | ||
246 | /** | 246 | /** |
247 | * struct tps_info - packages regulator constraints | ||
248 | * @name: Voltage regulator name | ||
249 | * @min_uV: minimum micro volts | ||
250 | * @max_uV: minimum micro volts | ||
251 | * @vsel_to_uv: Function pointer to get voltage from selector | ||
252 | * @uv_to_vsel: Function pointer to get selector from voltage | ||
253 | * | ||
254 | * This data is used to check the regualtor voltage limits while setting. | ||
255 | */ | ||
256 | struct tps_info { | ||
257 | const char *name; | ||
258 | int min_uV; | ||
259 | int max_uV; | ||
260 | int (*vsel_to_uv)(unsigned int vsel); | ||
261 | int (*uv_to_vsel)(int uV, unsigned int *vsel); | ||
262 | }; | ||
263 | |||
264 | /** | ||
265 | * struct tps65217 - tps65217 sub-driver chip access routines | 247 | * struct tps65217 - tps65217 sub-driver chip access routines |
266 | * | 248 | * |
267 | * Device data may be used to access the TPS65217 chip | 249 | * Device data may be used to access the TPS65217 chip |
@@ -273,7 +255,6 @@ struct tps65217 { | |||
273 | unsigned int id; | 255 | unsigned int id; |
274 | struct regulator_desc desc[TPS65217_NUM_REGULATOR]; | 256 | struct regulator_desc desc[TPS65217_NUM_REGULATOR]; |
275 | struct regulator_dev *rdev[TPS65217_NUM_REGULATOR]; | 257 | struct regulator_dev *rdev[TPS65217_NUM_REGULATOR]; |
276 | struct tps_info *info[TPS65217_NUM_REGULATOR]; | ||
277 | struct regmap *regmap; | 258 | struct regmap *regmap; |
278 | }; | 259 | }; |
279 | 260 | ||