Re: [PATCH v2] crypto: ccp - Register the CCP as a DMA resource

2016-04-15 Thread Herbert Xu
On Tue, Apr 05, 2016 at 10:42:38AM -0500, Gary R Hook wrote: > The CCP has the ability to provide DMA services to the > kernel using pass-through mode of the device. Register > these services as general purpose DMA channels. You forgot the Signed-off-by. -- Email: Herbert Xu Home Page: http://go

[PATCH v2] crypto: ccp - Register the CCP as a DMA resource

2016-04-05 Thread Gary R Hook
The CCP has the ability to provide DMA services to the kernel using pass-through mode of the device. Register these services as general purpose DMA channels. --- drivers/crypto/ccp/Kconfig |1 drivers/crypto/ccp/Makefile|6 drivers/crypto/ccp/ccp-dev-v3.c| 11 + dri