This commit is contained in:
Mark Brown
2021-04-15 19:29:40 +01:00
5 changed files with 12 additions and 8 deletions

View File

@@ -509,6 +509,9 @@ struct spi_controller {
#define SPI_MASTER_GPIO_SS BIT(5) /* GPIO CS must select slave */
/* flag indicating this is a non-devres managed controller */
bool devm_allocated;
/* flag indicating this is an SPI slave controller */
bool slave;