Cover Letter Detail
Show a cover letter.
GET /api/covers/811576/?format=api
{ "id": 811576, "url": "http://patchwork.ozlabs.org/api/covers/811576/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/cover/1504875731-3680-1-git-send-email-hayashi.kunihiko@socionext.com/", "project": { "id": 7, "url": "http://patchwork.ozlabs.org/api/projects/7/?format=api", "name": "Linux network development", "link_name": "netdev", "list_id": "netdev.vger.kernel.org", "list_email": "netdev@vger.kernel.org", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<1504875731-3680-1-git-send-email-hayashi.kunihiko@socionext.com>", "list_archive_url": null, "date": "2017-09-08T13:02:08", "name": "[net-next,0/3] add UniPhier AVE ethernet support", "submitter": { "id": 71700, "url": "http://patchwork.ozlabs.org/api/people/71700/?format=api", "name": "Kunihiko Hayashi", "email": "hayashi.kunihiko@socionext.com" }, "mbox": "http://patchwork.ozlabs.org/project/netdev/cover/1504875731-3680-1-git-send-email-hayashi.kunihiko@socionext.com/mbox/", "series": [ { "id": 2200, "url": "http://patchwork.ozlabs.org/api/series/2200/?format=api", "web_url": "http://patchwork.ozlabs.org/project/netdev/list/?series=2200", "date": "2017-09-08T13:02:11", "name": "add UniPhier AVE ethernet support", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/2200/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/811576/comments/", "headers": { "Return-Path": "<netdev-owner@vger.kernel.org>", "X-Original-To": "patchwork-incoming@ozlabs.org", "Delivered-To": "patchwork-incoming@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=netdev-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 3xpcvZ24bqz9s71\n\tfor <patchwork-incoming@ozlabs.org>;\n\tFri, 8 Sep 2017 23:03:38 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1755948AbdIHNC0 (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tFri, 8 Sep 2017 09:02:26 -0400", "from mx.socionext.com ([202.248.49.38]:38764 \"EHLO\n\tmx.socionext.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1755563AbdIHNCZ (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tFri, 8 Sep 2017 09:02:25 -0400", "from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54])\n\tby mx.socionext.com with ESMTP; 08 Sep 2017 22:02:23 +0900", "from mail.mfilter.local (unknown [10.213.24.62])\n\tby iyokan-ex.css.socionext.com (Postfix) with ESMTP id E17CD610C6;\n\tFri, 8 Sep 2017 22:02:23 +0900 (JST)", "from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP;\n\tFri, 8 Sep 2017 22:02:23 +0900", "from plum.e01.socionext.com (unknown [10.213.132.32])\n\tby kinkan.css.socionext.com (Postfix) with ESMTP id 08ED71A0E11;\n\tFri, 8 Sep 2017 22:02:23 +0900 (JST)" ], "From": "Kunihiko Hayashi <hayashi.kunihiko@socionext.com>", "To": "netdev@vger.kernel.org, \"David S. Miller\" <davem@davemloft.net>,\n\tAndrew Lunn <andrew@lunn.ch>, Florian Fainelli <f.fainelli@gmail.com>", "Cc": "Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>,\n\tlinux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org,\n\tdevicetree@vger.kernel.org,\n\tMasahiro Yamada <yamada.masahiro@socionext.com>,\n\tMasami Hiramatsu <masami.hiramatsu@linaro.org>,\n\tJassi Brar <jaswinder.singh@linaro.org>,\n\tKunihiko Hayashi <hayashi.kunihiko@socionext.com>", "Subject": "[PATCH net-next 0/3] add UniPhier AVE ethernet support", "Date": "Fri, 8 Sep 2017 22:02:08 +0900", "Message-Id": "<1504875731-3680-1-git-send-email-hayashi.kunihiko@socionext.com>", "X-Mailer": "git-send-email 2.7.4", "Sender": "netdev-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<netdev.vger.kernel.org>", "X-Mailing-List": "netdev@vger.kernel.org" }, "content": "This series adds support for Socionext AVE ethernet controller implemented\non UniPhier SoCs. This driver supports RGMII/RMII modes.\n\nFurthermore, this series includes support for realtek RTL8201F PHY to be\nimplemented on some supported boards.\n\nJassi Brar (1):\n net: phy: realtek: add RTL8201F phy-id and functions\n\nKunihiko Hayashi (2):\n dt-bindings: net: add DT bindings for Socionext UniPhier AVE\n net: ethernet: socionext: add AVE ethernet driver\n\n .../bindings/net/socionext,uniphier-ave4.txt | 44 +\n drivers/net/ethernet/Kconfig | 1 +\n drivers/net/ethernet/Makefile | 1 +\n drivers/net/ethernet/socionext/Kconfig | 22 +\n drivers/net/ethernet/socionext/Makefile | 4 +\n drivers/net/ethernet/socionext/sni_ave.c | 1618 ++++++++++++++++++++\n drivers/net/phy/realtek.c | 45 +\n 7 files changed, 1735 insertions(+)\n create mode 100644 Documentation/devicetree/bindings/net/socionext,uniphier-ave4.txt\n create mode 100644 drivers/net/ethernet/socionext/Kconfig\n create mode 100644 drivers/net/ethernet/socionext/Makefile\n create mode 100644 drivers/net/ethernet/socionext/sni_ave.c" }