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(-)

-- 
2.17.1

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                                            -- Linus Torvalds

Reply via email to