This commit is contained in:
Mark Brown
2021-06-01 18:33:33 +01:00
325 changed files with 3075 additions and 1746 deletions

View File

@@ -644,8 +644,8 @@ struct spi_controller {
int *cs_gpios;
struct gpio_desc **cs_gpiods;
bool use_gpio_descriptors;
u8 unused_native_cs;
u8 max_native_cs;
s8 unused_native_cs;
s8 max_native_cs;
/* statistics */
struct spi_statistics statistics;