pfuze100-regulator.c (40839bff8b2c4ae844225e0579fd8b7f1452e0ae) pfuze100-regulator.c (2e04cc41a6d7a561568f3802b61d0987f1ec7e9a)
1/*
2 * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

--- 130 unchanged lines hidden (view full) ---

139 .set_voltage_sel = regulator_set_voltage_sel_regmap,
140 .get_voltage_sel = regulator_get_voltage_sel_regmap,
141 .set_voltage_time_sel = regulator_set_voltage_time_sel,
142 .set_ramp_delay = pfuze100_set_ramp_delay,
143};
144
145static struct regulator_ops pfuze100_swb_regulator_ops = {
146 .list_voltage = regulator_list_voltage_table,
1/*
2 * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *

--- 130 unchanged lines hidden (view full) ---

139 .set_voltage_sel = regulator_set_voltage_sel_regmap,
140 .get_voltage_sel = regulator_get_voltage_sel_regmap,
141 .set_voltage_time_sel = regulator_set_voltage_time_sel,
142 .set_ramp_delay = pfuze100_set_ramp_delay,
143};
144
145static struct regulator_ops pfuze100_swb_regulator_ops = {
146 .list_voltage = regulator_list_voltage_table,
147 .map_voltage = regulator_map_voltage_ascend,
147 .set_voltage_sel = regulator_set_voltage_sel_regmap,
148 .get_voltage_sel = regulator_get_voltage_sel_regmap,
149
150};
151
152#define PFUZE100_FIXED_REG(_name, base, voltage) \
153 [PFUZE100_ ## _name] = { \
154 .desc = { \

--- 301 unchanged lines hidden ---
148 .set_voltage_sel = regulator_set_voltage_sel_regmap,
149 .get_voltage_sel = regulator_get_voltage_sel_regmap,
150
151};
152
153#define PFUZE100_FIXED_REG(_name, base, voltage) \
154 [PFUZE100_ ## _name] = { \
155 .desc = { \

--- 301 unchanged lines hidden ---