]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pl022: handle EPROBE_DEFER for dma
authorRabin Vincent <rabin.vincent@axis.com>
Mon, 23 Nov 2015 07:13:45 +0000 (08:13 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Nov 2015 11:31:44 +0000 (11:31 +0000)
commit825b46053a50ce5915b95135c60adb45b5f7b03e
treecfa8e53506ecc427d1ab043fffee145fe55c0922
parent2715d332e6151136472842d51b2ec873c0652275
spi: pl022: handle EPROBE_DEFER for dma

Handle EPROBE_DEFER explicitly so that we ensure that we get the DMA
channel specified in the device tree, instead of depending on the DMA
controller getting probed before us.

Signed-off-by: Rabin Vincent <rabin.vincent@axis.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pl022.c