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 Accepted
Commit bf08f3233b0a4d57f5868455428e4adc535040a5
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Aug. 12, 2023, 10:20 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 4 Aug 2023 13:30:22 +0200 you wrote:
> Hi,
> 
> please pull these 3 patches to your tree.
> 
> Thanks,
> Michal
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] arm64: soc: ZynqMP SoC changes for v6.6
    https://git.kernel.org/soc/soc/c/bf08f3233b0a

You are awesome, thank you!