linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-28 16:07:36 to 2024-10-14 07:53:44 UTC [more...]

[PATCH v7 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-14  7:53 UTC  (5+ messages)
` [PATCH v7 1/5] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v7 2/5] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v7 3/5] block: mtip32xx: "
` [PATCH v7 4/5] gpio: "

[PATCH V1 1/3] drivers/fpga/amd: Add new driver for AMD Versal PCIe card
 2024-10-09 10:44 UTC  (7+ messages)
` [PATCH V1 2/3] drivers/fpga/amd: Add communication with firmware
` [PATCH V1 3/3] drivers/fpga/amd: Add remote queue service APIs

[PATCH v6 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-08 13:16 UTC  (9+ messages)
` [PATCH v6 1/5] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v6 2/5] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v6 3/5] block: mtip32xx: "
` [PATCH v6 4/5] gpio: "
` [PATCH v6 5/5] ethernet: cavium: "

[PATCH V1 0/3] Add new driver for AMD Versal PCIe Card
 2024-10-07 21:55 UTC 

[PATCH RESEND] dt-bindings: fpga: altr,fpga-passive-serial: Convert to yaml
 2024-10-03 15:35 UTC  (2+ messages)

[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
 2024-09-30  6:23 UTC  (15+ messages)
` [PATCH 2/3] dt-bindings: fpga: Add Efinix serial SPI programming bindings
` [PATCH 3/3] dt-bindings: vendor-prefix: Add prefix for Efinix, Inc
` [PATCH v3 0/3] Summary of changes

[PATCH] fpga: print return value in machxo2_cleanup()
 2024-09-25 10:57 UTC 

[PATCH v3 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-09-24  9:01 UTC  (15+ messages)
` [PATCH v3 1/9] fpga: dfl: omit unneeded argument pdata from dfl_feature_instance_init()
` [PATCH v3 2/9] fpga: dfl: omit unneeded null pointer check from {afu,fme}_open()
` [PATCH v3 3/9] fpga: dfl: afu: use parent device to log errors on port enable/disable
` [PATCH v3 4/9] fpga: dfl: afu: define local pointer to feature device
` [PATCH v3 5/9] fpga: dfl: pass feature platform data instead of device as argument
` [PATCH v3 6/9] fpga: dfl: factor out feature data creation from build_info_commit_dev()
` [PATCH v3 7/9] fpga: dfl: store FIU type in feature platform data
` [PATCH v3 8/9] fpga: dfl: refactor functions to take/return feature device data
` [PATCH v3 9/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV

[RFC 0/1]Add user space interaction for FPGA programming
 2024-09-23  4:28 UTC  (8+ messages)
` [RFC 1/1] of-fpga-region: Add sysfs interface support for FPGA configuration

[RFC PATCH v2 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-09-19 21:52 UTC  (24+ messages)
` [RFC PATCH v2 2/9] fpga: dfl: migrate AFU DMA region management driver to dfl_feature_dev_data
` [RFC PATCH v2 3/9] fpga: dfl: migrate AFU MMIO "
` [RFC PATCH v2 4/9] fpga: dfl: migrate FPGA Management Engine "
` [RFC PATCH v2 6/9] fpga: dfl: migrate Accelerated Function Unit "
` [RFC PATCH v2 8/9] fpga: dfl: migrate dfl_get_feature_by_id() "
` [RFC PATCH v2 9/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV

[PATCH] dt-bindings: fpga: altr,fpga-passive-serial: Convert to yaml
 2024-09-16 16:15 UTC  (2+ messages)

[GIT PULL] FPGA Manager changes for 6.12-rc1
 2024-09-03 10:09 UTC  (2+ messages)

[PATCH v5 0/7] PCI: Remove pcim_iounmap_regions()
 2024-08-30  8:05 UTC  (14+ messages)
` [PATCH v5 1/7] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v5 2/7] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v5 3/7] block: mtip32xx: "
` [PATCH v5 4/7] gpio: "
` [PATCH v5 5/7] ethernet: cavium: "
` [PATCH v5 6/7] vdpa: solidrun: Fix UB bug with devres
` [PATCH v5 7/7] vdap: solidrun: Replace deprecated PCI functions

[PATCH v4 0/7] PCI: Remove pcim_iounmap_regions()
 2024-08-28 14:49 UTC  (13+ messages)
` [PATCH v4 1/7] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v4 2/7] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v4 3/7] block: mtip32xx: "
` [PATCH v4 4/7] gpio: "
` [PATCH v4 5/7] ethernet: cavium: "
` [PATCH v4 6/7] vdpa: solidrun: Fix UB bug with devres
` [PATCH v4 7/7] vdap: solidrun: Replace deprecated PCI functions

[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-27  3:28 UTC  (24+ messages)
` [PATCH v3 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 3/9] block: mtip32xx: "
` [PATCH v3 4/9] gpio: "
` [PATCH v3 5/9] ethernet: cavium: "
` [PATCH v3 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v3 7/9] vdpa: solidrun: Fix UB bug with devres
` [PATCH v3 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v3 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH v2 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-21 12:25 UTC  (19+ messages)
` [PATCH v2 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v2 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v2 3/9] block: mtip32xx: "
` [PATCH v2 4/9] gpio: "
` [PATCH v2 5/9] ethernet: cavium: "
` [PATCH v2 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v2 7/9] vdpa: solidrun: Fix potential UB bug with devres
` [PATCH v2 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v2 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-20 11:14 UTC  (36+ messages)
` [PATCH 1/9] PCI: Make pcim_release_region() a public function
` [PATCH 2/9] PCI: Make pcim_iounmap_region() "
` [PATCH 3/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH 4/9] block: mtip32xx: "
` [PATCH 5/9] gpio: "
` [PATCH 6/9] ethernet: cavium: "
` [PATCH 7/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH 0/3] Simplify and improve fpga test suites using deferred actions
 2024-08-15  3:01 UTC  (5+ messages)
` [PATCH 1/3] Simplify and improve the fpga manager test suite "
` [PATCH 2/3] Simplify and improve the fpga bridge "
` [PATCH 3/3] Simplify and improve the fpga region "

[PATCH v3 1/2] fpga: mgr: Rename 'timeout' variable as 'time_left'
 2024-08-15  2:59 UTC  (4+ messages)
` [PATCH v3 2/2] fpga: zynq-fpga: "

[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
 2024-08-09 10:38 UTC  (14+ messages)
` [PATCH v2 0/3] Summary of changes
  ` [PATCH v2 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
  ` [PATCH v2 2/3] dt-bindings: fpga: Add Efinix serial SPI programming bindings
  ` [PATCH v2 3/3] dt-bindings: vendor-prefix: Add prefix for Efinix, Inc

[GIT PULL] FPGA Manager changes for 6.11-rc1
 2024-07-03 13:48 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).