]> 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)
commit2ddea32f2ed3680877963d1f1af6c5430ff9f45b
treecfa8e53506ecc427d1ab043fffee145fe55c0922
parent837e0eb1c9d194f0eb3cf87d97b2235de146c9fe
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