[GIT PULL] arm64: AMD/Xilinx SOC changes for v7.2
Arnd Bergmann
arnd at arndb.de
Mon Jun 1 13:39:36 PDT 2026
On Fri, May 29, 2026, at 12:15, Michal Simek wrote:
> ----------------------------------------------------------------
> arm64: Xilinx SOC changes for 7.2
>
> firmware:
> - Add CSU register discovery with sysfs interface
I looked at the contents here, and I'm not too fond of adding
low-level register access interfaces to firmware drivers,
that is usually a bad idea because it ties the interface
to a particular platform.
I have no idea what 'CSU registers' are and the ABI
description does not really explain that either.
What type of userspace would access those, and why can't
this be done in a portable way?
> zynqmp_power:
> - Fix race condition in event registration
> - Fix shutdown and free rx mailbox channel
No objections here, though they look like bugfixes that
may be 7.1 material. Up to you, but don't be shy about
sending things as bugfixes when they address real
problems, it's better than waiting for the merge window
and then immediately asking for a backport.
Arnd
More information about the linux-arm-kernel
mailing list