Re: [PATCH 1/4] scsi: cxlflash: Access interrupt trigger page from xive directly

2020-04-03 Thread Cédric Le Goater
On 4/3/20 1:19 AM, Matthew R. Ochs wrote: > On Thu, Apr 02, 2020 at 05:43:49PM +0200, Frederic Barrat wrote: >> xive is already mapping the trigger page in kernel space and it can be >> accessed through standard APIs, so let's reuse it and simplify the code. >> >> Signed-off-by: Frederic Barrat

Re: [PATCH 1/4] scsi: cxlflash: Access interrupt trigger page from xive directly

2020-04-02 Thread Matthew R. Ochs
On Thu, Apr 02, 2020 at 05:43:49PM +0200, Frederic Barrat wrote: > xive is already mapping the trigger page in kernel space and it can be > accessed through standard APIs, so let's reuse it and simplify the code. > > Signed-off-by: Frederic Barrat > --- > drivers/scsi/cxlflash/ocxl_hw.c | 17

[PATCH 1/4] scsi: cxlflash: Access interrupt trigger page from xive directly

2020-04-02 Thread Frederic Barrat
xive is already mapping the trigger page in kernel space and it can be accessed through standard APIs, so let's reuse it and simplify the code. Signed-off-by: Frederic Barrat --- drivers/scsi/cxlflash/ocxl_hw.c | 17 +++-- drivers/scsi/cxlflash/ocxl_hw.h | 1 - 2 files changed, 7