spi: Rename sun4i_spi.c into spi-sunxi.c
authorJagan Teki <jagan@amarulasolutions.com>
Wed, 27 Feb 2019 14:32:13 +0000 (20:02 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 4 Mar 2019 12:38:56 +0000 (18:08 +0530)
commita51cd54eff284ee42bfc1b74b8581daec78496f6
tree5dc4a976a855003be952688d35d72c951f849b41
parent903e7cf37ceb0552f6b8948e30fb9bb662980cd9
spi: Rename sun4i_spi.c into spi-sunxi.c

Now the same SPI controller driver is reusable in all Allwinner
SoC variants, so rename the existing sun4i_spi.c into spi-sunxi.c
which eventually look like a common sunxi driver.

Also update the function, variable, structure names in driver from
sun4i into sunxi.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-sunxi.c [moved from drivers/spi/sun4i_spi.c with 100% similarity]