diff options
author | Mark Brown <broonie@kernel.org> | 2023-07-12 12:44:34 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-07-12 12:44:34 +0100 |
commit | 64a7b0e08143cb68e589b8c47ee3e04d9ffff0bc (patch) | |
tree | d8bf85fbd70aa93895af5b2d0b76e532ce753d7d /drivers/spi/spi-ath79.c | |
parent | 0f51622628190aa663ca23c46afbb7f500a35b71 (diff) | |
parent | 702ca0269ed56e2d8dae7874a4d8af268e2a382e (diff) | |
download | lwn-64a7b0e08143cb68e589b8c47ee3e04d9ffff0bc.tar.gz lwn-64a7b0e08143cb68e589b8c47ee3e04d9ffff0bc.zip |
spi: Header and core clean up and refactoring
Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:
Various cleanups and refactorings of the SPI header and core parts
united in a single series. It also touches drivers under SPI subsystem
folder on the pure renaming purposes of some constants.
No functional change intended.
Diffstat (limited to 'drivers/spi/spi-ath79.c')
-rw-r--r-- | drivers/spi/spi-ath79.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-ath79.c b/drivers/spi/spi-ath79.c index d3dd21386f12..1b6d977d111c 100644 --- a/drivers/spi/spi-ath79.c +++ b/drivers/spi/spi-ath79.c @@ -185,7 +185,7 @@ static int ath79_spi_probe(struct platform_device *pdev) host->use_gpio_descriptors = true; host->bits_per_word_mask = SPI_BPW_RANGE_MASK(1, 32); - host->flags = SPI_MASTER_GPIO_SS; + host->flags = SPI_CONTROLLER_GPIO_SS; host->num_chipselect = 3; host->mem_ops = &ath79_mem_ops; |