Cover Letter Detail
Show a cover letter.
GET /api/covers/817744/?format=api
{ "id": 817744, "url": "http://patchwork.ozlabs.org/api/covers/817744/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170923001531.14285-1-icenowy@aosc.io/", "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": "<20170923001531.14285-1-icenowy@aosc.io>", "list_archive_url": null, "date": "2017-09-23T00:15:28", "name": "[0/3] Simple DVFS support for Allwinner A64 SoC", "submitter": { "id": 71295, "url": "http://patchwork.ozlabs.org/api/people/71295/?format=api", "name": "Icenowy Zheng", "email": "icenowy@aosc.io" }, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170923001531.14285-1-icenowy@aosc.io/mbox/", "series": [ { "id": 4725, "url": "http://patchwork.ozlabs.org/api/series/4725/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=4725", "date": "2017-09-23T00:15:28", "name": "Simple DVFS support for Allwinner A64 SoC", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/4725/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/817744/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 3xzW8h2cpQz9sPk\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tSat, 23 Sep 2017 10:15:48 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752004AbdIWAPq (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tFri, 22 Sep 2017 20:15:46 -0400", "from hermes.aosc.io ([199.195.250.187]:53326 \"EHLO hermes.aosc.io\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751974AbdIWAPp (ORCPT <rfc822;devicetree@vger.kernel.org>);\n\tFri, 22 Sep 2017 20:15:45 -0400", "from localhost (localhost [127.0.0.1]) (Authenticated sender:\n\ticenowy@aosc.io)\n\tby hermes.aosc.io (Postfix) with ESMTPSA id 7F38D47F5F;\n\tSat, 23 Sep 2017 00:15:41 +0000 (UTC)" ], "From": "Icenowy Zheng <icenowy@aosc.io>", "To": "Maxime Ripard <maxime.ripard@free-electrons.com>,\n\tChen-Yu Tsai <wens@csie.org>", "Cc": "linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,\n\tlinux-kernel@vger.kernel.org, linux-clk@vger.kernel.org,\n\tlinux-sunxi@googlegroups.com, Icenowy Zheng <icenowy@aosc.io>", "Subject": "[PATCH 0/3] Simple DVFS support for Allwinner A64 SoC", "Date": "Sat, 23 Sep 2017 08:15:28 +0800", "Message-Id": "<20170923001531.14285-1-icenowy@aosc.io>", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "This patchset imports simple DVFS support for Allwinner A64 SoC.\n\nAs the thermal sensor driver is not yet implemented and some boards\nhave still no AXP PMIC support, now only two OPPs are present --\n648MHz@1.04V and 816MHz@1.1V to prevent overheat or undervoltage.\n\nPATCH 1 is a fix to the CCU driver of A64, and the remaining patches\nset up the device tree bits of the DVFS on Pine64.\n\nIcenowy Zheng (3):\n clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock\n arm64: allwinner: a64: add CPU opp table\n arm64: allwinner: a64: set CPU regulator for Pine64\n\n .../arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 4 ++++\n arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 24 +++++++++++++++++++\n drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 28 +++++++++++++++++++++-\n 3 files changed, 55 insertions(+), 1 deletion(-)" }