On Wed, Apr 07, 2021 at 06:48:08PM -0700, Moritz Fischer wrote: > The following changes since commit 6f1e376cfc6864a2f46538db909bbd5253c3c146: > > fpga: Add support for Xilinx DFX AXI Shutdown manager (2021-03-06 07:54:40 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga.git tags/fpga-late-for-5.13 > > for you to fetch changes up to a78a51a851ed3edc83264a67e2ba77a34f27965f: > > fpga: dfl: pci: add DID for D5005 PAC cards (2021-04-05 17:46:56 -0700) > > ---------------------------------------------------------------- > Second set of FPGA Manager changes for 5.13-rc1 > > FPGA Manager: > - Russ' first change improves port_enable reliability > - Russ' second change adds a new device ID for a DFL device > - Geert's change updates the examples in binding with dt overlay sugar > syntax > > All patches have been reviewed on the mailing list, and have been in the > last linux-next releases (as part of my for-next branch) without issues. > > Signed-off-by: Moritz Fischer <mdf@xxxxxxxxxx> > > ---------------------------------------------------------------- > Geert Uytterhoeven (1): > dt-bindings: fpga: fpga-region: Convert to sugar syntax > > Russ Weight (2): > fpga: dfl: afu: harden port enable logic > fpga: dfl: pci: add DID for D5005 PAC cards > > .../devicetree/bindings/fpga/fpga-region.txt | 187 ++++++++++----------- > drivers/fpga/dfl-afu-error.c | 10 +- > drivers/fpga/dfl-afu-main.c | 35 ++-- > drivers/fpga/dfl-afu.h | 2 +- > drivers/fpga/dfl-pci.c | 18 +- > 5 files changed, 127 insertions(+), 125 deletions(-) Ugh, sorry, let me resend this with correct sender ... I was messing with my local mail setup ... Moritz