[U-Boot] [PATCH 1/2] dm: spi: Return 0 if driver does not implement ops->cs_info

Bin Meng bmeng.cn at gmail.com
Mon Sep 2 09:36:57 UTC 2019


On Thu, Aug 29, 2019 at 10:10 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> If an SPI controller driver does not implement ops->cs_info, that
> probably means any chip select number could be valid, hence let's
> return 0 for spi_cs_info().
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/spi/spi-uclass.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)
>

Ping?


More information about the U-Boot mailing list