mbox series

[GIT,PULL] arm64: soc: ZynqMP SoC changes for v6.6

Message ID 399efa45-df0a-4ec7-e25c-774bb8bf6fb4@monstr.eu (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64: soc: ZynqMP SoC changes for v6.6 | expand

Pull-request

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

Message

Michal Simek Aug. 4, 2023, 11:30 a.m. UTC
Hi,

please pull these 3 patches to your tree.

Thanks,
Michal

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

   Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 746db5d0b6d2a4bce0bc972bffd8428c606106cd:

   soc: xilinx: Do not check for 0 return after calling platform_get_irq() 
(2023-08-04 08:53:21 +0200)

----------------------------------------------------------------
arm64: ZynqMP SoC changes for 6.6

- Cleanup remove callback in event driver
- Explicitly include correct DT header in power driver
- Fix logic around irq = 0 in power driver

----------------------------------------------------------------
Rob Herring (1):
       soc: xilinx: Explicitly include correct DT includes

Ruan Jinjie (1):
       soc: xilinx: Do not check for 0 return after calling platform_get_irq()

Uwe Kleine-König (1):
       driver: soc: xilinx: Convert to platform remove callback returning void

  drivers/soc/xilinx/xlnx_event_manager.c | 6 ++----
  drivers/soc/xilinx/zynqmp_power.c       | 5 +++--
  2 files changed, 5 insertions(+), 6 deletions(-)