linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-17 03:08:56 to 2018-11-12 19:39:38 UTC [more...]

[PATCH 0/5] fpga: patches for v4.19
 2018-11-12 19:39 UTC  (9+ messages)
` [PATCH 4/5] fpga: of-fpga-region: Use platform_set_drvdata
` [PATCH 5/5] fpga: dfl-fme-region: Use platform_get_drvdata()

[RESEND 0/2] fpga fixes for 4.20
 2018-11-12 19:38 UTC  (3+ messages)
` [RESEND 1/2] fpga: of-fpga-region: Use platform_set_drvdata
` [RESEND 2/2] fpga: dfl-fme-region: Use platform_get_drvdata()

[PATCH 0/4] patches for FPGA
 2018-11-12  7:59 UTC  (6+ messages)
` [PATCH 1/4] fpga: altera-cvp: fix 'bad IO access' on x86_64
` [PATCH 2/4] fpga: dfl: fme: remove set but not used variable 'priv'
` [PATCH 3/4] fpga: altera-cvp: Fix registration for CvP incapable devices
` [PATCH 4/4] zynq-fpga: Only route PR via PCAP when required

[PATCH 0/3] Add support for ARRI FPGA configuration
 2018-11-10 10:39 UTC  (12+ messages)
` [PATCH 1/3] usb: misc: add driver for FT232H based FPGA configuration devices
` [PATCH 2/3] spi: add FTDI MPSSE SPI controller driver
  ` [PATCH v2 "
` [PATCH 3/3] fpga: Add fpga manager driver for ARRI Altera FPP

[PATCH 0/2] fpga: altera-cvp: clean checkpatch faults
 2018-11-08  1:13 UTC  (3+ messages)
` [PATCH 1/2] fpga: altera-cvp: Insert SPDX-License-Identifier
` [PATCH 2/2] fpga: altera-cvp: Fix function definition argument

[GIT PULL] of: overlay: validation checks, subsequent fixes for v20
 2018-11-09 21:44 UTC  (3+ messages)
` [GIT PULL] of: overlay: validation checks, subsequent fixes for v20 -- correction: v4.20

[PATCH v7 00/17] of: overlay: validation checks, subsequent fixes
 2018-11-09  6:06 UTC  (18+ messages)
` [PATCH v7 01/17] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v7 02/17] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v7 03/17] of: overlay: add missing of_node_get() in __of_attach_node_sysfs
` [PATCH v7 04/17] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v7 05/17] of: overlay: use prop add changeset entry for property in new nodes
` [PATCH v7 06/17] of: overlay: do not duplicate properties from overlay for "
` [PATCH v7 07/17] of: overlay: reorder fields in struct fragment
` [PATCH v7 08/17] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH v7 09/17] of: overlay: make all pr_debug() and pr_err() messages unique
` [PATCH v7 10/17] of: overlay: test case of two fragments adding same node
` [PATCH v7 11/17] of: overlay: check prevents multiple fragments add or delete "
` [PATCH v7 12/17] of: overlay: check prevents multiple fragments touching same property
` [PATCH v7 13/17] of: unittest: remove unused of_unittest_apply_overlay() argument
` [PATCH v7 14/17] of: overlay: set node fields from properties when add new overlay node
` [PATCH v7 15/17] of: unittest: allow base devicetree to have symbol metadata
` [PATCH v7 16/17] of: unittest: find overlays[] entry by name instead of index
` [PATCH v7 17/17] of: unittest: initialize args before calling of_*parse_*()

[PATCH v2] fpga: altera-cvp: fix probing for multiple FPGAs on the bus
 2018-11-08 17:13 UTC  (2+ messages)

[PATCH v6 00/18] of: overlay: validation checks, subsequent fixes
 2018-11-07 23:48 UTC  (30+ messages)
` [PATCH v6 01/18] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v6 02/18] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v6 03/18] of: overlay: add missing of_node_get() in __of_attach_node_sysfs
` [PATCH v6 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v6 05/18] of: overlay: use prop add changeset entry for property in new nodes
` [PATCH v6 06/18] of: overlay: do not duplicate properties from overlay for "
` [PATCH v6 07/18] of: dynamic: change type of of_{at,de}tach_node() to void
` [PATCH v6 08/18] of: overlay: reorder fields in struct fragment
` [PATCH v6 09/18] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH v6 10/18] of: overlay: make all pr_debug() and pr_err() messages unique
` [PATCH v6 11/18] of: overlay: test case of two fragments adding same node
` [PATCH v6 12/18] of: overlay: check prevents multiple fragments add or delete "
` [PATCH v6 13/18] of: overlay: check prevents multiple fragments touching same property
` [PATCH v6 14/18] of: unittest: remove unused of_unittest_apply_overlay() argument
` [PATCH v6 15/18] of: overlay: set node fields from properties when add new overlay node
` [PATCH v6 16/18] of: unittest: allow base devicetree to have symbol metadata
` [PATCH v6 17/18] of: unittest: find overlays[] entry by name instead of index
` [PATCH v6 18/18] of: unittest: initialize args before calling of_*parse_*()

[PATCH] fpga: altera-cvp: fix probing for multiple FPGAs on the bus
 2018-11-07 22:11 UTC  (6+ messages)

[PATCHv10 0/8] Add Intel Stratix10 FPGA manager and service layer
 2018-11-07 20:49 UTC  (14+ messages)
` [PATCHv10 1/8] dt-bindings, firmware: add Intel Stratix10 service layer binding
` [PATCHv10 2/8] arm64: dts: stratix10: add stratix10 service driver binding to base dtsi
` [PATCHv10 3/8] firmware: add Intel Stratix10 service layer driver
` [PATCHv10 4/8] dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
` [PATCHv10 5/8] arm64: dts: stratix10: add fpga manager and region
` [PATCHv10 6/8] fpga: add intel stratix10 soc fpga manager driver
` [PATCHv10 7/8] Documentation: driver-api: add stratix10 service layer
` [PATCHv10 8/8] firmware: add remote status update client support

[PATCH] fpga: altera-cvp: output expected CvP VSE_PCIE_EXT_CAP_ID in error case
 2018-11-06 21:58 UTC 

[PATCH v2] fpga: mgr: add notifier for manager register/unregister events
 2018-11-06 19:47 UTC  (5+ messages)

[PATCH v2] fpga: mgr: altera-ps-spi: enable usage on non-dt platforms
 2018-11-05 17:54 UTC  (3+ messages)

[PATCH] fpga: altera-cvp: fix 'bad IO access' on x86_64
 2018-11-02 21:02 UTC  (3+ messages)

[PATCH] fpga: xilinx-spi: Use unique FPGA manager names
 2018-11-01 19:44 UTC  (8+ messages)

[PATCH v3] fpga: mgr: altera-ps-spi: enable usage on non-dt platforms
 2018-11-01 21:22 UTC 

[PATCH v2] fpga: altera-cvp: Fix registration for CvP incapable devices
 2018-11-01 18:39 UTC  (3+ messages)

[PATCH] zynq-fpga: Only route PR via PCAP when required
 2018-11-01 18:33 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] fpga: altera_cvp: restrict registration to CvP enabled devices
 2018-10-28 17:35 UTC  (9+ messages)
  ` AW: "

[PATCH v5 00/18] of: overlay: validation checks, subsequent fixes
 2018-10-25 15:25 UTC  (23+ messages)
` [PATCH v5 01/18] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v5 02/18] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v5 03/18] of: overlay: add missing of_node_get() in __of_attach_node_sysfs
` [PATCH v5 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v5 05/18] of: overlay: use prop add changeset entry for property in new nodes
` [PATCH v5 06/18] of: overlay: do not duplicate properties from overlay for "
` [PATCH v5 07/18] of: dynamic: change type of of_{at,de}tach_node() to void
` [PATCH v5 08/18] of: overlay: reorder fields in struct fragment
` [PATCH v5 09/18] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH v5 10/18] of: overlay: make all pr_debug() and pr_err() messages unique
` [PATCH v5 11/18] of: overlay: test case of two fragments adding same node
` [PATCH v5 12/18] of: overlay: check prevents multiple fragments add or delete "
` [PATCH v5 13/18] of: overlay: check prevents multiple fragments touching same property
` [PATCH v5 14/18] of: unittest: remove unused of_unittest_apply_overlay() argument
` [PATCH v5 15/18] of: overlay: set node fields from properties when add new overlay node
` [PATCH v5 16/18] of: unittest: allow base devicetree to have symbol metadata
` [PATCH v5 17/18] of: unittest: find overlays[] entry by name instead of index
` [PATCH v5 18/18] of: unittest: initialize args before calling of_*parse_*()

[PATCH v2 0/3] Add Bitstream configuration support for ZynqMP
 2018-10-25  7:32 UTC  (3+ messages)
` [PATCH v2 1/3] firmware: xilinx: Add fpga API's
` [PATCH v2 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver

[PATCH 0/3] Add Bitstream configuration support for ZynqMP
 2018-10-24  6:45 UTC  (14+ messages)
` [PATCH 1/3] firmware: xilinx: Add fpga API's
` [PATCH 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver
` [PATCH 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp

[PATCH] fpga: altera-cvp: Fix registration for CvP incapable devices
 2018-10-23 14:53 UTC  (3+ messages)

[Bug] altera_cvp registers a PCI device (Altera/Intel FPGA) without verifying that it supports CVP
 2018-10-22 10:33 UTC  (2+ messages)

[PATCH v4 00/18] of: overlay: validation checks, subsequent fixes
 2018-10-19 16:10 UTC  (19+ messages)
` [PATCH v4 01/18] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v4 02/18] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v4 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v4 09/18] of: overlay: validate overlay properties #address-cells and #size-cells


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