Home
last modified time | relevance | path

Searched hist:"2 ef1cb763d92f3e212005fcf5dcc713eaf42b257" (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-i8259.cdiff 2ef1cb763d92f3e212005fcf5dcc713eaf42b257 Wed Mar 04 01:48:38 CET 2020 afzal mohammed <afzal.mohd.ma@gmail.com> irqchip: Replace setup_irq() by request_irq()

request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.

Per tglx[1], setup_irq() existed in olden days when allocators were not
ready by the time early interrupts were initialized.

Hence replace setup_irq() by request_irq().

[1] https://lkml.kernel.org/r/alpine.DEB.2.20.1710191609480.1971@nanos

Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200304004839.4729-1-afzal.mohd.ma@gmail.com
H A Dirq-ingenic.cdiff 2ef1cb763d92f3e212005fcf5dcc713eaf42b257 Wed Mar 04 01:48:38 CET 2020 afzal mohammed <afzal.mohd.ma@gmail.com> irqchip: Replace setup_irq() by request_irq()

request_irq() is preferred over setup_irq(). Invocations of setup_irq()
occur after memory allocators are ready.

Per tglx[1], setup_irq() existed in olden days when allocators were not
ready by the time early interrupts were initialized.

Hence replace setup_irq() by request_irq().

[1] https://lkml.kernel.org/r/alpine.DEB.2.20.1710191609480.1971@nanos

Signed-off-by: afzal mohammed <afzal.mohd.ma@gmail.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200304004839.4729-1-afzal.mohd.ma@gmail.com