commit | 6b175685b4a12ab0aa048078bd7ca1fdb20ca766 | [log] [tgz] |
---|---|---|
author | Horia Geantă <[email protected]> | Fri May 03 17:17:40 2019 +0300 |
committer | Herbert Xu <[email protected]> | Thu May 23 14:01:04 2019 +0800 |
tree | 4d71d589f906c3be75dcdab9282e7d76cfd94a40 | |
parent | 1b46c90c8e002028dc622bf7bd8cf89efcaab274 [diff] |
crypto: caam/qi - don't allocate an extra platform device Use the controller device for caam/qi instead of allocating a new platform device. This is needed as a preparation to add support for working behind an SMMU. A platform device allocated using platform_device_register_full() is not completely set up - most importantly .dma_configure() is not called. Signed-off-by: Horia Geantă <[email protected]> Signed-off-by: Herbert Xu <[email protected]>