Searched hist:"6 b175685b4a12ab0aa048078bd7ca1fdb20ca766" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/crypto/caam/ |
H A D | qi.c | diff 6b175685b4a12ab0aa048078bd7ca1fdb20ca766 Fri May 03 09:17:40 CDT 2019 Horia Geantă <horia.geanta@nxp.com> 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ă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | caamalg_qi.c | diff 6b175685b4a12ab0aa048078bd7ca1fdb20ca766 Fri May 03 09:17:40 CDT 2019 Horia Geantă <horia.geanta@nxp.com> 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ă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | intern.h | diff 6b175685b4a12ab0aa048078bd7ca1fdb20ca766 Fri May 03 09:17:40 CDT 2019 Horia Geantă <horia.geanta@nxp.com> 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ă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|
H A D | ctrl.c | diff 6b175685b4a12ab0aa048078bd7ca1fdb20ca766 Fri May 03 09:17:40 CDT 2019 Horia Geantă <horia.geanta@nxp.com> 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ă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|