linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] spi: renesas: Replace spi_master by spi_controller
@ 2019-02-08  9:09 Geert Uytterhoeven
  2019-02-08  9:09 ` [PATCH 1/3] spi: rspi: " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2019-02-08  9:09 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-spi, linux-renesas-soc, Geert Uytterhoeven

	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 -- geert@linux-m68k.org

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-08 13:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08  9:09 [PATCH 0/3] spi: renesas: Replace spi_master by spi_controller Geert Uytterhoeven
2019-02-08  9:09 ` [PATCH 1/3] spi: rspi: " Geert Uytterhoeven
2019-02-08 13:11   ` Applied "spi: rspi: Replace spi_master by spi_controller" to the spi tree Mark Brown
2019-02-08  9:09 ` [PATCH 2/3] spi: sh-hspi: Replace spi_master by spi_controller Geert Uytterhoeven
2019-02-08 13:11   ` Applied "spi: sh-hspi: Replace spi_master by spi_controller" to the spi tree Mark Brown
2019-02-08  9:09 ` [PATCH 3/3] spi: sh-msiof: Replace spi_master by spi_controller Geert Uytterhoeven
2019-02-08 13:11   ` Applied "spi: sh-msiof: Replace spi_master by spi_controller" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).