mbox series

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

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

Pull-request

https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc2-for-6.11

Message

Michal Simek June 25, 2024, 1:33 p.m. UTC
Hi,

please pull the following patches to your tree. Nothing significant
there just small alignments.

Thanks,
Michal

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://github.com/Xilinx/linux-xlnx.git tags/zynqmp-soc2-for-6.11

for you to fetch changes up to 9b003e14801cf85a8cebeddc87bc9fc77100fdce:

  drivers: soc: xilinx: check return status of get_api_version()
(2024-06-03 13:07:57 +0200)

----------------------------------------------------------------
arm64: Xilinx SoC changes for 6.11

Timer
- Fix u32 overflow issue in 32-bit width PWM mode.

Event manager:
- rename cpu_number1 to dummy_cpu_number

Power:
- Add cb event for subsystem restart
- check return status of get_api_version()

Firmware:
- Move FIRMWARE_VERSION_MASK to xlnx-zynqmp.h

----------------------------------------------------------------
Jay Buddhabhatti (3):
      soc: xilinx: rename cpu_number1 to dummy_cpu_number
      soc: xilinx: Add cb event for subsystem restart
      drivers: soc: xilinx: check return status of get_api_version()

Ken Sloat (1):
      pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode.

Ronak Jain (1):
      firmware: xilinx: Move FIRMWARE_VERSION_MASK to xlnx-zynqmp.h

 drivers/firmware/xilinx/zynqmp.c            |   3 -
 drivers/soc/xilinx/xlnx_event_manager.c     |  16 +-
 drivers/soc/xilinx/zynqmp_power.c           | 155 +++++++++++++++++---
 include/clocksource/timer-xilinx.h          |   2 +-
 include/linux/firmware/xlnx-event-manager.h |  10 ++
 include/linux/firmware/xlnx-zynqmp.h        |   3 +
 6 files changed, 152 insertions(+), 37 deletions(-)