mbox series

[GIT,PULL] arm64: dts: ZynqMP SOC changes for 6.13

Message ID CAHTX3dK9PKmG_UG4MW=x5KmZCrd5PkcAZiNVgPFQ_zsPRgu+dg@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] arm64: dts: ZynqMP SOC changes for 6.13 | expand

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-6.13

Message

Michal Simek Nov. 1, 2024, 12:20 p.m. UTC
Hi,

please pull the following changes to your tree. All of them are
related to the firmware interface.

Thanks,
Michal

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc-for-6.13

for you to fetch changes up to 55ed774d0130adaa4ef12aefeb8e0638011cbe43:

  firmware: xilinx: fix feature check logic for TF-A specific APIs
(2024-10-02 12:55:51 +0200)

----------------------------------------------------------------
arm64: ZynqMP SoC changes for 6.13

event_manager:
- cleanup error path

firmware:
- add support for new SMC layout
- fix feature check logic
- extend debug interface
- update reset ID format
- report about unsupported feature in pinctrl

----------------------------------------------------------------
Gaosheng Cui (1):
      drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend()

Ronak Jain (5):
      firmware: xilinx: Add missing debug firmware interfaces
      firmware: xilinx: use u32 for reset ID in reset APIs
      firmware: xilinx: add a warning print for unsupported feature
      firmware: xilinx: add support for new SMC call format
      firmware: xilinx: fix feature check logic for TF-A specific APIs

 drivers/firmware/xilinx/zynqmp-debug.c  | 162 +++++++++++++++++++-
 drivers/firmware/xilinx/zynqmp.c        | 153 ++++++++++++++++--
 drivers/soc/xilinx/xlnx_event_manager.c |   4 +-
 include/linux/firmware/xlnx-zynqmp.h    |  39 ++++-
 4 files changed, 340 insertions(+), 18 deletions(-)