linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 16:28:29 to 2021-06-10 07:43:15 UTC [more...]

[PATCH v2 0/8] fpga: Populate dev_release functions
 2021-06-10  7:37 UTC  (10+ messages)
` [PATCH v2 1/8] fpga: altera-pr-ip: Remove function alt_pr_unregister
` [PATCH v2 2/8] fpga: stratix10-soc: Add missing fpga_mgr_free() call
` [PATCH v2 3/8] fpga: mgr: Rename dev to parent for parent device
` [PATCH v2 4/8] fpga: bridge: "
` [PATCH v2 5/8] fpga: region: "
` [PATCH v2 6/8] fpga: mgr: Use standard dev_release for class driver
` [PATCH v2 7/8] fpga: bridge: "
` [PATCH v2 8/8] fpga: region: "

[PATCH v2 0/4] fpga: reorganize to subdirs
 2021-06-09 19:16 UTC  (17+ messages)
` [PATCH v2 1/4] fpga: dfl: reorganize to subdir layout
` [PATCH v2 2/4] fpga: xilinx: "
` [PATCH v2 3/4] fpga: altera: "
` [PATCH v2 4/4] fpga: lattice: "

[PATCH v1 0/5] fpga: Populate dev_release functions
 2021-06-09 16:45 UTC  (14+ messages)
` [PATCH v1 1/5] fpga: mgr: Use standard dev_release for class driver
` [PATCH v1 2/5] fpga: altera-pr-ip: Remove fpga_mgr_unregister() call
` [PATCH v1 3/5] fpga: stratix10-soc: Add missing fpga_mgr_free() call
` [PATCH v1 4/5] fpga: bridge: Use standard dev_release for class driver
` [PATCH v1 5/5] fpga: region: "

[PATCH 6/7] fpga: xilinx: remove xilinx- prefix on files
 2021-06-09 14:57 UTC  (4+ messages)

Proposal
 2021-06-09 12:10 UTC 

[PATCH 0/7] fpga: reorganize to subdirs
 2021-06-09 13:21 UTC  (8+ messages)
` [PATCH 1/7] fpga: dfl: reorganize to subdir layout
` [PATCH 2/7] fpga: xilinx: "
` [PATCH 3/7] fpga: altera: "
` [PATCH 4/7] fpga: lattice: "
` [PATCH 5/7] fpga: dfl: remove dfl- prefix on files
` [PATCH 6/7] fpga: xilinx: remove xilinx- "
` [PATCH 7/7] fpga: altera: remove altera- "

[PATCH 0/7] fpga: reorganize to subdirs
 2021-06-09 13:17 UTC  (4+ messages)
` [PATCH 1/7] fpga: dfl: reorganize to subdir layout
` [PATCH 2/7] fpga: xilinx: "

[PATCH 0/7] fpga: reorganize to subdirs
 2021-06-09 13:11 UTC  (10+ messages)
` [PATCH 1/7] fpga: dfl: reorganize to subdir layout
` [PATCH 2/7] fpga: xilinx: "
` [PATCH 3/7] fpga: altera: "
` [PATCH 4/7] fpga: lattice: "
` [PATCH 5/7] fpga: dfl: remove dfl- prefix on files

Projects
 2021-06-09 12:09 UTC 

[PATCH 7/7] fpga: altera: remove altera- prefix on files
 2021-06-09 10:00 UTC  (2+ messages)

[RFC v2 0/4]Fpga: adds support to load the user-key encrypted FPGA Image loading
 2021-06-09  9:56 UTC  (8+ messages)
` [RFC v2 1/4] drivers: firmware: Add user encrypted key load API support
` [RFC v2 2/4] fpga: Add new property to support user-key encrypted bitstream loading
` [RFC v2 3/4] drivers: fpga: Add user-key encrypted FPGA Image loading support
` [RFC v2 4/4] fpga: zynqmp: "

[PATCH 00/11] fpga: change FPGA indirect article to an
 2021-06-09  3:10 UTC  (14+ messages)
` [PATCH 01/11] dt-bindings: fpga: fpga-region: "
` [PATCH 02/11] Documentation: fpga: dfl: "
` [PATCH 03/11] Documentation: ocxl.rst: "
` [PATCH 04/11] crypto: marvell: cesa: "
` [PATCH 05/11] fpga: "
` [PATCH 06/11] fpga: bridge: "
` [PATCH 07/11] fpga-mgr: "
` [PATCH 08/11] fpga: region: "
` [PATCH 09/11] fpga: of-fpga-region: "
` [PATCH 10/11] fpga: stratix10-soc: "
` [PATCH 11/11] staging: fpgaboot: "

[PATCH v2 0/7] wrappers for fpga_manager_ops
 2021-06-08 19:55 UTC  (9+ messages)
` [PATCH v2 1/7] fpga-mgr: wrap the write_init() op
` [PATCH v2 2/7] fpga-mgr: make write_complete() op optional
` [PATCH v2 3/7] fpga-mgr: wrap the write() op
` [PATCH v2 4/7] fpga-mgr: wrap the status() op
` [PATCH v2 5/7] fpga-mgr: wrap the state() op
` [PATCH v2 6/7] fpga-mgr: wrap the fpga_remove() op
` [PATCH v2 7/7] fpga-mgr: collect wrappers and change to inline

[PATCH 0/7] fpga: wrappers for fpga_manager_ops
 2021-06-08 19:05 UTC  (13+ messages)
` [PATCH 1/7] fpga: wrap the write_init() op
` [PATCH 2/7] fpga: make write_complete() op optional
` [PATCH 3/7] fpga: wrap the write() op
` [PATCH 4/7] fpga: wrap the status() op
` [PATCH 5/7] fpga: wrap the state() op
` [PATCH 6/7] fpga: wrap the fpga_remove() op
` [PATCH 7/7] fpga: collect wrappers and change to inline

[PATCH v4 0/3] fpga: Use standard class dev_release function
 2021-06-08 16:44 UTC  (19+ messages)
` [PATCH v4 1/3] fpga: mgr: Use standard dev_release for class driver
` [PATCH v4 2/3] fpga: bridge: "
` [PATCH v4 3/3] fpga: region: "

[PATCH 1/2] fpga: mgr: Adds secure BitStream loading support
 2021-06-08 11:50 UTC  (8+ messages)

[PATCH v7 0/4]Add Bitstream configuration support for Versal
 2021-06-04 13:53 UTC  (7+ messages)
` [PATCH v7 1/4] drivers: firmware: Add PDI load API support
` [PATCH v7 2/4] dt-bindings: fpga: Add binding doc for versal fpga manager
` [PATCH v7 3/4] dt-bindings: firmware: Add bindings for xilinx firmware
` [PATCH v7 4/4] fpga: versal-fpga: Add versal fpga manager driver

[PATCH v6 0/4]Add Bitstream configuration support for Versal
 2021-06-04  7:36 UTC  (10+ messages)
` [PATCH v6 2/4] dt-bindings: fpga: Add binding doc for versal fpga manager
` [PATCH v6 3/4] dt-bindings: firmware: Add bindings for xilinx firmware
` [PATCH v6 4/4] fpga: versal-fpga: Add versal fpga manager driver

[PATCH V7 XRT Alveo 00/20] XRT Alveo driver overview
 2021-06-03 14:23 UTC  (23+ messages)
` [PATCH V7 XRT Alveo 01/20] Documentation: fpga: Add a document describing XRT Alveo drivers
` [PATCH V7 XRT Alveo 02/20] fpga: xrt: driver metadata helper functions
` [PATCH V7 XRT Alveo 03/20] fpga: xrt: xclbin file "
` [PATCH V7 XRT Alveo 04/20] fpga: xrt: xrt-lib driver manager
` [PATCH V7 XRT Alveo 05/20] fpga: xrt: group driver
` [PATCH V7 XRT Alveo 06/20] fpga: xrt: char dev node helper functions
` [PATCH V7 XRT Alveo 07/20] fpga: xrt: root driver infrastructure
` [PATCH V7 XRT Alveo 08/20] fpga: xrt: "
` [PATCH V7 XRT Alveo 09/20] fpga: xrt: management physical function driver (root)
` [PATCH V7 XRT Alveo 10/20] fpga: xrt: main driver for management function device
` [PATCH V7 XRT Alveo 11/20] fpga: xrt: fpga-mgr and region implementation for xclbin download
` [PATCH V7 XRT Alveo 12/20] fpga: xrt: VSEC driver
` [PATCH V7 XRT Alveo 13/20] fpga: xrt: User Clock Subsystem driver
` [PATCH V7 XRT Alveo 14/20] fpga: xrt: ICAP driver
` [PATCH V7 XRT Alveo 15/20] fpga: xrt: devctl xrt driver
` [PATCH V7 XRT Alveo 16/20] fpga: xrt: clock driver
` [PATCH V7 XRT Alveo 17/20] fpga: xrt: clock frequency counter driver
` [PATCH V7 XRT Alveo 18/20] fpga: xrt: DDR calibration driver
` [PATCH V7 XRT Alveo 19/20] fpga: xrt: partition isolation driver
` [PATCH V7 XRT Alveo 20/20] fpga: xrt: Kconfig and Makefile updates for XRT drivers
  ` RFC : [PATCH V7 XRT Alveo 00/20] XRT Alveo driver overview

[PATCH 0/3]Enable PM generic domain support
 2021-06-02 20:39 UTC  (7+ messages)
` [PATCH 3/3] fpga: region: Adds runtime PM support

[PATCH] fpga: fix spelling mistakes
 2021-05-28 22:14 UTC  (3+ messages)

[PATCH] fpga: fpga-bridge: removed repeated word
 2021-05-28 22:14 UTC  (3+ messages)

[PATCH v3 0/3] fpga: Use standard class dev_release function
 2021-05-28 17:43 UTC  (17+ messages)
` [PATCH v3 1/3] fpga: mgr: Use standard dev_release for class driver
` [PATCH v3 2/3] fpga: bridge: "
` [PATCH v3 3/3] fpga: region: "

[RFC PATCH 0/4]Fpga: adds support to load the user-key encrypted FPGA Image loading
 2021-05-27 10:50 UTC  (6+ messages)
` [RFC PATCH 2/4] fpga: Add new properties to support user-key encrypted bitstream loading

[PATCH v3 6/6] fpga: dfl: stub in reimaging
 2021-05-24 16:28 UTC 

[PATCH v3 5/6] fpga: use reimage ops in fpga_mgr_load()
 2021-05-24 16:28 UTC 

[PATCH v3 4/6] fpga: defer checking for update ops until they are used
 2021-05-24 16:28 UTC 


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