[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <SA1PR02MB8592C7C312EA93D3B9467872A1999@SA1PR02MB8592.namprd02.prod.outlook.com>
Date: Tue, 16 Nov 2021 04:43:51 +0000
From: Abhyuday Godhasara <agodhasa@...inx.com>
To: Abhyuday Godhasara <agodhasa@...inx.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>
CC: Michal Simek <michals@...inx.com>, Rajan Vaja <RAJANV@...inx.com>,
Manish Narani <MNARANI@...inx.com>,
"zou_wei@...wei.com" <zou_wei@...wei.com>,
Sai Krishna Potthuri <lakshmis@...inx.com>,
Jiaying Liang <jliang@...inx.com>,
Jiaying Liang <jliang@...inx.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: RE: [PATCH v7 0/6] Add Xilinx Event Management Driver
Hi Greg,
> -----Original Message-----
> From: Abhyuday Godhasara <abhyuday.godhasara@...inx.com>
> Sent: Tuesday, October 26, 2021 9:55 AM
> To: gregkh@...uxfoundation.org
> Cc: Michal Simek <michals@...inx.com>; Abhyuday Godhasara
> <agodhasa@...inx.com>; Rajan Vaja <RAJANV@...inx.com>; Manish Narani
> <MNARANI@...inx.com>; zou_wei@...wei.com; Sai Krishna Potthuri
> <lakshmis@...inx.com>; Jiaying Liang <jliang@...inx.com>; Jiaying Liang
> <jliang@...inx.com>; linux-kernel@...r.kernel.org; linux-arm-
> kernel@...ts.infradead.org
> 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@...inx.com>
[Abhyuday] Michal suggested to merge this via your tree, Please can you merge it.
Thanks,
Abhyuday
>
> Abhyuday Godhasara (6):
> firmware: xilinx: add register notifier in zynqmp firmware
> firmware: xilinx: add macros of node ids for error event
> firmware: xilinx: export the feature check of zynqmp firmware
> drivers: soc: xilinx: add xilinx event management driver
> firmware: xilinx: instantiate xilinx event manager driver
> driver: soc: xilinx: register for power events in zynqmp power driver
>
> MAINTAINERS | 6 +
> drivers/firmware/xilinx/zynqmp.c | 40 +-
> drivers/soc/xilinx/Kconfig | 10 +
> drivers/soc/xilinx/Makefile | 1 +
> drivers/soc/xilinx/xlnx_event_manager.c | 600 ++++++++++++++++++++
> drivers/soc/xilinx/zynqmp_power.c | 54 +-
> include/linux/firmware/xlnx-event-manager.h | 36 ++
> include/linux/firmware/xlnx-zynqmp.h | 33 +-
> 8 files changed, 771 insertions(+), 9 deletions(-) create mode 100644
> drivers/soc/xilinx/xlnx_event_manager.c
> create mode 100644 include/linux/firmware/xlnx-event-manager.h
>
> --
> 2.32.0.93.g670b81a
Download attachment "winmail.dat" of type "application/ms-tnef" (15190 bytes)
Powered by blists - more mailing lists