linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-23 16:22:47 to 2024-09-19 20:35:06 UTC [more...]

[PATCH v3 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-09-19 20:34 UTC  (3+ 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()

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

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

[PATCH v6 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-09-03 14:02 UTC  (8+ 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: "

[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  (16+ 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)

[PATCH] fpga: dfl: fix potential memory leak in vfio_intx_enable()
 2024-06-24 17:58 UTC  (3+ messages)

[PATCH v2 0/2] fpga: use 'time_left' instead of 'timeout' with wait_*() functions
 2024-06-22 14:54 UTC  (5+ messages)
` [PATCH v2 1/2] fpga: socfpga: use 'time_left' variable with wait_for_completion*()
` [PATCH v2 2/2] fpga: zynq-fpga: use 'time_left' variable with wait_for_completion_timeout()

[PATCH 0/2] fpga: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-06-22 14:42 UTC  (7+ messages)
` [PATCH 1/2] fpga: socfpga: use 'time_left' variable with wait_for_completion_interruptible_timeout()
` [PATCH 2/2] fpga: zynq-fpga: use 'time_left' variable with wait_for_completion_timeout()

[PATCH 2/3] dt-bindings: fpga: Add Efinix serial SPI programming binding description
 2024-06-21 10:42 UTC  (5+ messages)

[RFC PATCH v2 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-06-14  2:44 UTC  (5+ messages)
` [RFC PATCH v2 9/9] "

[PATCH] fpga: altera-fpga2sdram: remove unused struct 'prop_map'
 2024-06-14  2:21 UTC  (5+ messages)

[PATCH v2 RESEND] Revert "fpga: disable KUnit test suites when module support is enabled"
 2024-06-11  9:53 UTC  (2+ messages)

AmC - 3 / Investment Opportunity for: linux-fpga@vger.kernel.org
 2024-05-19 17:33 UTC 

[PATCH AUTOSEL 6.1 09/25] fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
 2024-05-07 23:11 UTC 

[PATCH AUTOSEL 6.6 17/43] fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
 2024-05-07 23:09 UTC 

[PATCH AUTOSEL 6.8 22/52] fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
 2024-05-07 23:06 UTC 

[PATCH v2] Revert "fpga: disable KUnit test suites when module support is enabled"
 2024-05-06 16:48 UTC 

[PATCH v2 00/30] Add parents to struct pmu -> dev
 2024-05-02 11:09 UTC  (2+ messages)
` [PATCH v2 00/30] (subset) "

[GIT PULL] FPGA Manager changes for 6.10-rc1
 2024-04-30  7:28 UTC  (2+ messages)

[GIT PULL] FPGA Manager changes for 6.9 final
 2024-04-30  7:14 UTC  (2+ messages)

[PATCH] fpga: dfl-pci: add PCI subdevice ID for Intel D5005 card
 2024-04-30  2:10 UTC  (4+ messages)

ALSA: Digital Microphone
 2024-04-29 13:18 UTC 

[PATCH] fpga: re-enable KUnit test suites for the subsystem
 2024-04-26  4:28 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).