mbox series

[-next,00/21] spi: switch to use modern name

Message ID 20230728093221.3312026-1-yangyingliang@huawei.com
Headers show
Series spi: switch to use modern name | expand

Message

Yang Yingliang July 28, 2023, 9:32 a.m. UTC
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.

Yang Yingliang (21):
  spi: amd: switch to use modern name
  spi: aspeed: switch to use modern name
  spi: spi-axi-spi-engine: switch to use modern name
  spi: bcm-qspi: switch to use modern name
  spi: bcm2835: switch to use modern name
  spi: bcm2835aux: switch to use modern name
  spi: bcm63xx-hsspi: switch to use modern name
  spi: bcm63xx: switch to use modern name
  spi: butterfly: switch to use modern name
  spi: cadence-quadspi: switch to use modern name
  spi: cadence-xspi: switch to use modern name
  spi: cadence: switch to use modern name
  spi: clps711x: switch to use modern name
  spi: octeon: switch to use modern name
  spi: spi-cavium-thunderx: switch to use modern name
  spi: coldfire-qspi: switch to use modern name
  spi: davinci: switch to use modern name
  spi: dln2: switch to use modern name
  spi: dw: switch to use modern name
  spi: hisi-kunpeng: switch to use modern name
  spi: npcm-fiu: switch to use modern name

 drivers/spi/spi-amd.c             |  50 ++++++-------
 drivers/spi/spi-aspeed-smc.c      |  14 ++--
 drivers/spi/spi-axi-spi-engine.c  |  58 ++++++++--------
 drivers/spi/spi-bcm-qspi.c        |  64 ++++++++---------
 drivers/spi/spi-bcm2835.c         | 112 +++++++++++++++---------------
 drivers/spi/spi-bcm2835aux.c      |  84 +++++++++++-----------
 drivers/spi/spi-bcm63xx-hsspi.c   |  86 +++++++++++------------
 drivers/spi/spi-bcm63xx.c         |  68 +++++++++---------
 drivers/spi/spi-butterfly.c       |  18 ++---
 drivers/spi/spi-cadence-quadspi.c |  44 ++++++------
 drivers/spi/spi-cadence-xspi.c    |  30 ++++----
 drivers/spi/spi-cadence.c         |  70 +++++++++----------
 drivers/spi/spi-cavium-octeon.c   |  32 ++++-----
 drivers/spi/spi-cavium-thunderx.c |  32 ++++-----
 drivers/spi/spi-clps711x.c        |  42 +++++------
 drivers/spi/spi-coldfire-qspi.c   |  66 +++++++++---------
 drivers/spi/spi-davinci.c         |  76 ++++++++++----------
 drivers/spi/spi-dln2.c            |  94 ++++++++++++-------------
 drivers/spi/spi-dw-core.c         | 112 +++++++++++++++---------------
 drivers/spi/spi-dw-dma.c          |  22 +++---
 drivers/spi/spi-dw-mmio.c         |  10 +--
 drivers/spi/spi-dw.h              |   4 +-
 drivers/spi/spi-hisi-kunpeng.c    |  84 +++++++++++-----------
 drivers/spi/spi-npcm-fiu.c        |  20 +++---
 24 files changed, 646 insertions(+), 646 deletions(-)

Comments

Mark Brown Aug. 7, 2023, 9:57 p.m. UTC | #1
On Fri, 28 Jul 2023 17:32:00 +0800, Yang Yingliang wrote:
> 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.
> 
> Yang Yingliang (21):
>   spi: amd: switch to use modern name
>   spi: aspeed: switch to use modern name
>   spi: spi-axi-spi-engine: switch to use modern name
>   spi: bcm-qspi: switch to use modern name
>   spi: bcm2835: switch to use modern name
>   spi: bcm2835aux: switch to use modern name
>   spi: bcm63xx-hsspi: switch to use modern name
>   spi: bcm63xx: switch to use modern name
>   spi: butterfly: switch to use modern name
>   spi: cadence-quadspi: switch to use modern name
>   spi: cadence-xspi: switch to use modern name
>   spi: cadence: switch to use modern name
>   spi: clps711x: switch to use modern name
>   spi: octeon: switch to use modern name
>   spi: spi-cavium-thunderx: switch to use modern name
>   spi: coldfire-qspi: switch to use modern name
>   spi: davinci: switch to use modern name
>   spi: dln2: switch to use modern name
>   spi: dw: switch to use modern name
>   spi: hisi-kunpeng: switch to use modern name
>   spi: npcm-fiu: switch to use modern name
> 
> [...]

Applied to

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

Thanks!

[01/21] spi: amd: switch to use modern name
        commit: e9759d403baaeda9ea4d61d64c3151e214561217
[02/21] spi: aspeed: switch to use modern name
        commit: 21ac58f59125f1c45fdd3791cbc5cc3683514564
[03/21] spi: spi-axi-spi-engine: switch to use modern name
        commit: 9d5920b37ab4a970f658a6a30b54cc6d6a7d2d3d
[04/21] spi: bcm-qspi: switch to use modern name
        commit: ec271c04ae93b8b5ec392f9aa1cb062714157a7b
[05/21] spi: bcm2835: switch to use modern name
        commit: 00be843bc1c3c77574f566ef78b1b7ec1ef92be5
[06/21] spi: bcm2835aux: switch to use modern name
        commit: 901fcd0740df2f907d56709e208325088265c662
[07/21] spi: bcm63xx-hsspi: switch to use modern name
        commit: 2c40be6bc95bd2b9681b4acc434feda05b16eb00
[08/21] spi: bcm63xx: switch to use modern name
        commit: 1a9e76190f72e4e3aaf7eb89da22876846ff9b3d
[09/21] spi: butterfly: switch to use modern name
        commit: 5a59b9a1070da555f44e81d09e3d096694deb1c0
[10/21] spi: cadence-quadspi: switch to use modern name
        commit: 1c75d749b5ebd2352cc72ed33d4fb522c624d974
[11/21] spi: cadence-xspi: switch to use modern name
        commit: ec7cfadff25c1177dadeb1b2fef29f14d530f0df
[12/21] spi: cadence: switch to use modern name
        commit: f75c04a99100b27749bf0d13b96e4fe0cbda6e87
[13/21] spi: clps711x: switch to use modern name
        commit: 1baba77b1f2c6143866463e11749d8dd4c544181
[14/21] spi: octeon: switch to use modern name
        commit: d2a44ae8d2cf9142f5555a2007cb370dc0a2efa5
[15/21] spi: spi-cavium-thunderx: switch to use modern name
        commit: 556aca5be04c83c25ff4e96f53cb82b44cd7f8ff
[16/21] spi: coldfire-qspi: switch to use modern name
        commit: cd9fdf5ae81c01d7d927bb090e25419e9f5165f1
[17/21] spi: davinci: switch to use modern name
        commit: ad5602ba3113b99318a726d6452228b0ce137804
[18/21] spi: dln2: switch to use modern name
        commit: 5ab7a7e37d2fe73465f521155672ccd3b138c35a
[19/21] spi: dw: switch to use modern name
        commit: eefc6c5c2451126c27f4098536d659d07635a1b1
[20/21] spi: hisi-kunpeng: switch to use modern name
        commit: 9f5890466e93a7392c618e50de53cdd3a0dd1fd5
[21/21] spi: npcm-fiu: switch to use modern name
        commit: 1f6c80a74cd4686b5b0b9aed55d7195009c96330

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