mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/topic/inline', 'spi/topic/meson' and 'spi/topic/mxs' into spi-next
This commit is contained in:
commit
8328509c4b
6 changed files with 131 additions and 69 deletions
|
@ -256,6 +256,7 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv)
|
|||
* @pump_messages: work struct for scheduling work to the message pump
|
||||
* @queue_lock: spinlock to syncronise access to message queue
|
||||
* @queue: message queue
|
||||
* @idling: the device is entering idle state
|
||||
* @cur_msg: the currently in-flight message
|
||||
* @cur_msg_prepared: spi_prepare_message was called for the currently
|
||||
* in-flight message
|
||||
|
@ -421,6 +422,7 @@ struct spi_master {
|
|||
spinlock_t queue_lock;
|
||||
struct list_head queue;
|
||||
struct spi_message *cur_msg;
|
||||
bool idling;
|
||||
bool busy;
|
||||
bool running;
|
||||
bool rt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue