]> git.sur5r.net Git - u-boot/commit
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
authorSimon Glass <sjg@chromium.org>
Tue, 14 Oct 2014 05:41:58 +0000 (23:41 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:48 +0000 (10:36 -0600)
commita666f39e4edc2eb6296d7401aab2706d6ae7f459
tree995f06033f644e458f2c6318779137126465ef88
parent49b5d6e6e2efab092b18ed53a850b71a59d3eb78
dm: spi: Rename soft_spi.c to soft_spi_legacy.c

Reserve the 'normal' name for use by driver model, and rename the old
driver so that it is clear that it is for 'legacy' drivers only.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/spi/Makefile
drivers/spi/soft_spi.c [deleted file]
drivers/spi/soft_spi_legacy.c [new file with mode: 0644]