Message ID | ZtM8QWGFKIRLc+NZ@yilunxu-OptiPlex-7050 (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] FPGA Manager changes for 6.12-rc1 | expand |
On Sat, Aug 31, 2024 at 11:52:33PM +0800, Xu Yilun wrote: > The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: > > Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.12-rc1 Pulled and pushed out, thanks. greg k-h
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga tags/fpga-for-6.12-rc1 for you to fetch changes up to 8de36789bd038ae24e29c40cbbc9e7d59604f54f: fpga: zynq-fpga: Rename 'timeout' variable as 'time_left' (2024-08-14 23:58:14 +0800) ---------------------------------------------------------------- FPGA Manager changes for 6.12-rc1 FPGA unit test: - Macro's change improves fpga tests using deferred actions FPGA vendor drivers: - Wolfram's change renames confusing variables for Altera & Xilinx drivers. 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 <yilun.xu@intel.com> ---------------------------------------------------------------- Marco Pagani (3): fpga: Simplify and improve fpga mgr test using deferred actions fpga: Simplify and improve fpga bridge test using deferred actions fpga: Simplify and improve fpga region test using deferred actions Wolfram Sang (2): fpga: socfpga: Rename 'timeout' variable as 'time_left' fpga: zynq-fpga: Rename 'timeout' variable as 'time_left' drivers/fpga/socfpga.c | 7 +++--- drivers/fpga/tests/fpga-bridge-test.c | 25 ++++++++++----------- drivers/fpga/tests/fpga-mgr-test.c | 28 ++++++++++++++---------- drivers/fpga/tests/fpga-region-test.c | 41 ++++++++++++++++++++--------------- drivers/fpga/zynq-fpga.c | 8 +++---- 5 files changed, 60 insertions(+), 49 deletions(-)