linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 17:37:57 to 2020-11-03 07:14:37 UTC [more...]

[PATCH 00/10] Introduce devm_fpga_mgr_register() API
 2020-11-03  7:14 UTC  (11+ messages)
` [PATCH 01/10] fpga: fpga-mgr: Add "
` [PATCH 02/10] fpga: fpga-mgr: altera-ps-spi: Simplify registration
` [PATCH 03/10] fpga: fpga-mgr: dfl-fme-mgr: "
` [PATCH 04/10] fpga: fpga-mgr: ice40-spi: "
` [PATCH 05/10] fpga: fpga-mgr: machxo2-spi: "
` [PATCH 06/10] fpga: fpga-mgr: socfpga: "
` [PATCH 07/10] fpga: fpga-mgr: ts73xx: "
` [PATCH 08/10] fpga: fpga-mgr: xilinx-spi: "
` [PATCH 09/10] fpga: fpga-mgr: zynqmp: "
` [PATCH 10/10] fpga: fpga-mgr: altera-pr-ip: "

[GIT PULL] FPGA Manager changes for 5.11
 2020-11-03  6:41 UTC  (2+ messages)

[GIT PULL] FPGA DFL Modularization changes for 5.11
 2020-11-03  6:32 UTC  (2+ messages)

[RFC PATCH 0/6] Add the netdev support for Intel PAC N3000 FPGA
 2020-11-02 14:46 UTC  (30+ messages)
` [RFC PATCH 1/6] docs: networking: add the document for DFL Ether Group driver
` [RFC PATCH 2/6] fpga: dfl: export network configuration info for DFL based FPGA
` [RFC PATCH 3/6] fpga: dfl: add an API to get the base device for dfl device
` [RFC PATCH 4/6] ethernet: m10-retimer: add support for retimers on Intel MAX 10 BMC
` [RFC PATCH 5/6] ethernet: dfl-eth-group: add DFL eth group private feature driver
` [RFC PATCH 6/6] ethernet: dfl-eth-group: add support for the 10G configurations

[PATCH v2 31/39] docs: ABI: cleanup several ABI documents
 2020-10-30 23:23 UTC  (5+ messages)

[PATCH 30/33] docs: ABI: cleanup several ABI documents
 2020-10-30  6:33 UTC  (2+ messages)

[PATCH v5 0/7] FPGA Security Manager Class Driver
 2020-10-29  6:35 UTC  (18+ messages)
` [PATCH v5 1/7] fpga: sec-mgr: intel fpga security manager class driver
` [PATCH v5 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v5 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v5 4/7] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v5 5/7] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v5 6/7] fpga: sec-mgr: enable cancel of secure update
` [PATCH v5 7/7] fpga: sec-mgr: expose hardware error info

[PATCH v11 0/2] add DFL bus support to MODULE_DEVICE_TABLE()
 2020-10-27 10:55 UTC  (5+ messages)
` [PATCH v11 1/2] fpga: dfl: add support for N3000 Nios private feature
` [PATCH v11 2/2] memory: dfl-emif: add the DFL EMIF private feature driver

[PATCH 0/2] UIO support for dfl devices
 2020-10-21  7:25 UTC  (23+ messages)
` [PATCH 1/2] fpga: dfl: add driver_override support
` [PATCH 2/2] fpga: dfl: add the userspace I/O device support for DFL devices

[PATCH v10 0/6] add DFL bus support to MODULE_DEVICE_TABLE()
 2020-10-15 16:28 UTC  (11+ messages)
` [PATCH v10 1/6] fpga: dfl: fix the definitions of type & feature_id for dfl devices
` [PATCH v10 2/6] fpga: dfl: move dfl_device_id to mod_devicetable.h
` [PATCH v10 3/6] fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
` [PATCH v10 4/6] fpga: dfl: move dfl bus related APIs to include/linux/dfl.h
` [PATCH v10 5/6] fpga: dfl: add support for N3000 Nios private feature
` [PATCH v10 6/6] memory: dfl-emif: add the DFL EMIF private feature driver

[PATCH v6 23/80] docs: get rid of :c:type explicit declarations for structs
 2020-10-13 11:53 UTC  (2+ messages)
` [PATCH v6 40/80] docs: fpga: replace :c:member: macros

[PATCH v9 0/6] add DFL bus support to MODULE_DEVICE_TABLE()
 2020-10-12 17:27 UTC  (21+ messages)
` [PATCH v9 1/6] fpga: dfl: fix the definitions of type & feature_id for dfl devices
` [PATCH v9 2/6] fpga: dfl: move dfl_device_id to mod_devicetable.h
` [PATCH v9 3/6] fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
` [PATCH v9 4/6] fpga: dfl: move dfl bus related APIs to include/linux/fpga/dfl.h
` [PATCH v9 5/6] fpga: dfl: add support for N3000 Nios private feature
` [PATCH v9 6/6] memory: dfl-emif: add the DFL EMIF private feature driver

[PATCH v3 1/5] fpga: dfl: rename the bus type "dfl" to "fpga-dfl"
 2020-10-10  7:03 UTC  (13+ messages)

(no subject)
 2020-10-09 21:25 UTC  (12+ messages)
` [PATCH v2 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API
` [PATCH v2 02/10] fpga: fpga-mgr: altera-ps-spi: Simplify registration
` [PATCH v2 04/10] fpga: fpga-mgr: ice40-spi: "
` [PATCH v2 05/10] fpga: fpga-mgr: machxo2-spi: "
` [PATCH v2 06/10] fpga: fpga-mgr: socfpga: "
` [PATCH v2 07/10] fpga: fpga-mgr: ts73xx: "
` [PATCH v2 08/10] fpga: fpga-mgr: xilinx-spi: "
` [PATCH v2 09/10] fpga: fpga-mgr: zynqmp: "
` [PATCH v2 10/10] fpga: fpga-mgr: altera-pr-ip: "

[PATCH v2 0/6] Intel MAX10 BMC Security Engine Driver
 2020-10-09 20:15 UTC  (20+ messages)
` [PATCH v2 1/6] mfd: intel-m10-bmc: support for MAX10 BMC Security Engine
` [PATCH v2 2/6] fpga: m10bmc-sec: create max10 bmc security engine
` [PATCH v2 3/6] fpga: m10bmc-sec: expose max10 flash update counts
` [PATCH v2 4/6] fpga: m10bmc-sec: expose max10 canceled keys in sysfs
` [PATCH v2 5/6] fpga: m10bmc-sec: add max10 secure update functions

[PATCH v3 0/6] Intel MAX10 BMC Secure Update Driver
 2020-10-09  7:22 UTC  (8+ messages)
` [PATCH v3 1/6] mfd: intel-m10-bmc: support for MAX10 BMC Secure Updates
` [PATCH v3 2/6] fpga: m10bmc-sec: create max10 bmc secure update driver
` [PATCH v3 3/6] fpga: m10bmc-sec: expose max10 flash update counts
` [PATCH v3 4/6] fpga: m10bmc-sec: expose max10 canceled keys in sysfs
` [PATCH v3 5/6] fpga: m10bmc-sec: add max10 secure update functions
` [PATCH v3 6/6] fpga: m10bmc-sec: add max10 get_hw_errinfo callback func

[PATCH v4 0/7] FPGA Security Manager Class Driver
 2020-10-08  0:16 UTC  (8+ messages)
` [PATCH v4 1/7] fpga: sec-mgr: intel fpga security manager class driver
` [PATCH v4 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v4 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v4 4/7] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v4 5/7] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v4 6/7] fpga: sec-mgr: enable cancel of secure update
` [PATCH v4 7/7] fpga: sec-mgr: expose hardware error info

[PATCH v3 0/7] Intel FPGA Security Manager Class Driver
 2020-10-07 18:11 UTC  (12+ messages)
` [PATCH v3 1/7] fpga: sec-mgr: intel fpga security manager class driver
` [PATCH v3 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v3 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v3 4/7] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v3 5/7] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v3 6/7] fpga: sec-mgr: enable cancel of secure update
` [PATCH v3 7/7] fpga: sec-mgr: expose hardware error info

[PATCH v2 0/7] Intel FPGA Security Manager Class Driver
 2020-10-06 20:00 UTC  (14+ messages)
` [PATCH v2 1/7] fpga: sec-mgr: intel fpga security manager class driver
` [PATCH v2 2/7] fpga: sec-mgr: enable secure updates
` [PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v2 4/7] fpga: sec-mgr: expose sec-mgr update errors

[PATCH v5 22/52] docs: get rid of :c:type explicit declarations for structs
 2020-10-06 16:41 UTC  (3+ messages)
` [PATCH v5 40/52] docs: fpga: replace :c:member: macros

[PATCH v2 00/10] Introduce devm_fpga_mgr_register()
 2020-10-05 17:39 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).