spi: introduce new helpers with using modern naming
authorYang Yingliang <yangyingliang@huawei.com>
Tue, 11 Oct 2022 09:22:04 +0000 (17:22 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 1 Nov 2022 18:30:10 +0000 (18:30 +0000)
commitb8d3b056a78dcc941fd1a117697ab2b956c2953f
tree1f796e33734649ccf1468969e16c3c1db070c445
parentbf585ccee22faf469d82727cf375868105b362f7
spi: introduce new helpers with using modern naming

For using modern names host/target to instead of all the legacy names,
I think it takes 3 steps:
  - step1: introduce new helpers with modern naming.
  - step2: switch to use these new helpers in all drivers.
  - step3: remove all legacy helpers and update all legacy names.

This patch is for step1, it introduces new helpers with host/target
naming for drivers using.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Link: https://lore.kernel.org/r/20221011092204.950288-1-yangyingliang@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi.c
include/linux/spi/spi.h