]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: omap-sham - Use dma_request_chan() for requesting DMA channel
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 29 Apr 2016 13:03:41 +0000 (16:03 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 3 May 2016 08:09:14 +0000 (16:09 +0800)
commit32f29e4ba81da54332daf4427a24bb7d2628e7d7
treea679186e36fb205df33ffa63795b870874a1ef90
parentcb7cc3aa8da2baa90f2d30b500180901a474ada8
crypto: omap-sham - Use dma_request_chan() for requesting DMA channel

With the new dma_request_chan() the client driver does not need to look for
the DMA resource and it does not need to pass filter_fn anymore.
By switching to the new API the driver can now support deferred probing
against DMA.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
CC: Herbert Xu <herbert@gondor.apana.org.au>
CC: David S. Miller <davem@davemloft.net>
CC: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/omap-sham.c