Re: [PATCH v7 0/6] Add Xilinx Event Management Driver

From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Wed Nov 17 2021 - 10:13:16 EST


On Tue, Nov 16, 2021 at 04:43:51AM +0000, Abhyuday Godhasara wrote:
> Hi Greg,
>
> > -----Original Message-----
> > From: Abhyuday Godhasara <abhyuday.godhasara@xxxxxxxxxx>
> > Sent: Tuesday, October 26, 2021 9:55 AM
> > To: gregkh@xxxxxxxxxxxxxxxxxxx
> > Cc: Michal Simek <michals@xxxxxxxxxx>; Abhyuday Godhasara
> > <agodhasa@xxxxxxxxxx>; Rajan Vaja <RAJANV@xxxxxxxxxx>; Manish Narani
> > <MNARANI@xxxxxxxxxx>; zou_wei@xxxxxxxxxx; Sai Krishna Potthuri
> > <lakshmis@xxxxxxxxxx>; Jiaying Liang <jliang@xxxxxxxxxx>; Jiaying Liang
> > <jliang@xxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; linux-arm-
> > kernel@xxxxxxxxxxxxxxxxxxx
> > Subject: [PATCH v7 0/6] Add Xilinx Event Management Driver
> >
> > This Linux driver provides support to subscribe error/event notification and
> > receive notification from firmware for error/event and forward event
> > notification to subscribed driver via registered callback.
> >
> > All types of events like power and error will be handled from single place as
> > part of event management driver.
> >
> > Changes in v7:
> > - Update the cover letter and version history.
> >
> > Changes in v6:
> > - Fix compilation issue that come due to force merge during rebase.
> >
> > Changes in v5:
> > - None.
> >
> > Changes in v4:
> > - Rebase on latest tree.
> >
> > Changes in v3:
> > - Update the commit message.
> >
> > Changes in v2:
> > - Removed updated copyright year from unchanged files.
> > - make sgi_num as module parameter for event management driver.
> > - Use same object for error detection and printing.
> >
> > Acked-by: Michal Simek <michal.simek@xxxxxxxxxx>
> [Abhyuday] Michal suggested to merge this via your tree, Please can you merge it.

Patch 4 of this series fails to apply to 5.16-rc1, so I have taken the
first 3. Can you rebase and resend the remaining 2?

thanks,

greg k-h