]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: spi: Remove SPI_INIT feature
authorSimon Glass <sjg@chromium.org>
Tue, 14 Oct 2014 05:41:59 +0000 (23:41 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 22 Oct 2014 16:36:48 +0000 (10:36 -0600)
commit44ba6b0eccb37dd98becece22632bcc5e5cd2fbe
treef44659cc8988e72628d41f8c750a3998d819c964
parenta666f39e4edc2eb6296d7401aab2706d6ae7f459
dm: spi: Remove SPI_INIT feature

This feature provides for init of a single SPI port for the soft SPI
feature. It is not really compatible with driver model since it assumes a
single SPI port. Also, inserting SPI init into the driver by means of
a #define is not very nice.

This feature is not used by any active boards, so let's remove it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
drivers/spi/soft_spi_legacy.c
include/configs/s5pc210_universal.h
include/configs/sacsng.h
include/configs/zipitz2.h