Re: [PATCH 2/2] regulator: Add WM8400 regulator support

From: Liam Girdwood
Date: Wed Sep 10 2008 - 14:39:47 EST


On Wed, 2008-09-10 at 19:28 +0100, Mark Brown wrote:
> The WM8400 provides two programmable DCDC step-down (buck) convertors
> and four low-dropout (LDO) regulators. This driver provides support for
> runtime managment of these in the standard regulator API.
>
> Support for configuration of the suspend and hibernate mode behaviour
> of the regulators is not yet included.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---

snip

> +
> +static unsigned int wm8400_dcdc_get_optimum_mode(struct regulator_dev *dev,
> + int input_uV, int output_uV,
> + int load_uA)
> +{
> + return REGULATOR_MODE_IDLE;
> +}
> +

This should return NORMAL by default. Probably best to add a lookup
table for IDLE & STANDBY if supported.

Cheers

Liam

--
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/