mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
4b06000395
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> |
||
---|---|---|
.. | ||
debugging.rst | ||
design.rst | ||
fdt-fixup.rst | ||
fs_firmware_loader.rst | ||
i2c-howto.rst | ||
index.rst | ||
livetree.rst | ||
migration.rst | ||
of-plat.rst | ||
pci-info.rst | ||
pmic-framework.rst | ||
remoteproc-framework.rst | ||
serial-howto.rst | ||
spi-howto.rst | ||
usb-info.rst |