[PATCH -next v3 1/2] platform-msi: Save the msg context to desc in platform_msi_write_msg()

2021-08-27 Thread Bixuan Cui
Save the msg context to desc when the msi interrupt is requested. The drivers can use it in special scenarios(such as resume). Signed-off-by: Bixuan Cui --- drivers/base/platform-msi.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/base/platform-msi.c b/drivers/base/platform-msi.

Re: [PATCH -next v3 1/2] platform-msi: Save the msg context to desc in platform_msi_write_msg()

2021-09-14 Thread Greg KH
On Sat, Aug 28, 2021 at 02:39:14PM +0800, Bixuan Cui wrote: > Save the msg context to desc when the msi interrupt is requested. > The drivers can use it in special scenarios(such as resume). > > Signed-off-by: Bixuan Cui > --- > drivers/base/platform-msi.c | 3 +++ > 1 file changed, 3 insertions