linux-stable/drivers/crypto/ux500/cryp
Lad Prabhakar d7779e22e8 crypto: ux500 - Use platform_get_irq() to get the interrupt
platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
allocation of IRQ resources in DT core code, this causes an issue
when using hierarchical interrupt domains using "interrupts" property
in the node as this bypasses the hierarchical setup and messes up the
irq chaining.

In preparation for removal of static setup of IRQ resource from DT core
code use platform_get_irq() so that interrupt mapping is created on demand.

While at it also store the IRQ number in struct cryp_device_data so that
we don't have to call platform_get_irq() frequently.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2021-12-24 14:18:28 +11:00
..
cryp.c crypto: ux500/hash - Fix worthy kernel-doc headers and remove others 2021-03-26 20:02:35 +11:00
cryp.h crypto: ux500 - Use platform_get_irq() to get the interrupt 2021-12-24 14:18:28 +11:00
cryp_core.c crypto: ux500 - Use platform_get_irq() to get the interrupt 2021-12-24 14:18:28 +11:00
cryp_irq.c crypto: ux500/hash - Fix worthy kernel-doc headers and remove others 2021-03-26 20:02:35 +11:00
cryp_irq.h crypto: ux500 - fix incorrect kernel-doc comment syntax 2021-03-26 20:15:58 +11:00
cryp_irqp.h crypto: ux500 - fix incorrect kernel-doc comment syntax 2021-03-26 20:15:58 +11:00
cryp_p.h crypto: ux500/cryp - Remove duplicate argument 2021-04-22 17:31:30 +10:00
Makefile crypto: ux500 - fix license comment syntax error 2019-06-01 18:29:58 +02:00