Cover Letter Detail
Show a cover letter.
GET /api/covers/817343/?format=api
{ "id": 817343, "url": "http://patchwork.ozlabs.org/api/covers/817343/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20170922072635.32105-1-wens@csie.org/", "project": { "id": 18, "url": "http://patchwork.ozlabs.org/api/projects/18/?format=api", "name": "U-Boot", "link_name": "uboot", "list_id": "u-boot.lists.denx.de", "list_email": "u-boot@lists.denx.de", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<20170922072635.32105-1-wens@csie.org>", "list_archive_url": null, "date": "2017-09-22T07:26:26", "name": "[U-Boot,0/9] sunxi: A83T improvements", "submitter": { "id": 47154, "url": "http://patchwork.ozlabs.org/api/people/47154/?format=api", "name": "Chen-Yu Tsai", "email": "wens@csie.org" }, "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20170922072635.32105-1-wens@csie.org/mbox/", "series": [ { "id": 4550, "url": "http://patchwork.ozlabs.org/api/series/4550/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=4550", "date": "2017-09-22T07:26:29", "name": "sunxi: A83T improvements", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/4550/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/817343/comments/", "headers": { "Return-Path": "<u-boot-bounces@lists.denx.de>", "X-Original-To": "incoming@patchwork.ozlabs.org", "Delivered-To": "patchwork-incoming@bilbo.ozlabs.org", "Authentication-Results": "ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)", "Received": [ "from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xz4pc14TYz9sNc\n\tfor <incoming@patchwork.ozlabs.org>;\n\tFri, 22 Sep 2017 17:28:40 +1000 (AEST)", "by lists.denx.de (Postfix, from userid 105)\n\tid CB39DC21E4A; Fri, 22 Sep 2017 07:27:37 +0000 (UTC)", "from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 238C4C21F94;\n\tFri, 22 Sep 2017 07:26:49 +0000 (UTC)", "by lists.denx.de (Postfix, from userid 105)\n\tid B001EC21C8F; Fri, 22 Sep 2017 07:26:44 +0000 (UTC)", "from wens.csie.org (mirror2.csie.ntu.edu.tw [140.112.30.76])\n\tby lists.denx.de (Postfix) with ESMTPS id 24699C21C8F\n\tfor <u-boot@lists.denx.de>; Fri, 22 Sep 2017 07:26:43 +0000 (UTC)", "by wens.csie.org (Postfix, from userid 1000)\n\tid ABCD05FF30; Fri, 22 Sep 2017 15:26:36 +0800 (CST)" ], "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de", "X-Spam-Level": "", "X-Spam-Status": "No, score=0.0 required=5.0 tests=none autolearn=unavailable\n\tautolearn_force=no version=3.4.0", "From": "Chen-Yu Tsai <wens@csie.org>", "To": "u-boot@lists.denx.de", "Date": "Fri, 22 Sep 2017 15:26:26 +0800", "Message-Id": "<20170922072635.32105-1-wens@csie.org>", "X-Mailer": "git-send-email 2.14.1", "Cc": "Joe Hershberger <joe.hershberger@ni.com>, Jagan Teki <jagan@openedev.com>,\n\tMaxime Ripard <maxime.ripard@free-electrons.com>", "Subject": "[U-Boot] [PATCH 0/9] sunxi: A83T improvements", "X-BeenThere": "u-boot@lists.denx.de", "X-Mailman-Version": "2.1.18", "Precedence": "list", "List-Id": "U-Boot discussion <u-boot.lists.denx.de>", "List-Unsubscribe": "<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>", "List-Archive": "<http://lists.denx.de/pipermail/u-boot/>", "List-Post": "<mailto:u-boot@lists.denx.de>", "List-Help": "<mailto:u-boot-request@lists.denx.de?subject=help>", "List-Subscribe": "<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=\"utf-8\"", "Content-Transfer-Encoding": "base64", "Errors-To": "u-boot-bounces@lists.denx.de", "Sender": "\"U-Boot\" <u-boot-bounces@lists.denx.de>" }, "content": "Hi,\n\nThis series is a bunch of improvements for A83T boards, the Bananapi M3\nand Cubietruck Plus in particular:\n\n - eMMC is enabled if it wasn't enabled already\n - EMAC is enabled for Ethernet support\n - MUSB switched to gadget mode\n\nEMAC is not fully tested. The MII and auto-negotiation part looks good.\nBut I got \"CACHE: Misaligned operation at range [bbf38940, bbf38a18]\"\nwhen the EMAC is first initialized and I didn't seem to be getting any\npackets through. AFAIK the EMAC is the same as the H3/H5 one, minus the\ninternal PHY support. So it should just work, and if it doesn't then\nthe problem lies elsewhere. If this is not acceptable, feel free to drop\nthe last four patches.\n\nChenYu\n\nChen-Yu Tsai (9):\n sunxi: rename Bananapi M3 dts file name\n sunxi: Enable eMMC on Cubietruck Plus\n sunxi: Fix USB PHY control register offset for A83T\n sunxi: Switch MUSB to gadget mode on the Bananapi M3\n sunxi: Switch MUSB to gadget mode on the Cubietruck Plus\n net: sun8i_emac: Support RX/TX delay chains\n net: sun8i_emac: Fix build for non-H3/H5 SoCs\n sunxi: Enable EMAC on the Cubietruck Plus\n sunxi: Enable EMAC on the Bananapi M3\n\n arch/arm/dts/Makefile | 4 +--\n arch/arm/dts/sun8i-a83t-bananapi-m3-u-boot.dtsi | 41 ++++++++++++++++++++++\n ...ovoip-bpi-m3.dts => sun8i-a83t-bananapi-m3.dts} | 0\n .../arm/dts/sun8i-a83t-cubietruck-plus-u-boot.dtsi | 39 ++++++++++++++++++++\n arch/arm/mach-sunxi/usb_phy.c | 2 +-\n configs/Cubietruck_plus_defconfig | 4 ++-\n configs/Sinovoip_BPI_M3_defconfig | 5 +--\n drivers/net/sun8i_emac.c | 28 +++++++++++++++\n 8 files changed, 117 insertions(+), 6 deletions(-)\n create mode 100644 arch/arm/dts/sun8i-a83t-bananapi-m3-u-boot.dtsi\n rename arch/arm/dts/{sun8i-a83t-sinovoip-bpi-m3.dts => sun8i-a83t-bananapi-m3.dts} (100%)\n create mode 100644 arch/arm/dts/sun8i-a83t-cubietruck-plus-u-boot.dtsi" }