diff options
author | Sowjanya Komatineni <skomatineni@nvidia.com> | 2019-04-04 20:14:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-04-08 03:13:43 -0400 |
commit | 24496da6927fa7399f7f60ab31b4cea27ec3ed00 (patch) | |
tree | a8a56e0afa8976af0c5d5548612a0fcd003e3879 | |
parent | fa28fd3421373794e98eb3e511969fea5a8b2fc3 (diff) |
spi-summary: document set_cs_timing
This patch documents set_cs_timing SPI master method.
Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/spi/spi-summary | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/spi/spi-summary b/Documentation/spi/spi-summary index 1721c1b570c3..1a63194b74d7 100644 --- a/Documentation/spi/spi-summary +++ b/Documentation/spi/spi-summary | |||
@@ -572,6 +572,12 @@ SPI MASTER METHODS | |||
572 | 0: transfer is finished | 572 | 0: transfer is finished |
573 | 1: transfer is still in progress | 573 | 1: transfer is still in progress |
574 | 574 | ||
575 | master->set_cs_timing(struct spi_device *spi, u8 setup_clk_cycles, | ||
576 | u8 hold_clk_cycles, u8 inactive_clk_cycles) | ||
577 | This method allows SPI client drivers to request SPI master controller | ||
578 | for configuring device specific CS setup, hold and inactive timing | ||
579 | requirements. | ||
580 | |||
575 | DEPRECATED METHODS | 581 | DEPRECATED METHODS |
576 | 582 | ||
577 | master->transfer(struct spi_device *spi, struct spi_message *message) | 583 | master->transfer(struct spi_device *spi, struct spi_message *message) |