Merge remote-tracking branches 'asoc/fix/mtk', 'asoc/fix/psc', 'asoc/fix/pxa', 'asoc...
[firefly-linux-kernel-4.4.55.git] / include / linux / amba / pl022.h
index fe1d7b283cb633c4be48d465f5fa572333929fe8..854b7294f6c64f77b636c38188897a9621e7bbff 100644 (file)
@@ -244,6 +244,7 @@ struct dma_chan;
  *     indicates no delay and the device will be suspended immediately.
  * @rt: indicates the controller should run the message pump with realtime
  *     priority to minimise the transfer latency on the bus.
+ * @chipselects: list of <num_chipselects> chip select gpios
  */
 struct pl022_ssp_controller {
        u16 bus_id;
@@ -254,6 +255,7 @@ struct pl022_ssp_controller {
        void *dma_tx_param;
        int autosuspend_delay;
        bool rt;
+       int *chipselects;
 };
 
 /**