File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -347,6 +347,7 @@ extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 ch
347347 * @max_message_size: function that returns the max message size for
348348 * a &spi_device; may be %NULL, so the default %SIZE_MAX will be used.
349349 * @io_mutex: mutex for physical bus access
350+ * @add_lock: mutex to avoid adding devices to the same chipselect
350351 * @bus_lock_spinlock: spinlock for SPI bus locking
351352 * @bus_lock_mutex: mutex for exclusion of multiple callers
352353 * @bus_lock_flag: indicates that the SPI bus is locked for exclusive use
@@ -361,6 +362,7 @@ extern struct spi_device *spi_new_ancillary_device(struct spi_device *spi, u8 ch
361362 * @transfer: adds a message to the controller's transfer queue.
362363 * @cleanup: frees controller-specific state
363364 * @can_dma: determine whether this controller supports DMA
365+ * @dma_map_dev: device which can be used for DMA mapping
364366 * @queued: whether this controller is providing an internal message queue
365367 * @kworker: pointer to thread struct for message pump
366368 * @pump_messages: work struct for scheduling work to the message pump
You can’t perform that action at this time.
0 commit comments