diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/spi/spi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h index 199b04245187..06ea1c3a04d7 100644 --- a/include/linux/spi/spi.h +++ b/include/linux/spi/spi.h | |||
| @@ -304,6 +304,8 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv) | |||
| 304 | * @min_speed_hz: Lowest supported transfer speed | 304 | * @min_speed_hz: Lowest supported transfer speed |
| 305 | * @max_speed_hz: Highest supported transfer speed | 305 | * @max_speed_hz: Highest supported transfer speed |
| 306 | * @flags: other constraints relevant to this driver | 306 | * @flags: other constraints relevant to this driver |
| 307 | * @max_transfer_size: function that returns the max transfer size for | ||
| 308 | * a &spi_device; may be %NULL, so the default %SIZE_MAX will be used. | ||
| 307 | * @bus_lock_spinlock: spinlock for SPI bus locking | 309 | * @bus_lock_spinlock: spinlock for SPI bus locking |
| 308 | * @bus_lock_mutex: mutex for SPI bus locking | 310 | * @bus_lock_mutex: mutex for SPI bus locking |
| 309 | * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use | 311 | * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use |
