From: Mark Brown <broonie@debian.org>
To: "Steinar H. Gunderson" <sgunderson@bigfoot.com>
Cc: linux-samsung-soc@vger.kernel.org, 823552@bugs.debian.org
Subject: Re: Endless "supply vcc not found, using dummy regulator"
Date: Mon, 23 May 2016 17:24:55 +0100 [thread overview]
Message-ID: <20160523162455.GW8206@sirena.org.uk> (raw)
In-Reply-To: <20160523144047.GA36908@sesse.net>
[-- Attachment #1: Type: text/plain, Size: 1987 bytes --]
On Mon, May 23, 2016 at 04:40:47PM +0200, Steinar H. Gunderson wrote:
> On Mon, May 23, 2016 at 03:47:37PM +0200, Steinar H. Gunderson wrote:
> > In this case, it's not just an annoyance, though; they're so many that they
> > keep the system from booting unless loglevel is turned down. Cc-ing Mark in
> > case he has any insights (I hope I have the right email address).
But nobody who works on probe deferral or made any of the suggestions I
mentioned in the message you linked to, nor anyone who works on the
driver you've identified a bug in... :(
> > I don't understand entirely why it tries 2000+ times before it succeeds
> Now I do; the initramfs doesn't include i2c-exynos5, and before that is
> loaded, s2mps11 (the regulator) can't come up either.
> So fixing initramfs-tools to include the driver will seemingly fix (or maybe
> more work around) the huge amounts of spam, but this is still a larger issue
> that needs resolving.
Not really, the issue you're seeing is just a plain resource leak in the
driver that happens to blow up worse than normal in your particular
configuration. This isn't even something related to probe deferral at
the regulator level, the core is complaining that your system
description is buggy as it has omitted some of the supplies for the
device (notice how it says "using dummy regulator"...). This is
happening a lot as the DWC3 driver is leaking, it is happening at all
because when the Exynos DWC3 integration creates it PHYs it doesn't map
the supplies through to them (it should be registering a supply alias to
do this).
The patch you linked to was for a completely different error message
which is at least related to probe deferral, though fundamentally unless
we just stop printing diagnostics (which is getting more and more
tempting to be honest) I'm not sure anything is going to fully resolve
leaks like this, the best chance you've got is something that explicitly
looks at the dependencies like Raphael was proposing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2016-05-23 16:25 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20160515173900.GC21194@sesse.net>
2016-05-21 14:43 ` Endless "supply vcc not found, using dummy regulator" Steinar H. Gunderson
2016-05-23 13:47 ` Steinar H. Gunderson
2016-05-23 14:40 ` Steinar H. Gunderson
2016-05-23 16:24 ` Mark Brown [this message]
2016-05-23 17:06 ` Steinar H. Gunderson
2016-05-23 17:46 ` Steinar H. Gunderson
2016-05-23 18:56 ` Mark Brown
2016-05-23 18:44 ` Mark Brown
2016-05-24 15:06 ` Krzysztof Kozlowski
2016-05-24 15:26 ` Steinar H. Gunderson
2016-05-24 15:45 ` Mark Brown
2016-05-24 15:53 ` Krzysztof Kozlowski
2016-05-24 16:44 ` Steinar H. Gunderson
[not found] ` <574478FE.4070800-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-05-24 19:24 ` [PATCH] " Steinar H. Gunderson
2016-05-24 18:13 ` [PATCH] dwc3-exynos: Fix deferred probing storm Steinar H. Gunderson
2016-05-25 7:54 ` Krzysztof Kozlowski
2016-05-27 9:53 ` Vivek Gautam
2016-05-27 11:46 ` Steinar H. Gunderson
2016-05-27 13:13 ` Krzysztof Kozlowski
[not found] ` <5748480D.8000501-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-05-27 13:12 ` Felipe Balbi
[not found] ` <87bn3rprtw.fsf-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-05-27 13:25 ` Steinar H. Gunderson
2016-05-27 13:26 ` Felipe Balbi
2016-05-30 17:46 ` Steinar H. Gunderson
2016-05-24 18:13 ` [PATCH v2] " Steinar H. Gunderson
2016-05-25 12:16 ` [PATCH] Re: Endless "supply vcc not found, using dummy regulator" Anand Moon
2016-05-25 17:52 ` Steinar H. Gunderson
2016-05-26 12:57 ` Steinar H. Gunderson
[not found] ` <20160526125757.GA23797-gdzBep0Ce9heoWH0uzbU5w@public.gmane.org>
2016-05-27 9:32 ` Vivek Gautam
[not found] ` <CAFp+6iE_QW0BDO-Z1Ce5zrUJiToWD_8UtnCFnfKLeaYyys7U8A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-27 9:39 ` Steinar H. Gunderson
[not found] ` <20160527093919.GA34987-gdzBep0Ce9heoWH0uzbU5w@public.gmane.org>
2016-05-27 9:43 ` Vivek Gautam
2016-05-24 15:39 ` 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=20160523162455.GW8206@sirena.org.uk \
--to=broonie@debian.org \
--cc=823552@bugs.debian.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=sgunderson@bigfoot.com \
/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