commit | a51cd54eff284ee42bfc1b74b8581daec78496f6 | [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 | 903e7cf37ceb0552f6b8948e30fb9bb662980cd9 [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>