mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Eduardo Valentin <eduardo.valentin@nokia.com>
Cc: "Hogander Jouni (Nokia-D/Tampere)" <jouni.hogander@nokia.com>,
	"De-Schrijver Peter (Nokia-D/Helsinki)" 
	<Peter.De-Schrijver@nokia.com>,
	"Keski-Saari Juha.1 (EXT-Teleca/Helsinki)" 
	<ext-juha.1.keski-saari@nokia.com>,
	LKML <linux-kernel@vger.kernel.org>,
	lrg@slimlogic.co.uk
Subject: Re: Doubt about Regulator Framework and VBAT use case
Date: Mon, 30 Nov 2009 11:45:15 +0000	[thread overview]
Message-ID: <20091130114515.GB10968@rakim.wolfsonmicro.main> (raw)
In-Reply-To: <20091130104102.GA16608@esdhcp037198.research.nokia.com>

On Mon, Nov 30, 2009 at 12:41:02PM +0200, Eduardo Valentin wrote:

> I'm writing to ask about VBAT use case. What is the expected
> way to use regulator framework in case of rail coming from battery?
> Should it be added to the regulator framework at all?

...

> However, drivers for devices on that rail would require their regulator anyway.
> And I guess the point would be that drivers should not be aware that they are on VBAT
> or any other rail.

I'd add it as a fixed voltage regulator and either not specify the
voltage or specify the nominal voltage.

> - Should drivers fail nicely if a regulator_get fail? And continue even if one fails.
> - Should drivers disable regfw usage completely in the driver if regulator_get doesn't
> give valid regulator ?

These are reasonable approaches if the supply is an optional one that
the device does not need - the driver shouldn't be failing if it doesn't
need to.

> - or Should a fake fixed regulator be added for vbat so drivers can still get a valid
> regulator with regulator_get.

That's the way to do it, yes.

> The last options seams to be the one that does not require much changes on drivers.
> But it will be adding a regulator that does basically nothing in the system.

It's not quite doing nothing, it's mapping out the supply on the board.
Otherwise there's no good way to tell the difference between a supply
not being available because the regulator failed to initialise and the
supply not being available because it's provided by some other invisible 
means.

If the regulator API starts getting a lot of usage on boards that have
primarily fixed regulators we may want to have some support in the core
for automatically faking up supplies if requested by the board but
there's not been much demand for that yet and there's risks.

  parent reply	other threads:[~2009-11-30 11:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-30 10:41 Eduardo Valentin
2009-11-30 10:43 ` Eduardo Valentin
2009-11-30 11:45 ` Mark Brown [this message]
2009-12-02 11:32   ` Högander Jouni
2009-12-02 12:02     ` Mark Brown
2009-12-02 13:55       ` Högander Jouni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091130114515.GB10968@rakim.wolfsonmicro.main \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=Peter.De-Schrijver@nokia.com \
    --cc=eduardo.valentin@nokia.com \
    --cc=ext-juha.1.keski-saari@nokia.com \
    --cc=jouni.hogander@nokia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®