Re: Patch to add mioa701 glue for voltage regulation

From: Mark Brown
Date: Tue Apr 28 2009 - 04:23:21 EST


On Mon, Apr 27, 2009 at 11:11:28PM +0200, Robert Jarzmik wrote:

> +static struct regulator_init_data max1586_v6_info = {
> + .constraints = {
> + .name = "vcc_usim range",
> + .min_uV = 1,
> + .max_uV = 3000000,
> + .always_on = 1,
> + .valid_ops_mask = REGULATOR_CHANGE_VOLTAGE,
> + },
> + .num_consumer_supplies = 0,
> +};

I'd still prefer to omit this for now due to the use of 1uV to mean
disabling the regulator - there are no consumers so it won't make any
practical difference.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/