Searched hist:dde6f18a8779dcd88d9fd5d6336032fee7e07fcd (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/misc/ocxl/ |
H A D | afu_irq.c | diff dde6f18a8779dcd88d9fd5d6336032fee7e07fcd Fri Apr 03 10:38:37 CDT 2020 Frederic Barrat <fbarrat@linux.ibm.com> ocxl: Don't return trigger page when allocating an interrupt
Existing users of ocxl_link_irq_alloc() have been converted to obtain the trigger page of an interrupt through xive directly, we therefore have no need to return the trigger page when allocating an interrupt.
It also allows ocxl to use the xive native interface to allocate interrupts, instead of its custom service.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com
|
H A D | Kconfig | diff dde6f18a8779dcd88d9fd5d6336032fee7e07fcd Fri Apr 03 10:38:37 CDT 2020 Frederic Barrat <fbarrat@linux.ibm.com> ocxl: Don't return trigger page when allocating an interrupt
Existing users of ocxl_link_irq_alloc() have been converted to obtain the trigger page of an interrupt through xive directly, we therefore have no need to return the trigger page when allocating an interrupt.
It also allows ocxl to use the xive native interface to allocate interrupts, instead of its custom service.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com
|
H A D | link.c | diff dde6f18a8779dcd88d9fd5d6336032fee7e07fcd Fri Apr 03 10:38:37 CDT 2020 Frederic Barrat <fbarrat@linux.ibm.com> ocxl: Don't return trigger page when allocating an interrupt
Existing users of ocxl_link_irq_alloc() have been converted to obtain the trigger page of an interrupt through xive directly, we therefore have no need to return the trigger page when allocating an interrupt.
It also allows ocxl to use the xive native interface to allocate interrupts, instead of its custom service.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com
|
/openbmc/linux/include/misc/ |
H A D | ocxl.h | diff dde6f18a8779dcd88d9fd5d6336032fee7e07fcd Fri Apr 03 10:38:37 CDT 2020 Frederic Barrat <fbarrat@linux.ibm.com> ocxl: Don't return trigger page when allocating an interrupt
Existing users of ocxl_link_irq_alloc() have been converted to obtain the trigger page of an interrupt through xive directly, we therefore have no need to return the trigger page when allocating an interrupt.
It also allows ocxl to use the xive native interface to allocate interrupts, instead of its custom service.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | diff dde6f18a8779dcd88d9fd5d6336032fee7e07fcd Fri Apr 03 10:38:37 CDT 2020 Frederic Barrat <fbarrat@linux.ibm.com> ocxl: Don't return trigger page when allocating an interrupt
Existing users of ocxl_link_irq_alloc() have been converted to obtain the trigger page of an interrupt through xive directly, we therefore have no need to return the trigger page when allocating an interrupt.
It also allows ocxl to use the xive native interface to allocate interrupts, instead of its custom service.
Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Reviewed-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Acked-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200403153838.29224-4-fbarrat@linux.ibm.com
|