[PATCH 0/2] Add multiple callbacks support for same event

From: Abhyuday Godhasara
Date: Wed Apr 27 2022 - 03:48:31 EST


This patch series contain the changes for adding multiple callbacks support
for same event in xilinx event management driver.
As part of adding this support included changes in prototype of exported
function xlnx_unregister_event().

Also modify the usage of xlnx_unregister_event() in below listed drivers as
per new implementation.
- drivers/soc/xilinx/zynqmp_power.c

Abhyuday Godhasara (2):
driver: soc: xilinx: Add support of multiple callbacks for same event
in event management driver
driver: soc: xilinx: Update function prototype for
xlnx_unregister_event

drivers/soc/xilinx/xlnx_event_manager.c | 203 +++++++++++++++-----
drivers/soc/xilinx/zynqmp_power.c | 7 +-
include/linux/firmware/xlnx-event-manager.h | 4 +-
3 files changed, 159 insertions(+), 55 deletions(-)

--
2.32.0.93.g670b81a