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

Abhyuday Godhasara abhyuday.godhasara at xilinx.com
Wed Apr 27 00:48:01 PDT 2022


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




More information about the linux-arm-kernel mailing list