Message ID | 20230807124105.3429709-1-yangyingliang@huawei.com |
---|---|
Headers | show |
Series | spi: switch to use modern name (part2) | expand |
On Mon, 07 Aug 2023 20:40:45 +0800, Yang Yingliang wrote: > I'm trying to rename the legacy name to modern name used in SPI drivers, > this is part2 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. All compile test passed. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [01/20] spi: amlogic-spifc-a1: switch to use devm_spi_alloc_host() commit: 40f78b74b6d425115d1df78516d14c35384172e7 [02/20] spi: au1550: switch to use modern name commit: 0c35cc597b211eea2f26eae35904204cbd8e0e94 [03/20] spi: ep93xx: switch to use modern name commit: 24e9b75c0cc3b465cb8f355b2e1b239a54625ae3 [04/20] spi: falcon: switch to use modern name commit: 45d9591105a63fa80d69552ebbd5073c3b16d6bd [05/20] spi: fsi: switch to use spi_alloc_host() commit: d40f10d009d405a82b533633c126be7fcc88b4ce [06/20] spi: fsl-dspi: switch to use modern name commit: 6230d6cad1a70d78f3fe3a0cda2beb1e478c4a40 [07/20] spi: fsl-espi: switch to use modern name commit: a87935899f9c51fc6272c13339fbfd2ccec37d21 [08/20] spi: fsl-lpspi: switch to use modern name commit: 2e2af40b57ad4464eb6c3bffa1fd500551a32c4a [09/20] spi: fsl-qspi: switch to use modern name commit: ec6a79529670bf6bea02ff134d881e165cd085ab [10/20] spi: fsl-spi: switch to use modern name commit: d32382ca5614614df0cbb91a1b7fab9c47bfef9b [11/20] spi: gpio: switch to use modern name commit: 20becf43e8ca3a9ff00ed24e19695347e0a2f0e7 [12/20] spi: gxp: switch to use modern name commit: 6588d43ae8e3046996b315cc6dcb2a7e0c2bb547 [13/20] spi: bcmbca-hsspi: switch to use modern name commit: 3dc6e684b4f3854a867b5745db868d6f60466f7b [14/20] spi: hisi-sfc-v3xx: switch to use modern name commit: f64e6ee3725ec41049a2c724b624e19f87192c7d [15/20] spi: img-spfi: switch to use modern name commit: d6e19216e8167adbd6c44f5e0f8aa127267a8b24 [16/20] spi: imx: switch to use modern name commit: 756d5bf0770662ebf14f0eb274d862be5cf3e044 [17/20] spi: ingenic: switch to use devm_spi_alloc_host() commit: 452edead18d7ba14b018f85f9eda0922a23e7412 [18/20] spi: intel: switch to use modern name commit: 5fa0ade1851f7766e75ebb453ef8d6de089318d4 [19/20] spi: jcore: switch to use modern name commit: 810ee62dd81d05c2305132804c021c2ac406b2b5 [20/20] spi: lantiq: switch to use modern name commit: ea11a8bb79d6c2655d145ec003deb77ab03dcb71 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