Re: [PATCH v4 5/7] ocxl: afu_irq only deals with IRQ IDs, not offsets

2019-04-17 Thread Frederic Barrat
Le 27/03/2019 à 06:31, Alastair D'Silva a écrit : From: Alastair D'Silva The use of offsets is required only in the frontend, so alter the IRQ API to only work with IRQ IDs in the backend. Signed-off-by: Alastair D'Silva --- Acked-by: Frederic Barrat drivers/misc/ocxl/afu_irq.c

[PATCH v4 5/7] ocxl: afu_irq only deals with IRQ IDs, not offsets

2019-03-26 Thread Alastair D'Silva
From: Alastair D'Silva The use of offsets is required only in the frontend, so alter the IRQ API to only work with IRQ IDs in the backend. Signed-off-by: Alastair D'Silva --- drivers/misc/ocxl/afu_irq.c | 34 +++ drivers/misc/ocxl/context.c | 7 +--