Merge tag 'zynqmp-soc-for-6.8' of https://github.com/Xilinx/linux-xlnx into soc/drivers
authorArnd Bergmann <arnd@arndb.de>
Fri, 22 Dec 2023 11:15:29 +0000 (11:15 +0000)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Dec 2023 11:15:29 +0000 (11:15 +0000)
commitc55a4983e93ff4d4ddb92ecd3d45c21066ed3b82
tree277dfeaed6f5a6df2428991b1a98ed388ad29631
parente85c036c990671c231e9d86b7fedca6cf2cb4e38
parent87fda1acfc3b9048261799817ef749e6deb95724
Merge tag 'zynqmp-soc-for-6.8' of https://github.com/Xilinx/linux-xlnx into soc/drivers

arm64: ZynqMP SoC changes for 6.8

power driver:
- Move to remove_new hook
- Report error around unsupported callback
- Fix long messages

event driver:
- Fix cpu_id handling
- Fix warning message

* tag 'zynqmp-soc-for-6.8' of https://github.com/Xilinx/linux-xlnx:
  soc: xilinx: Add error message for invalid payload received from IPI callback.
  soc: xilinx: fix unhandled SGI warning message
  soc: xilinx: fix quoted string split across lines
  soc: xilinx: Fix for call trace due to the usage of smp_processor_id()
  soc/xilinx: zynqmp_power: Convert to platform remove callback returning void

Link: https://lore.kernel.org/r/CAHTX3dJ=6y=vEgmH7Qqe=6TJZT=D-egKDmLLER4fS0=OHJRGZA@mail.gmail.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>