[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080910194048.GB26985@rakim.wolfsonmicro.main>
Date: Wed, 10 Sep 2008 20:40:48 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Liam Girdwood <lrg@...nel.org>
Cc: Samuel Ortiz <sameo@...nedhand.com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] regulator: Add WM8400 regulator support
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists