diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-04-20 19:44:24 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-21 17:49:53 +0300 |
commit | dbaca8e56ea3f23fa215f48c2d46dd03ede06e02 (patch) | |
tree | a640bb87b67a533803cb5f7dcea16b0d1c3471dc /tools/perf/scripts/python/stackcollapse.py | |
parent | 0e793ba77c18382f08e440260fe72bc6fce2a3cb (diff) | |
download | linux-dbaca8e56ea3f23fa215f48c2d46dd03ede06e02.tar.xz |
spi: Allow to have all native CSs in use along with GPIOs
The commit 7d93aecdb58d ("spi: Add generic support for unused native cs
with cs-gpios") excludes the valid case for the controllers that doesn't
need to switch native CS in order to perform the transfer, i.e. when
0 native
... ...
<n> - 1 native
<n> GPIO
<n> + 1 GPIO
... ...
where <n> defines maximum of native CSs supported by the controller.
To allow this, bail out from spi_get_gpio_descs() conditionally for
the controllers which explicitly marked with SPI_MASTER_GPIO_SS.
Fixes: 7d93aecdb58d ("spi: Add generic support for unused native cs with cs-gpios")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210420164425.40287-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions