
11 May
2022
11 May
'22
3:34 p.m.
On Thu, May 05, 2022 at 03:32:42PM +0000, Paul Barker wrote:
- With CONFIG_DM_SPI defined, spi_get_bus_and_cs needs to be used
instead of spi_setup_slave to configure a SPI bus. As spi_setup_slave is already present in the export list it is reasonable to also export spi_get_bus_and_cs.
- For the functions listed in the jump table to be callable they must
also be defined in the "exports.h" header. Define the various exported SPI functions so that they can be used.
Signed-off-by: Paul Barker paul.barker@sancloud.com
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom