Files
u-boot/include
Bin Meng 4b06000395 dm: spi: Change cs_info op to return -EINVAL for invalid cs num
We need distinguish the following two situations in various SPI APIs:

- given chip select num is invalid
- given chip select num is valid, but no device is attached

Currently -ENODEV is returned for both cases.

For the first case, it's more reasonable to return -EINVAL instead of
-ENODEV for invalid chip select numbers.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com> # SoPine
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
2019-10-25 00:48:31 +05:30
..
2019-10-16 05:42:27 +02:00
2019-09-04 11:37:19 -05:00
2019-08-11 16:43:41 -04:00
2019-09-20 20:09:19 +02:00
2019-08-22 00:10:09 +02:00
2019-08-11 16:43:41 -04:00
2019-10-13 23:34:43 +02:00
2019-10-06 16:02:37 +02:00
2019-08-11 16:43:41 -04:00
2019-10-08 13:57:47 +08:00
2019-08-27 11:19:23 +02:00
2019-10-14 09:31:41 +02:00
2019-08-11 16:43:41 -04:00