test/py: hush_if_test: Add tests to cover octal/hex values
[oweals/u-boot.git] / include / spi.h
index 6fbb4336ce381f9fa9a38e72546983102baf1e79..ba2c8406b2eaca446fb4bf06ec47ae601399cd43 100644 (file)
@@ -224,7 +224,7 @@ void spi_release_bus(struct spi_slave *slave);
 int spi_set_wordlen(struct spi_slave *slave, unsigned int wordlen);
 
 /**
- * SPI transfer
+ * SPI transfer (optional if mem_ops is used)
  *
  * This writes "bitlen" bits out the SPI MOSI port and simultaneously clocks
  * "bitlen" bits in the SPI MISO port.  That's just the way SPI works.