linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-27 18:56:27 to 2024-11-11 14:34:01 UTC [more...]

[GIT PULL] FPGA Manager changes for 6.13-rc1
 2024-11-11 14:33 UTC  (2+ messages)

[PATCH] fpga: Switch back to struct platform_driver::remove()
 2024-11-11  3:43 UTC  (2+ messages)

Loading FPGA Firmware with CvP
 2024-11-07 19:59 UTC 

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-30 21:15 UTC  (12+ messages)
` [PATCH v8 1/6] PCI: Make pcim_iounmap_region() a public function
` [PATCH v8 2/6] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v8 3/6] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v8 4/6] block: mtip32xx: "
` [PATCH v8 5/6] gpio: "
` [PATCH v8 6/6] ethernet: cavium: "

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-30 12:48 UTC  (39+ messages)
    ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
              ` lore.kernel.org getting senile ? [WAS: [PATCH 1/2] MAINTAINERS: Remove Huawei due to compilance requirements

[RFC v2 0/1]Add user space interaction for FPGA programming
 2024-10-29  9:17 UTC  (2+ messages)
` [RFC v2 1/1] fpga-region: Add generic IOCTL interface for runtime "

[PATCH v3 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-10-26  1:52 UTC  (21+ 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

[PATCH v4 00/19] fpga: dfl: fix kernel warning on port release/assign for SRIOV
 2024-10-25 22:37 UTC  (20+ messages)
` [PATCH v4 01/19] fpga: dfl: omit unneeded argument pdata from dfl_feature_instance_init()
` [PATCH v4 02/19] fpga: dfl: return platform data from dfl_fpga_inode_to_feature_dev_data()
` [PATCH v4 03/19] fpga: dfl: afu: use parent device to log errors on port enable/disable
` [PATCH v4 04/19] fpga: dfl: afu: define local pointer to feature device
` [PATCH v4 05/19] fpga: dfl: pass feature platform data instead of device as argument
` [PATCH v4 06/19] fpga: dfl: factor out feature data creation from build_info_commit_dev()
` [PATCH v4 07/19] fpga: dfl: store FIU type in feature platform data
` [PATCH v4 08/19] fpga: dfl: refactor internal DFL APIs to take/return feature device data
` [PATCH v4 09/19] fpga: dfl: factor out feature device registration
` [PATCH v4 10/19] fpga: dfl: factor out feature device data from platform device data
` [PATCH v4 11/19] fpga: dfl: convert features from flexible array member to separate array
` [PATCH v4 12/19] fpga: dfl: store MMIO resources in feature device data
` [PATCH v4 13/19] fpga: dfl: store platform device name "
` [PATCH v4 14/19] fpga: dfl: store platform device id "
` [PATCH v4 15/19] fpga: dfl: convert is_feature_dev_detected() to use FIU type
` [PATCH v4 16/19] fpga: dfl: allocate platform device after feature device data
` [PATCH v4 17/19] fpga: dfl: remove unneeded function build_info_create_dev()
` [PATCH v4 18/19] fpga: dfl: drop unneeded get_device() and put_device() of feature device
` [PATCH v4 19/19] fpga: dfl: destroy/recreate feature platform device on port release/assign

[PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."
 2024-10-25  8:46 UTC 

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-24 12:34 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23 10:55 UTC 

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23  9:50 UTC 

[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
 2024-10-21 13:23 UTC  (21+ 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 V1 1/3] drivers/fpga/amd: Add new driver for AMD Versal PCIe card
 2024-10-18 17:40 UTC  (10+ 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 V1 0/3] Add new driver for AMD Versal PCIe Card
 2024-10-18  6:19 UTC  (2+ messages)

[PATCH v7 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-14 12:59 UTC  (12+ 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 v7 5/5] ethernet: cavium: "

[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 RESEND] dt-bindings: fpga: altr,fpga-passive-serial: Convert to yaml
 2024-10-03 15:35 UTC  (2+ messages)

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

[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  (12+ messages)
` [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


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).