mbox series

[0/3] spi: renesas: Replace spi_master by spi_controller

Message ID 20190208090909.739-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series spi: renesas: Replace spi_master by spi_controller | expand

Message

Geert Uytterhoeven Feb. 8, 2019, 9:09 a.m. UTC
Hi Mark,

As of commit 8caab75fd2c2a926 ('spi: Generalize SPI "master" to
"controller"'), the old master-centric names are compatibility wrappers
for the new controller-centric names.  Hence this patch series converts
the Renesas SPI drivers used on ARM and DT-based platforms over from
spi_master to spi_controller.

RSPI and MSIOF were tested on actual hardware.
Assembly output before/after was compared for all three drivers.

Thanks!

Geert Uytterhoeven (3):
  spi: rspi: Replace spi_master by spi_controller
  spi: sh-hspi: Replace spi_master by spi_controller
  spi: sh-msiof: Replace spi_master by spi_controller

 drivers/spi/spi-rspi.c     | 170 ++++++++++++++++++-------------------
 drivers/spi/spi-sh-hspi.c  |  36 ++++----
 drivers/spi/spi-sh-msiof.c | 168 ++++++++++++++++++------------------
 3 files changed, 186 insertions(+), 188 deletions(-)