summaryrefslogtreecommitdiffstats
path: root/Documentation/doc-guide
diff options
context:
space:
mode:
authorAlexandru Ardelean <alexandru.ardelean@analog.com>2019-09-26 12:51:37 +0200
committerMark Brown <broonie@kernel.org>2019-10-15 12:51:57 +0200
commite74dc5c763448004ec8add422e9db53ee246acce (patch)
tree0bd1d5f95847166c23a99fe4a4b4705735e0b637 /Documentation/doc-guide
parentspi: spi-axi: extend support for the `delay` field (diff)
downloadlinux-e74dc5c763448004ec8add422e9db53ee246acce.tar.xz
linux-e74dc5c763448004ec8add422e9db53ee246acce.zip
spi: use new `spi_transfer_delay_exec` helper where straightforward
For many places in the spi drivers, using the new `spi_transfer_delay` helper is straightforward. It's just replacing: ``` if (t->delay_usecs) udelay(t->delay_usecs); ``` with `spi_transfer_delay(t)` which handles both `delay_usecs` and the new `delay` field. This change replaces in all places (in the spi drivers) where this change is simple. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Link: https://lore.kernel.org/r/20190926105147.7839-10-alexandru.ardelean@analog.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/doc-guide')
0 files changed, 0 insertions, 0 deletions