linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Jisheng Zhang <Jisheng.Zhang@synaptics.com>,
	Icenowy Zheng <icenowy@aosc.io>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Andy Gross <agross@kernel.org>,
	Support Opensource <support.opensource@diasemi.com>,
	Alexandre Torgue <alexandre.torgue@st.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n
Date: Fri, 21 Aug 2020 17:40:13 +0100	[thread overview]
Message-ID: <159802800846.25815.3400807374016781922.b4-ty@kernel.org> (raw)
In-Reply-To: <20200821111135.0b958d3a@xhacker.debian>

On Fri, 21 Aug 2020 11:11:35 +0800, Jisheng Zhang wrote:
> Fixing W=1 build warning when no support for device tree is there.
> 
> Since v1:
>   - fix the warning with __maybe_unused instead of CONFIG_OF macro
>   - add 3 more patches to fix the same issue
> 
> Jisheng Zhang (15):
>   regulator: 88pg86x: Fix W=1 build warning when CONFIG_OF=n
>   regulator: da9210: Fix W=1 build warning when CONFIG_OF=n
>   regulator: fan53555: Fix W=1 build warning when CONFIG_OF=n
>   regulator: fixed: Fix W=1 build warnings when CONFIG_OF=n
>   regulator: ltc3589: Fix W=1 build warning when CONFIG_OF=n
>   regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=n
>   regulator: max1586: Fix W=1 build warning when CONFIG_OF=n
>   regulator: max77826: Fix W=1 build warning when CONFIG_OF=n
>   regulator: pwm: Fix W=1 build warning when CONFIG_OF=n
>   regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=n
>   regulator: stm32-vrefbuf: Fix W=1 build warning when CONFIG_OF=n
>   regulator: sy8106a: Fix W=1 build warning when CONFIG_OF=n
>   regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=n
>   regulator: stm32-booster: Fix W=1 build warning when CONFIG_OF=n
>   regulator: tps65023: Fix W=1 build warning when CONFIG_OF=n
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[01/15] regulator: 88pg86x: Fix W=1 build warning when CONFIG_OF=n
        commit: e11e068ccbdb038e21e24ad2ee0157c902e3c9fc
[02/15] regulator: da9210: Fix W=1 build warning when CONFIG_OF=n
        commit: 2d2a84ae30a3bda57a22b283c55be8e9e6fd158b
[03/15] regulator: fan53555: Fix W=1 build warning when CONFIG_OF=n
        commit: 5e97d7e809a1fd8a2401429df13e0410b77d2142
[04/15] regulator: fixed: Fix W=1 build warnings when CONFIG_OF=n
        commit: 0f037255008386f4ac15a201678e8e4565cd91a3
[05/15] regulator: ltc3589: Fix W=1 build warning when CONFIG_OF=n
        commit: 8ece31564f1964d52eb1180ee33314c63533947e
[06/15] regulator: ltc3676: Fix W=1 build warning when CONFIG_OF=n
        commit: 1d4c1e02b96ea579f68412980ee1fe5f2ce57d8c
[07/15] regulator: max1586: Fix W=1 build warning when CONFIG_OF=n
        commit: 44bc5d168dc209bddafb3269f72a74c3cbb0d820
[08/15] regulator: max77826: Fix W=1 build warning when CONFIG_OF=n
        commit: 7bf0a29c354fc1855dc478916211b5194bab4393
[09/15] regulator: pwm: Fix W=1 build warning when CONFIG_OF=n
        commit: dc8c5ea3574e08e3c7105bbba5af5bb9c055903b
[10/15] regulator: stm32-pwr: Fix W=1 build warning when CONFIG_OF=n
        commit: a94a11ce0d5235e53bb74d54bbd5399c23abfd87
[11/15] regulator: stm32-vrefbuf: Fix W=1 build warning when CONFIG_OF=n
        commit: d5579e7a2c6aa49a183440eb4e199f4a71543762
[12/15] regulator: sy8106a: Fix W=1 build warning when CONFIG_OF=n
        commit: bbe26107204eb64e7be1b3433e8b2252edc0b375
[13/15] regulator: qcom-rpmh: Fix W=1 build warning when CONFIG_OF=n
        commit: a2508eeb8dbdf621518f8c3538d3adcb6960619c
[14/15] regulator: stm32-booster: Fix W=1 build warning when CONFIG_OF=n
        commit: b461ac1cc6c0a0bc4a788d5d65cfd82e5f3bd856
[15/15] regulator: tps65023: Fix W=1 build warning when CONFIG_OF=n
        commit: 8536bf811dd7a25d90d9128f9db98b5ed8e5bd5c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

      parent reply	other threads:[~2020-08-21 16:42 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21  3:11 [PATCH v2 00/15] regulator: Fix W=1 build warning when CONFIG_OF=n Jisheng Zhang
2020-08-21  3:12 ` [PATCH v2 01/15] regulator: 88pg86x: " Jisheng Zhang
2020-08-21  3:12 ` [PATCH v2 02/15] regulator: da9210: " Jisheng Zhang
2020-08-21  8:56   ` Adam Thomson
2020-08-21  3:13 ` [PATCH v2 03/15] regulator: fan53555: " Jisheng Zhang
2020-08-21  3:14 ` [PATCH v2 04/15] regulator: fixed: Fix W=1 build warnings " Jisheng Zhang
2020-08-21  3:14 ` [PATCH v2 05/15] regulator: ltc3589: Fix W=1 build warning " Jisheng Zhang
2020-08-21  3:15 ` [PATCH v2 06/15] regulator: ltc3676: " Jisheng Zhang
2020-08-21  3:16 ` [PATCH v2 07/15] regulator: max1586: " Jisheng Zhang
2020-08-21  3:16 ` [PATCH v2 08/15] regulator: max77826: " Jisheng Zhang
2020-08-21  3:16 ` [PATCH v2 09/15] regulator: pwm: " Jisheng Zhang
2020-08-21  3:17 ` [PATCH v2 10/15] regulator: stm32-pwr: " Jisheng Zhang
2020-08-21  3:17 ` [PATCH v2 11/15] regulator: stm32-vrefbuf: " Jisheng Zhang
2020-08-21  8:05   ` Fabrice Gasnier
2020-08-21  3:18 ` [PATCH v2 12/15] regulator: sy8106a: " Jisheng Zhang
2020-08-21  3:19 ` [PATCH v2 13/15] regulator: qcom-rpmh: " Jisheng Zhang
2020-08-21  3:19 ` [PATCH v2 14/15] regulator: stm32-booster: " Jisheng Zhang
2020-08-21  8:06   ` Fabrice Gasnier
2020-08-21  3:20 ` [PATCH v2 15/15] regulator: tps65023: " Jisheng Zhang
2020-08-21 16:40 ` Mark Brown [this message]

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=159802800846.25815.3400807374016781922.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=Jisheng.Zhang@synaptics.com \
    --cc=agross@kernel.org \
    --cc=alexandre.torgue@st.com \
    --cc=bjorn.andersson@linaro.org \
    --cc=icenowy@aosc.io \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=support.opensource@diasemi.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;
as well as URLs for NNTP newsgroup(s).