All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: soc: ZynqMP SoC changes for v6.5
@ 2023-06-08 12:09 ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2023-06-08 12:09 UTC (permalink / raw)
  To: SoC Team; +Cc: git (AMD-Xilinx), linux-arm-kernel

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(-)

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] arm64: soc: ZynqMP SoC changes for v6.5
@ 2023-06-08 12:09 ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2023-06-08 12:09 UTC (permalink / raw)
  To: SoC Team; +Cc: git (AMD-Xilinx), linux-arm-kernel

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(-)

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP/Versal ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP/Versal/Versal NET SoCs
TF-A maintainer - Xilinx ZynqMP/Versal/Versal NET SoCs

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] arm64: soc: ZynqMP SoC changes for v6.5
  2023-06-08 12:09 ` Michal Simek
  (?)
@ 2023-06-09 13:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-09 13:10 UTC (permalink / raw)
  To: Michal Simek; +Cc: soc

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!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-09 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 12:09 [GIT PULL] arm64: soc: ZynqMP SoC changes for v6.5 Michal Simek
2023-06-08 12:09 ` Michal Simek
2023-06-09 13:10 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.