public inbox for linux-fpga@vger.kernel.org
 help / color / mirror / Atom feed
[PATCH v3 0/2] Add device tree binding for ts73xx-fpga
 2026-04-09 12:20 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: fpga: Add Technologic Systems TS-7300 FPGA Manager
` [PATCH v3 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

[PATCH v2 0/2] Add device tree binding for ts73xx-fpga
 2026-04-09  8:03 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: fpga: Technologic Systems TS-7300 FPGA Manager
` [PATCH v2 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

[PATCH] fpga: region: fix use-after-free in child_regions_with_firmware()
 2026-04-08 15:45 UTC 

[PATCH 0/2] Add device tree binding for ts73xx-fpga
 2026-04-08  9:08 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: fpga: add binding for Technologic Systems TS-73xx FPGA
` [PATCH 2/2] fpga: ts73xx-fpga: add OF match table for device tree probing

[PATCH v6 0/3] Add Efinix FPGA configuration support
 2026-04-07 18:49 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: vendor-prefix: Add prefix for Efinix, Inc
` [PATCH v6 2/3] dt-bindings: fpga: Add Efinix SPI programming bindings
` [PATCH v6 3/3] fpga-mgr: Add Efinix SPI programming driver

[PATCH v4 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
 2026-04-07 17:22 UTC  (3+ messages)
` [PATCH v4 2/3] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
` [PATCH v4 3/3] fpga: microchip-spi: fix OOB read in mpf_ops_parse_header()

[PATCH 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
 2026-04-07 16:43 UTC  (21+ messages)
` [PATCH 2/3] fpga: dfl-afu: fix integer truncation of npages in afu_dma_pin_pages()
  ` [PATCH v2] fpga: dfl-afu: validate DMA mapping length in afu_dma_map_region()
  ` [PATCH v3 2/3] "
` [PATCH 3/3] fpga: microchip-spi: add bounds checks in mpf_ops_parse_header()
  ` [PATCH v2] "
  ` [PATCH v3] "
` [PATCH v2 1/3] fpga: dfl: add bounds check in dfh_get_param_size()
  ` [PATCH v2 2/3] fpga: dfl-afu: fix integer truncation of npages in afu_dma_pin_pages()
  ` [PATCH v2 3/3] fpga: microchip-spi: add bounds checks in mpf_ops_parse_header()

[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-04-07 10:48 UTC  (3+ messages)
` [PATCH v2 1/2] ptp: move emulated/virtual clock drivers into a dedicated subdirectory
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[GIT PULL] FPGA Manager changes for 7.1-rc1
 2026-04-07  8:01 UTC  (2+ messages)

[PATCH RESEND 0/5] bitmap: cleanup bitmaps printing
 2026-04-02  5:41 UTC  (12+ messages)
` [PATCH 1/5] powerpc/xive: simplify xive_spapr_debug_show()
` [PATCH 2/5] thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()
` [PATCH 3/5] coresight: don't use bitmap_print_to_pagebuf()
` [PATCH 4/5] lib/prime_numbers: drop temporary buffer in dump_primes()
` [PATCH 5/5] fpga: m10bmc-sec: switch show_canceled_csk() to using sysfs_emit()

[PATCH 00/10] Remove class_find_device_by_of_node in favor of finding by firmware node
 2026-03-31 10:29 UTC  (41+ messages)
` [PATCH net-next 01/10] net: wan: framer: switch to using class_find_device_by_fwnode()
` [PATCH 02/10] phy: core: "
` [PATCH 03/10] spi: "
` [PATCH 04/10] regulator: of: "
` [PATCH 05/10] leds: led-class: "
  ` (subset) "
` [PATCH 06/10] mux: "
` [PATCH net-next 07/10] net: phy: "
` [PATCH 08/10] fpga: bridge: "
` [PATCH 09/10] fpga: manager: "
` [PATCH 10/10] driver core: class: remove class_find_device_by_of_node()

[PATCH 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-03-24  9:40 UTC  (10+ messages)
` [PATCH 1/2] ptp: split clock drivers into two subdirectories
` [PATCH 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
 2026-03-17  2:12 UTC  (9+ messages)
` [RFC v2 1/2] ptp: split clock drivers into two subdirectories
` [RFC v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split

[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-03-04 18:30 UTC  (21+ messages)
` [PATCH v3 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v3 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v3 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v3 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v3 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v3 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v3 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v3 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v3 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v3 10/10] samples: rust: add SR-IOV driver sample

[PATCH 00/12] cleanup bitmaps printing in sysfs
 2026-03-03 18:17 UTC  (19+ messages)
` [PATCH 01/12] powerpc/xive: simplify xive_spapr_debug_show()
` [PATCH 02/12] octeontx2-af: siplify rvu_debugfs
` [PATCH 03/12] thermal: intel: switch cpumask_get() to using cpumask_print_to_pagebuf()
` [PATCH 04/12] lib/prime_numbers: drop temporary buffer in dump_primes()
` [PATCH 05/12] bitmap: switch test to scnprintf("%*pbl")
` [PATCH 06/12] bitmap: align test_bitmap output
` [PATCH 07/12] mm: add rest_of_page() macro
` [PATCH 08/12] coresight: don't use bitmap_print_to_pagebuf()
` [PATCH 09/12] fpga: m10bmc-sec: switch show_canceled_csk() to using scnprintf()
` [PATCH 10/12] net-sysfs: switch xps_queue_show() "
` [PATCH 11/12] cpumask: switch cpumap_print_to_pagebuf() "
` [PATCH 12/12] bitmap: drop bitmap_print_to_pagebuf()

FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.12-stable tree
 2026-03-02 14:31 UTC  (2+ messages)

[PATCH] fpga: bridge: Use sysfs_emit() instead of sprintf()
 2026-03-02  3:39 UTC  (3+ messages)

[PATCH RESEND] fpga: bridge: Use str_enabled_disabled helper in state_show
 2026-03-02  3:34 UTC  (3+ messages)

FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 5.10-stable tree
 2026-03-01  1:58 UTC 

FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 5.15-stable tree
 2026-03-01  1:48 UTC 

FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.1-stable tree
 2026-03-01  1:40 UTC 

FAILED: Patch "fpga: dfl: use subsys_initcall to allow built-in drivers to be added" failed to apply to 6.6-stable tree
 2026-03-01  1:30 UTC 

[PATCH v2 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-02-26  6:59 UTC  (16+ messages)
` [PATCH v2 01/10] PCI: add driver flag to opt into disabling SR-IOV on remove()
` [PATCH v2 02/10] fpga: dfl-pci: set driver flag to disable "
` [PATCH v2 03/10] rust: pci: add {enable,disable}_sriov(), to control SR-IOV capability
` [PATCH v2 04/10] rust: pci: add vtable attribute to pci::Driver trait
` [PATCH v2 05/10] rust: pci: add bus callback sriov_configure(), to control SR-IOV from sysfs
` [PATCH v2 06/10] rust: pci: add is_virtfn(), to check for VFs
` [PATCH v2 07/10] rust: pci: add is_physfn(), to check for PFs
` [PATCH v2 08/10] rust: pci: add num_vf(), to return number of VFs
` [PATCH v2 09/10] rust: pci: add physfn(), to return PF device for VF device
` [PATCH v2 10/10] samples: rust: add SR-IOV driver sample

[PATCH] firmware: stratix10-svc: support up to 4 buffer claims and extend timeout
 2026-02-26  6:14 UTC  (3+ messages)

[PATCH AUTOSEL 6.19-6.1] fpga: of-fpga-region: Fail if any bridge is missing
 2026-02-19  2:03 UTC 

[PATCH v5 0/3] Add Efinix FPGA SPI programming support
 2026-02-02 10:54 UTC  (9+ messages)
` [PATCH v5 2/3] dt-bindings: fpga: Add Efinix SPI programming bindings
` [PATCH v5 3/3] fpga-mgr: Add Efinix SPI programming driver

[PATCH RESEND] fpga: bridge: Use str_enabled_disabled helper in state_show
 2026-01-26  0:47 UTC 

[GIT PULL] FPGA Manager changes for 6.20-rc1
 2026-01-23 16:04 UTC  (2+ messages)

[PATCH] fpga: dfl: fix typo in header file
 2026-01-22  9:32 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