mbox series

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

Message ID 411aee78-e7e8-5966-cbe8-40ff45e27ba2@monstr.eu (mailing list archive)
State Accepted
Commit b79dec951a5ed81cdd6de88e619c1a8e3f88200f
Headers show
Series [GIT,PULL] arm64: soc: ZynqMP SoC changes for v6.5 | expand

Pull-request

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

Message

Michal Simek June 8, 2023, 12:09 p.m. UTC
Hi,

please pull these changes to your tree. I have also included changes in 
MAINTAINERS fragments. If you want me to send it separately please let me know.

Thanks,
Michal


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a49e482c52d551b46ec10fb12bbf5ad242848a59:

   MAINTAINERS: Switch to @amd.com emails (2023-06-05 13:29:09 +0200)

----------------------------------------------------------------
arm64: ZynqMP SoC changes for v6.5

soc-power
- Use of_property_present() instead of of_find_property()

soc-event
- Avoid use after free eve_data in event manager code

firmware:
- Extend zynqmp_pm_fpga_load() interface

MAINTAINERS:
- Clean xilinx records

----------------------------------------------------------------
Dan Carpenter (1):
       driver: soc: xilinx: use _safe loop iterator to avoid a use after free

Michal Simek (2):
       MAINTAINERS: Remove Hyun and Anurag from maintainer list
       MAINTAINERS: Switch to @amd.com emails

Nava kishore Manne (1):
       firmware: xilinx: Update the zynqmp_pm_fpga_load() API

Rob Herring (1):
       soc: xilinx: Use of_property_present() for testing DT property presence

  MAINTAINERS                             | 16 ++++++----------
  drivers/firmware/xilinx/zynqmp.c        | 12 ++++++++++--
  drivers/soc/xilinx/xlnx_event_manager.c |  6 ++++--
  drivers/soc/xilinx/zynqmp_power.c       |  4 ++--
  4 files changed, 22 insertions(+), 16 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org June 9, 2023, 1:10 p.m. UTC | #1
Hello:

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

On Thu, 8 Jun 2023 14:09:14 +0200 you wrote:
> Hi,
> 
> please pull these changes to your tree. I have also included changes in
> MAINTAINERS fragments. If you want me to send it separately please let me know.
> 
> Thanks,
> Michal
> 
> [...]

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

You are awesome, thank you!