linux-fpga.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-15 00:34:03 to 2018-10-15 19:01:15 UTC [more...]

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

[PATCH] Add RIFFA PCIe driver to staging tree
 2018-10-15 10:47 UTC 

[PATCH v3 0/4] fpga: add devm managed create APIs
 2018-10-15 14:54 UTC  (9+ messages)
` [PATCH v3 1/4] fpga: mgr: add devm_fpga_mgr_create
` [PATCH v3 2/4] fpga: bridge: add devm_fpga_bridge_create
` [PATCH v3 3/4] fpga: add devm_fpga_region_create
` [PATCH v3 4/4] docs: fpga: document programming fpgas using regions

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

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

[PATCH 0/5] fpga: patches for v4.19
 2018-09-30 15:49 UTC  (8+ messages)
` [PATCH 1/5] fpga: do not access region struct after fpga_region_unregister
` [PATCH 2/5] fpga: bridge: fix obvious function documentation error
` [PATCH 3/5] docs: fpga: document fpga manager flags
` [PATCH 4/5] fpga: of-fpga-region: Use platform_set_drvdata
` [PATCH 5/5] fpga: dfl-fme-region: Use platform_get_drvdata()

[PATCH] dt-bindings: fpga: fix freeze controller compatible in region doc
 2018-09-25 21:09 UTC  (4+ messages)

[RFC PATCH v2 0/3] Add Bitstream configuration support for ZynqMP
 2018-09-25 20:17 UTC  (5+ messages)
` [RFC PATCH v2 1/3] firmware: xilinx: Add fpga API's
` [RFC PATCH v2 2/3] dt-bindings: fpga: Add bindings for ZynqMP fpga driver
` [RFC PATCH v2 3/3] fpga manager: Adding FPGA Manager support for Xilinx zynqmp

Call for speakers for the Devicetree Microconference @ the 2018 LPC in Vancouver
 2018-09-25  4:01 UTC 

Portable DT Connectors with regard to FPGAs
 2018-09-25  3:47 UTC  (2+ messages)

[PATCH -next] fpga: dfl: fme: remove set but not used variable 'priv'
 2018-09-15  1:52 UTC  (4+ messages)

[PATCH] fpga: region: fix spelling mistake "partion" -> "partition"
 2018-09-13 20:21 UTC  (2+ messages)

[PATCH v2 0/8] fpga: add devm managed create APIs
 2018-09-06 21:28 UTC  (19+ messages)
` [PATCH v2 1/8] fpga: do not access region struct after fpga_region_unregister
` [PATCH v2 2/8] fpga: mgr: add devm_fpga_mgr_create
` [PATCH v2 3/8] fpga: bridge: add devm_fpga_bridge_create
` [PATCH v2 4/8] fpga: add devm_fpga_region_create
` [PATCH v2 5/8] dt-bindings: fpga: fix freeze controller compatible in region doc
` [PATCH v2 6/8] fpga: bridge: fix obvious function documentation error
` [PATCH v2 7/8] docs: fpga: document fpga manager flags
` [PATCH v2 8/8] docs: fpga: document programming fpgas using regions

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

[PATCHv8 0/9] Add Intel Stratix10 FPGA manager and service layer
 2018-08-30 14:05 UTC  (12+ messages)
` [PATCHv8 1/9] dt-bindings, firmware: add Intel Stratix10 service layer binding
` [PATCHv8 2/9] arm64: dts: stratix10: add stratix10 service driver binding to base dtsi
` [PATCHv8 3/9] misc: add Intel Stratix10 service layer driver
` [PATCHv8 4/9] dt-bindings: fpga: add Stratix10 SoC FPGA manager binding
` [PATCHv8 5/9] arm64: dts: stratix10: add fpga manager and region
` [PATCHv8 6/9] fpga: add intel stratix10 soc fpga manager driver
` [PATCHv8 7/9] defconfig: enable fpga and service layer
` [PATCHv8 8/9] Documentation: driver-api: add stratix10 "
` [PATCHv8 9/9] misc: add remote status update client support

[PATCH] fpga: dfl: fme-mgr: fix spelling mistake "Invaild" -> "Invalid"
 2018-08-26 23:18 UTC  (2+ messages)

[PATCH 1/2] fpga: of-fpga-region: Use platform_set_drvdata
 2018-08-26 21:21 UTC  (5+ messages)
` [PATCH 2/2] fpga: dfl-fme-region: Use platform_get_drvdata()

[PATCH v2] fpga: dfl: region: Restory symmetry in probe()/remove()
 2018-08-20 18:04 UTC  (4+ messages)

[PATCH] fpga: dfl: region: Restory symmetry in probe()/remove()
 2018-08-18  0:44 UTC  (2+ messages)

[PATCH 1/2] fpga: doc: documentation for FPGA debugfs
 2018-08-17 17:44 UTC  (14+ messages)
` [PATCH 2/2] fpga: add FPGA manager debugfs

[PATCH 0/8] fpga: Add managed create in FPGA API
 2018-08-16 22:01 UTC  (9+ messages)
` [PATCH 7/8] docs: fpga: document fpga manager flags
` [PATCH 8/8] docs: fpga: document programming fpgas using regions

[PATCH 0/2] fpga: small fixes for 4.19
 2018-08-16 19:42 UTC  (3+ messages)
` [PATCH 1/2] fpga: dfl: fme: fix return value check in in pr_mgmt_init()
` [PATCH 2/2] drivers: fpga: fix two trivial spelling mistakes

fpga: fpga_mgr_get() buggy ?
 2018-08-16 18:20 UTC  (7+ messages)


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