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

From: Mark Brown
Date: Wed Sep 10 2008 - 15:40:58 EST


On Wed, Sep 10, 2008 at 07:39:28PM +0100, Liam Girdwood wrote:

> > +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.

Yeah, I've changed it to NORMAL for now. I'll add the lookup table in a
followup patch later along with things like support for configuring the
suspend modes of the device if that's OK?
--
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/