Cover Letter Detail
Show a cover letter.
GET /api/covers/818525/?format=api
{ "id": 818525, "url": "http://patchwork.ozlabs.org/api/covers/818525/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-pci/cover/93a30f88-17e1-af14-0c50-54f829c1158b@free.fr/", "project": { "id": 28, "url": "http://patchwork.ozlabs.org/api/projects/28/?format=api", "name": "Linux PCI development", "link_name": "linux-pci", "list_id": "linux-pci.vger.kernel.org", "list_email": "linux-pci@vger.kernel.org", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<93a30f88-17e1-af14-0c50-54f829c1158b@free.fr>", "list_archive_url": null, "date": "2017-09-26T10:21:13", "name": "[RESEND,v11,0/3] Tango PCIe host bridge MSI support + required API", "submitter": { "id": 67482, "url": "http://patchwork.ozlabs.org/api/people/67482/?format=api", "name": "Marc Gonzalez", "email": "marc_gonzalez@sigmadesigns.com" }, "mbox": "http://patchwork.ozlabs.org/project/linux-pci/cover/93a30f88-17e1-af14-0c50-54f829c1158b@free.fr/mbox/", "series": [ { "id": 5101, "url": "http://patchwork.ozlabs.org/api/series/5101/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-pci/list/?series=5101", "date": "2017-09-26T10:21:13", "name": "Tango PCIe host bridge MSI support + required API", "version": 11, "mbox": "http://patchwork.ozlabs.org/series/5101/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/818525/comments/", "headers": { "Return-Path": "<linux-pci-owner@vger.kernel.org>", "X-Original-To": "incoming@patchwork.ozlabs.org", "Delivered-To": "patchwork-incoming@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=linux-pci-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)", "Received": [ "from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3y1dLL3mGKz9tXH\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 26 Sep 2017 21:01:30 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S936916AbdIZLB3 (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tTue, 26 Sep 2017 07:01:29 -0400", "from smtp5-g21.free.fr ([212.27.42.5]:14710 \"EHLO\n\tsmtp5-g21.free.fr\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S935241AbdIZLB2 (ORCPT <rfc822;linux-pci@vger.kernel.org>);\n\tTue, 26 Sep 2017 07:01:28 -0400", "from [172.27.0.114] (unknown [92.154.11.170])\n\t(Authenticated sender: marc.w.gonzalez)\n\tby smtp5-g21.free.fr (Postfix) with ESMTPSA id A80A35FFAA;\n\tTue, 26 Sep 2017 13:01:09 +0200 (CEST)" ], "From": "Marc Gonzalez <marc_gonzalez@sigmadesigns.com>", "Subject": "[RESEND PATCH v11 0/3] Tango PCIe host bridge MSI support + required\n\tAPI", "To": "Bjorn Helgaas <helgaas@kernel.org>", "Cc": "linux-pci <linux-pci@vger.kernel.org>,\n\tMarc Zyngier <marc.zyngier@arm.com>, Robin Murphy <robin.murphy@arm.com>,\n\tRob Herring <robh@kernel.org>, Linus Walleij <linus.walleij@linaro.org>,\n\tArd Biesheuvel <ard.biesheuvel@linaro.org>,\n\tArnd Bergmann <arnd@arndb.de>, Mason <slash.tmp@free.fr>", "Message-ID": "<93a30f88-17e1-af14-0c50-54f829c1158b@free.fr>", "Date": "Tue, 26 Sep 2017 12:21:13 +0200", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tFirefox/52.0 SeaMonkey/2.49.1", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "7bit", "Sender": "linux-pci-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<linux-pci.vger.kernel.org>", "X-Mailing-List": "linux-pci@vger.kernel.org" }, "content": "Hello Bjorn,\n\nSomeone pointed out that the patches in this series had been mangled by\nthe server. Thus I'm resending them.\n\nI have added the tags given by Rob and Linus W.\n\nThe MSI patch has remained mostly unchanged since v9 (posted three months ago)\nexcept for a cosmetic cleanup in v10 (no functional changes, Acked by Marc Z\nwith one remark about the doorbell address) and addressing the doorbell remark\nin v11 (Discover msi_doorbell in probe by parsing dma-ranges).\n\nIs this code in good enough shape to reach upstream?\n\n\nMarc Gonzalez (3):\n of/pci: Add dma-ranges parsing support\n PCI: Use of_pci_dma_range_parser_init API\n PCI: tango: Add MSI controller support\n\n drivers/of/address.c | 19 +++-\n drivers/pci/host/pci-ftpci100.c | 20 +---\n drivers/pci/host/pci-rcar-gen2.c | 20 +---\n drivers/pci/host/pci-xgene.c | 20 +---\n drivers/pci/host/pcie-iproc.c | 20 +---\n drivers/pci/host/pcie-rcar.c | 20 +---\n drivers/pci/host/pcie-tango.c | 205 ++++++++++++++++++++++++++++++++++++++-\n include/linux/of_address.h | 10 +-\n 8 files changed, 232 insertions(+), 102 deletions(-)" }