]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/spi/spi.h
Merge remote-tracking branches 'spi/topic/ti-qspi' and 'spi/topic/xlp' into spi-next
[karo-tx-linux.git] / include / linux / spi / spi.h
index 805878d61a8f0e77e8a34332e2093d1144420d24..935bd2854ff19b2ab64e6d3786bc4ab53f7bc59c 100644 (file)
@@ -376,6 +376,8 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv)
  * @unprepare_message: undo any work done by prepare_message().
  * @spi_flash_read: to support spi-controller hardwares that provide
  *                  accelerated interface to read from flash devices.
+ * @spi_flash_can_dma: analogous to can_dma() interface, but for
+ *                    controllers implementing spi_flash_read.
  * @flash_read_supported: spi device supports flash read
  * @cs_gpios: Array of GPIOs to use as chip select lines; one per CS
  *     number. Any individual value may be -ENOENT for CS lines that
@@ -539,6 +541,8 @@ struct spi_master {
                                 struct spi_message *message);
        int (*spi_flash_read)(struct  spi_device *spi,
                              struct spi_flash_read_message *msg);
+       bool (*spi_flash_can_dma)(struct spi_device *spi,
+                                 struct spi_flash_read_message *msg);
        bool (*flash_read_supported)(struct spi_device *spi);
 
        /*