mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Pingbo Wen <pingbo.wen@linaro.org>
Cc: linux-kernel@vger.kernel.org, lgirdwood@gmail.com,
	Serge Broslavsky <serge.broslavsky@linaro.org>,
	Vincent Guittot <vincent.guittot@linaro.org>
Subject: Re: [RFC] shared regulator initialization and protection
Date: Tue, 12 Apr 2016 04:48:04 +0100	[thread overview]
Message-ID: <20160412034804.GT3351@sirena.org.uk> (raw)
In-Reply-To: <5F710397-FBBA-40DE-B753-C03B9C7FF229@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 2460 bytes --]

On Tue, Apr 12, 2016 at 10:44:11AM +0800, Pingbo Wen wrote:

Please fix your mail client to word wrap within paragraphs at something
substantially less than 80 columns.  Doing this makes your messages much
easier to read and reply to.

> Those day, I get some fuzz idea in a proxy-consumer regulator driver
> [1] from Qcom kernel tree. The driver is simple, that let some
> critical regulator, which specified in DT tree, initializing in a
> pre-defined state, and hold a regulator consumer during system boot,
> to provide some protection between multi-consumers.

> And I think this driver is a hint that our upstream code lack of some
> regulator intialization and protection. We already have some regulator

Given how poorly most of the Qualcom code uses the regulator API I'd
take anything they've got out of tree with a pinch of salt.  At best
this looks like a hack for some system specific issues but since it's
just some undocumented code it's hard to tell.

> If a regulator only used by one consumer, current code will work fine.
> But for the regulator which shared between multi-consumers, we can not
> make sure that the regulator will work in a defined-state, during
> system boot, since the device driver can probe in any order, and set
> some conflict attributes.

What is the actual problem here?  Every driver is responsible for
ensuring that regulators are in a good state before it starts using the
hardware, if some other device did something before why do we care?

> Currently, I didn’t have much solution for this problem, but I’m work
> on that. The simplest solution is to create an agent regulator driver
> to do the first ‘regulator_get’, just like Qcom proxy consumer driver.
> Or we define a master device of a regulator, only the master device
> can set the regulator attributes, other device can only do the enable
> operation.

If there are constraints they need to be set in the constraints.  If
drivers need to cooperate then they need to arrange to cooperate
including handling the case where some of them aren't loaded.

Anything based on doing things at initcall levels is fundamentally
broken, as soon as things are built modular like most things in a distro
kernel then it'll stop working.  If the system integrator needs some
devices to start early to provide continuity (the main case here is
display) they need to deal with that at the system integration level.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  parent reply	other threads:[~2016-04-12  3:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <5F710397-FBBA-40DE-B753-C03B9C7FF229@linaro.org>
2016-04-12  2:54 ` Pingbo Wen
2016-04-12  3:48 ` Mark Brown [this message]
2016-04-18  7:26   ` Pingbo Wen
2016-04-18  9:46     ` Mark Brown

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=20160412034804.GT3351@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pingbo.wen@linaro.org \
    --cc=serge.broslavsky@linaro.org \
    --cc=vincent.guittot@linaro.org \
    /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®