commit | 7b68ef4a3219700530d35a7d079b85fc75206c15 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Wed Feb 27 20:02:13 2019 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Mar 04 18:08:56 2019 +0530 |
tree | 5dc4a976a855003be952688d35d72c951f849b41 | |
parent | 3f53a58849e66c8c43ccc772bf38ffc2af728a14 [diff] |
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>