[U-Boot] [PATCH v4 12/29] dm: spi: Remove SPI_INIT feature
Simon Glass
sjg at chromium.org
Thu Oct 23 05:03:54 CEST 2014
On 13 October 2014 23:41, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki at gmail.com>
> ---
>
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> drivers/spi/soft_spi_legacy.c | 5 -----
> include/configs/s5pc210_universal.h | 1 -
> include/configs/sacsng.h | 1 -
> include/configs/zipitz2.h | 1 -
> 4 files changed, 8 deletions(-)
Applied to u-boot-dm/master.
More information about the U-Boot
mailing list