All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: linux-spi@vger.kernel.org, Yang Yingliang <yangyingliang@huawei.com>
Cc: geert@linux-m68k.org, lukas@wunner.de
Subject: Re: [PATCH -next 00/26] spi: switch to use modern name (part5)
Date: Tue, 12 Dec 2023 15:46:40 +0000	[thread overview]
Message-ID: <170239600077.81606.3314413555263764870.b4-ty@kernel.org> (raw)
In-Reply-To: <20231128093031.3707034-1-yangyingliang@huawei.com>

On Tue, 28 Nov 2023 17:30:05 +0800, Yang Yingliang wrote:
> I'm trying to rename the legacy name to modern name used in SPI drivers,
> this is part5 patchset.
> 
> After introducing devm_spi_alloc_host/spi_alloc_host(), the legacy
> named function devm_spi_alloc_master/spi_alloc_master() can be replaced.
> And also change other legacy name master/slave to modern name host/target
> or controller. Each patch compile test passed.
> 
> [...]

Applied to

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

Thanks!

[01/26] spi: sprd-adi: switch to use spi_alloc_host()
        commit: 0a3d087d09a8f52c02d0014bad63be99c53c4812
[02/26] spi: sprd: switch to use modern name
        commit: 8c53784757b7fb2bf75e36ae5356628a8baeffd9
[03/26] spi: st-ssc4: switch to use modern name
        commit: e6b7e64cb11966b26646a362677ca5a08481157e
[04/26] spi: stm32-qspi: switch to use modern name
        commit: d9ea4bcf244d936d74a5993ae1f778f8cb9a479b
[05/26] spi: stm32: switch to use modern name
        commit: a5c1fa1318ee72b9809f105207570ef55c7992d9
[06/26] spi: sun4i: switch to use modern name
        commit: 6d232cc8a7e59af0c083319827541966a68817a0
[07/26] spi: sun6i: switch to use modern name
        commit: 9f55bb79893a9dc75982372bee1307bdce48976b
[08/26] spi: sunplus-sp7021: switch to use modern name
        commit: 90bbb007a06aa7b0f428a89531dec064ec584d8a
[09/26] spi: synquacer: switch to use modern name
        commit: 3524d1b727a66712f02f92807219a3650e5cf910
[10/26] spi: geni-qcom: switch to use modern name
        commit: 8726bdcef62eac46c80830e6154c442fbca6d928
[11/26] spi: tegra114: switch to use modern name
        commit: fe2e1c2225986b49988189ecd42dc233c10f237f
[12/26] spi: tegra20-sflash: switch to use modern name
        commit: 5ee8cd26d8ebd889c270a6851824b7aeec38f3a8
[13/26] spi: tegra20-slink: switch to use modern name
        commit: db34aad4d61b0034c896a7abb481b32fcdcd8332
[14/26] spi: tegra210-quad: switch to use modern name
        commit: 767e45324bf8fbbaa5463a692ad697226425d28b
[15/26] spi: spi-ti-qspi: switch to use modern name
        commit: 9d93c8d97b4cdb5edddb4c5530881c90eecb7e44
[16/26] spi: wpcm-fiu: switch to use devm_spi_alloc_host()
        commit: d1d8b09d0a0a86fb785dbb0d69765fb98dde429c
[17/26] spi: topcliff-pch: switch to use modern name
        commit: 40daed14705ee76b35717ffedc80a7f281023bca
[18/26] spi: uniphier: switch to use modern name
        commit: 4c2ee0991013ca8a32bb093a017d460204790112
[19/26] spi: xcomm: switch to use modern name
        commit: 4e4856e721041fb6e7386369433a4850b34dde1e
[20/26] spi: xilinx: switch to use modern name
        commit: 709b785a377c06535a98663a227fa82f61b08aec
[21/26] spi: xlp: switch to use modern name
        commit: 1633ffd290c77eb6e2c5500a25faf9fc2640b0d1
[22/26] spi: xtensa-xtfpga: switch to use modern name
        commit: 061851a0cc5dae1a992edd4d573a7dc514bb7fbe
[23/26] spi: zynq-qspi: switch to use modern name
        commit: 178ebb0c505b0a35edb4fb2a0e23a1f29e1db14d
[24/26] spi: zynqmp-gqspi: switch to use modern name
        commit: ca6f114372ae4d05387f0ccb5d4b2b1320bf22b3
[25/26] spi: cs42l43: switch to use devm_spi_alloc_host()
        commit: a23271718e767e8b701693b140fcc021a4e90b1b
[26/26] spi: ljca: switch to use devm_spi_alloc_host()
        commit: 4ac9ed81aaaab128b98855cd6005a52fa65dd4da

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:[~2023-12-12 15:46 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28  9:30 [PATCH -next 00/26] spi: switch to use modern name (part5) Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 01/26] spi: sprd-adi: switch to use spi_alloc_host() Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 02/26] spi: sprd: switch to use modern name Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 03/26] spi: st-ssc4: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 04/26] spi: stm32-qspi: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 05/26] spi: stm32: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 06/26] spi: sun4i: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 07/26] spi: sun6i: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 08/26] spi: sunplus-sp7021: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 09/26] spi: synquacer: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 10/26] spi: geni-qcom: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 11/26] spi: tegra114: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 12/26] spi: tegra20-sflash: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 13/26] spi: tegra20-slink: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 14/26] spi: tegra210-quad: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 15/26] spi: spi-ti-qspi: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 16/26] spi: wpcm-fiu: switch to use devm_spi_alloc_host() Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 17/26] spi: topcliff-pch: switch to use modern name Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 18/26] spi: uniphier: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 19/26] spi: xcomm: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 20/26] spi: xilinx: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 21/26] spi: xlp: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 22/26] spi: xtensa-xtfpga: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 23/26] spi: zynq-qspi: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 24/26] spi: zynqmp-gqspi: " Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 25/26] spi: cs42l43: switch to use devm_spi_alloc_host() Yang Yingliang
2023-11-28  9:30 ` [PATCH -next 26/26] spi: ljca: " Yang Yingliang
2023-12-12 15:46 ` 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=170239600077.81606.3314413555263764870.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=yangyingliang@huawei.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 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.