From: broonie@kernel.org (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/10] regulator: ab8500: Ensure AB8500 external registers are probed first
Date: Fri, 7 Jun 2013 17:51:24 +0100 [thread overview]
Message-ID: <20130607165124.GY31367@sirena.org.uk> (raw)
In-Reply-To: <1370621488-18130-7-git-send-email-lee.jones@linaro.org>
On Fri, Jun 07, 2013 at 05:11:24PM +0100, Lee Jones wrote:
> This patch changes the order in which the AB8500 regulator drivers are
> registered and subsequently probed. It saves a lot of -EPROBE_DEFEER
> nonsense and bootlog noise, as some AB8500 core regulators depend on
> the external ones for supply voltage.
When CCing maintainers on patches please use the e-mail addresses they
advertise and generally use... applied.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130607/7ff88e15/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Mark Brown <broonie@kernel.org>
To: Lee Jones <lee.jones@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, arnd@arndb.de,
linus.walleij@stericsson.com, srinidhi.kasagar@stericsson.com,
broonie@linaro.org
Subject: Re: [PATCH 06/10] regulator: ab8500: Ensure AB8500 external registers are probed first
Date: Fri, 7 Jun 2013 17:51:24 +0100 [thread overview]
Message-ID: <20130607165124.GY31367@sirena.org.uk> (raw)
In-Reply-To: <1370621488-18130-7-git-send-email-lee.jones@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
On Fri, Jun 07, 2013 at 05:11:24PM +0100, Lee Jones wrote:
> This patch changes the order in which the AB8500 regulator drivers are
> registered and subsequently probed. It saves a lot of -EPROBE_DEFEER
> nonsense and bootlog noise, as some AB8500 core regulators depend on
> the external ones for supply voltage.
When CCing maintainers on patches please use the e-mail addresses they
advertise and generally use... applied.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2013-06-07 16:51 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-07 16:11 [PATCH 00/10] regulator: ab8500-ext: Refactorings Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-07 16:11 ` [PATCH 01/10] ARM: ux500: Add Device Tree nodes for AB8500 External regulators Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-10 15:17 ` Linus Walleij
2013-06-10 15:17 ` Linus Walleij
2013-06-07 16:11 ` [PATCH 02/10] ARM: ux500: Provide a supply name for the AB8500 AUX regulators to use Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-10 15:18 ` Linus Walleij
2013-06-10 15:18 ` Linus Walleij
2013-06-07 16:11 ` [PATCH 03/10] ARM: ux500: Supply external regulator names for Snowball's DT Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-07 16:11 ` [PATCH 04/10] ARM: ux500: Provide the supply regulator through consumers Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-07 16:11 ` [PATCH 05/10] mfd: ab8500-core: Add AB8500 external regulators as MFD devices Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-07 16:11 ` [PATCH 06/10] regulator: ab8500: Ensure AB8500 external registers are probed first Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-07 16:51 ` Mark Brown [this message]
2013-06-07 16:51 ` Mark Brown
2013-06-07 16:11 ` [PATCH 07/10] regulator: ab8500-ext: Provide a set_voltage call-back operation Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-07 16:52 ` Mark Brown
2013-06-07 16:52 ` Mark Brown
2013-06-07 16:11 ` [PATCH 08/10] regulator: ab8500-ext: Register as a device in its own right Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-11 11:50 ` Mark Brown
2013-06-11 11:50 ` Mark Brown
2013-06-07 16:11 ` [PATCH 09/10] regulator: ab8500-ext: Enable for Device Tree Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-11 11:52 ` Mark Brown
2013-06-11 11:52 ` Mark Brown
2013-06-07 16:11 ` [PATCH 10/10] regulator: ab8500: Provide supply names for the AUX regulators Lee Jones
2013-06-07 16:11 ` Lee Jones
2013-06-10 14:35 ` [PATCH 00/10] regulator: ab8500-ext: Refactorings Linus Walleij
2013-06-10 14:35 ` Linus Walleij
2013-06-10 15:12 ` Lee Jones
2013-06-10 15:12 ` Lee Jones
2013-06-10 15:25 ` Mark Brown
2013-06-10 15:25 ` Mark Brown
2013-06-10 15:46 ` Lee Jones
2013-06-10 15:46 ` Lee Jones
2013-06-10 16:25 ` Mark Brown
2013-06-10 16:25 ` 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=20130607165124.GY31367@sirena.org.uk \
--to=broonie@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.