mbox series

[-next,0/3] spi: atmel: switch to use modern name

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

Message

Yang Yingliang Jan. 10, 2023, 1:18 p.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 (3):
  spi: atmel: switch to use modern name
  spi: at91-usart: switch to use modern name
  spi: atmel-quadspi: switch to use modern name

 drivers/spi/atmel-quadspi.c  |   8 +-
 drivers/spi/spi-at91-usart.c |  40 +++---
 drivers/spi/spi-atmel.c      | 254 +++++++++++++++++------------------
 3 files changed, 151 insertions(+), 151 deletions(-)

Comments

Mark Brown Jan. 23, 2023, 5:35 p.m. UTC | #1
On Tue, 10 Jan 2023 21:18:02 +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 (3):
>   spi: atmel: switch to use modern name
>   spi: at91-usart: switch to use modern name
>   spi: atmel-quadspi: switch to use modern name
> 
> [...]

Applied to

   broonie/spi.git for-next

Thanks!

[1/3] spi: atmel: switch to use modern name
      commit: b94a26d95cb2790ab62d4c27a6383eeb3d2ddab0
[2/3] spi: at91-usart: switch to use modern name
      commit: 747d4e2c5f0e0469ad6055849f99516ca4b03e82
[3/3] spi: atmel-quadspi: switch to use modern name
      commit: ccbc6554ed66dc37778b8ed823bcaaabfb1731cf

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