mbox series

[-next,0/7] spi: replace and remove spi_slave_abort()

Message ID 20240910022618.1397-1-yangyingliang@huaweicloud.com (mailing list archive)
Headers show
Series spi: replace and remove spi_slave_abort() | expand

Message

Yang Yingliang Sept. 10, 2024, 2:26 a.m. UTC
From: Yang Yingliang <yangyingliang@huawei.com>

Switch to use spi_controller_is_target() and spi_target_abort(),
then remove spi_controller_is_slave() and spi_slave_abort().

Yang Yingliang (7):
  spi: switch to use spi_controller_is_target()
  spi: slave-time: switch to use spi_target_abort()
  spi: slave-system-control: switch to use spi_target_abort()
  spi: spidev: switch to use spi_target_abort()
  spi: slave-mt27xx: switch to use target_abort
  platform/olpc: olpc-xo175-ec: switch to use spi_target_abort().
  spi: remove spi_controller_is_slave() and spi_slave_abort()

 drivers/platform/olpc/olpc-xo175-ec.c  |  4 ++--
 drivers/spi/spi-slave-mt27xx.c         | 12 ++++++------
 drivers/spi/spi-slave-system-control.c |  2 +-
 drivers/spi/spi-slave-time.c           |  2 +-
 drivers/spi/spi.c                      | 21 +++++----------------
 drivers/spi/spidev.c                   |  2 +-
 include/linux/spi/spi.h                | 12 +-----------
 7 files changed, 17 insertions(+), 38 deletions(-)

Comments

Mark Brown Sept. 10, 2024, 10:46 p.m. UTC | #1
On Tue, 10 Sep 2024 10:26:10 +0800, Yang Yingliang wrote:
> Switch to use spi_controller_is_target() and spi_target_abort(),
> then remove spi_controller_is_slave() and spi_slave_abort().
> 
> Yang Yingliang (7):
>   spi: switch to use spi_controller_is_target()
>   spi: slave-time: switch to use spi_target_abort()
>   spi: slave-system-control: switch to use spi_target_abort()
>   spi: spidev: switch to use spi_target_abort()
>   spi: slave-mt27xx: switch to use target_abort
>   platform/olpc: olpc-xo175-ec: switch to use spi_target_abort().
>   spi: remove spi_controller_is_slave() and spi_slave_abort()
> 
> [...]

Applied to

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

Thanks!

[1/7] spi: switch to use spi_controller_is_target()
      commit: 1e0cc8d0a14271fbf6a50e680c8020458121a52b
[2/7] spi: slave-time: switch to use spi_target_abort()
      commit: 6adfdf0780a7a8a8b185af62302317ab20f1d066
[3/7] spi: slave-system-control: switch to use spi_target_abort()
      commit: f4bf5454f852b86d3b4be69f058fd36a61cd81bf
[4/7] spi: spidev: switch to use spi_target_abort()
      commit: 94628e5a07e71089a61951eb2d2e13685ff82760
[5/7] spi: slave-mt27xx: switch to use target_abort
      commit: be03763d247649b39e62ec55efecb1e7499e2e7f
[6/7] platform/olpc: olpc-xo175-ec: switch to use spi_target_abort().
      commit: 5b2e4d15154cb75e522701c13f66441e29f2caa8
[7/7] spi: remove spi_controller_is_slave() and spi_slave_abort()
      commit: 740c1c84bfa3d8c63bd3b01fb570e7452f51fbd8

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