Home
last modified time | relevance | path

Searched hist:d2c318b691f283e920f51aa9b5cb2b457388dfc0 (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/kernel/
H A Dinterrupt.hd2c318b691f283e920f51aa9b5cb2b457388dfc0 Fri Feb 07 06:37:28 UTC 2025 Etienne Carriere <etienne.carriere@foss.st.com> core: interrupt: clarify when dt_get_irq handler is needed

Add an inline comment telling struct itr_chip:dt_get_irq handler is
needed only when interrupt consumer manually get configuration
information from the DT to later configure the interrupt. The
aim of this change is to clarify this handler is not needed for
interrupt provider registered with interrupt_register_provider()
and which consumer rely on interrupt_dt_get_by_*() to configure
their interrupts.

Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>