Cover Letter Detail
Show a cover letter.
GET /api/covers/815375/?format=api
{ "id": 815375, "url": "http://patchwork.ozlabs.org/api/covers/815375/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170919093912.32356-1-sakari.ailus@linux.intel.com/", "project": { "id": 37, "url": "http://patchwork.ozlabs.org/api/projects/37/?format=api", "name": "Devicetree Bindings", "link_name": "devicetree-bindings", "list_id": "devicetree.vger.kernel.org", "list_email": "devicetree@vger.kernel.org", "web_url": "", "scm_url": "", "webscm_url": "", "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<20170919093912.32356-1-sakari.ailus@linux.intel.com>", "list_archive_url": null, "date": "2017-09-19T09:39:10", "name": "[0/2] fwnode property API improvements", "submitter": { "id": 65485, "url": "http://patchwork.ozlabs.org/api/people/65485/?format=api", "name": "Sakari Ailus", "email": "sakari.ailus@linux.intel.com" }, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170919093912.32356-1-sakari.ailus@linux.intel.com/mbox/", "series": [ { "id": 3812, "url": "http://patchwork.ozlabs.org/api/series/3812/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=3812", "date": "2017-09-19T09:39:10", "name": "fwnode property API improvements", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/3812/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/815375/comments/", "headers": { "Return-Path": "<devicetree-owner@vger.kernel.org>", "X-Original-To": "incoming-dt@patchwork.ozlabs.org", "Delivered-To": "patchwork-incoming-dt@bilbo.ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=devicetree-owner@vger.kernel.org; receiver=<UNKNOWN>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xxHrn1LvVz9sNw\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tTue, 19 Sep 2017 19:39:21 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751519AbdISJjR (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tTue, 19 Sep 2017 05:39:17 -0400", "from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:58458 \"EHLO\n\thillosipuli.retiisi.org.uk\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S1751512AbdISJjP (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Tue, 19 Sep 2017 05:39:15 -0400", "from lanttu.localdomain (unknown\n\t[IPv6:2001:1bc8:1a6:d3d5::e1:1002])\n\tby hillosipuli.retiisi.org.uk (Postfix) with ESMTP id 082496012B;\n\tTue, 19 Sep 2017 12:39:13 +0300 (EEST)" ], "From": "Sakari Ailus <sakari.ailus@linux.intel.com>", "To": "linux-acpi@vger.kernel.org", "Cc": "devicetree@vger.kernel.org, robh@kernel.org,\n\tfrowand.list@gmail.com, mika.westerberg@linux.intel.com,\n\trafael@kernel.org, hverkuil@xs4all.nl", "Subject": "[PATCH 0/2] fwnode property API improvements", "Date": "Tue, 19 Sep 2017 12:39:10 +0300", "Message-Id": "<20170919093912.32356-1-sakari.ailus@linux.intel.com>", "X-Mailer": "git-send-email 2.11.0", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "Hi,\n\nThis patchset does two things: make fwnode_handle_get() return the node,\njust as of_node_get() does, and add a macro for iterating over graph\nendpoints. The V4L2 fwnode framework would be a user for the macro.\n\nSakari Ailus (2):\n device property: Make fwnode_handle_get() return the fwnode\n device property: Add a macro for interating over graph endpoints\n\n drivers/base/property.c | 9 +++++++--\n drivers/of/property.c | 4 ++--\n include/linux/fwnode.h | 2 +-\n include/linux/property.h | 6 +++++-\n 4 files changed, 15 insertions(+), 6 deletions(-)" }