Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi/topic/bfin-sport', 'spi/topic/bfin5xx' and 'spi/topic/bitbang' into spi-next
This commit is contained in:
commit
c2da04dc21
11 changed files with 240 additions and 244 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <linux/workqueue.h>
|
||||
|
||||
struct spi_bitbang {
|
||||
spinlock_t lock;
|
||||
struct mutex lock;
|
||||
u8 busy;
|
||||
u8 use_dma;
|
||||
u8 flags; /* extra spi->mode support */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue