[GIT PULL] FPGA Manager changes for 7.3-rc1
Xu Yilun <[email protected]>
| Newsgroups | org.kernel.vger.linux-fpga |
|---|---|
| Message-ID | <anG09zb/HD1+cD2s@yilunxu-OptiPlex-7050> |
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-v7.3-rc1 for you to fetch changes up to 4216e549a265701c88df660f42d74a7eb4819af2: fpga: dfl: fix spelling in sysfs-platform-dfl-port ABI documentation (2026-08-04 17:36:32 +0800) ---------------------------------------------------------------- FPGA Manager changes for 7.3-rc1 - Michal replaces the open code by devm_clk_get_prepared() in xilinx fpga driver - Tien Fixes the incorrect usage of stratix10_svc_done() in altera fpga driver - Greg adds error handling for fpga dfl driver - Pan removes redundant dev_err() in xilinx fpga driver - Daisuke fixes a potential out-of-bounds read in altera fpga driver - Ayananta fixes spelling in fpga dfl ABI doc All patches have been reviewed on the mailing list, and have been in the last linux-next releases (as part of our for-next branch). Signed-off-by: Xu Yilun <[email protected]> ---------------------------------------------------------------- Ayananta Paul (1): fpga: dfl: fix spelling in sysfs-platform-dfl-port ABI documentation Daisuke Matsuda (1): fpga: altera-cvp: Avoid out-of-bounds read in trailing byte write Griffin Kroah-Hartman (1): fpga: dfl: fme: add error handling Michal Simek (1): fpga: xilinx-pr-decoupler: Use devm_clk_get_prepared() Pan Chuang (1): fpga: zynq-fpga: Remove redundant dev_err() Tien Sung Ang (1): fpga: stratix10-soc: Fix SVC mailbox handling during reconfiguration Documentation/ABI/testing/sysfs-platform-dfl-port | 2 +- drivers/fpga/altera-cvp.c | 10 ++++++---- drivers/fpga/dfl-fme-perf.c | 2 ++ drivers/fpga/stratix10-soc.c | 21 ++++++++++++--------- drivers/fpga/xilinx-pr-decoupler.c | 20 ++------------------ drivers/fpga/zynq-fpga.c | 1 - 6 files changed, 23 insertions(+), 33 deletions(-)