Cover Letter Detail
Show a cover letter.
GET /api/covers/819180/?format=api
{ "id": 819180, "url": "http://patchwork.ozlabs.org/api/covers/819180/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170927140345.5537-1-alexandre.belloni@free-electrons.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": "<20170927140345.5537-1-alexandre.belloni@free-electrons.com>", "list_archive_url": null, "date": "2017-09-27T14:03:39", "name": "[v2,0/6] dt-bindings: rtc: document existing bindings", "submitter": { "id": 26276, "url": "http://patchwork.ozlabs.org/api/people/26276/?format=api", "name": "Alexandre Belloni", "email": "alexandre.belloni@free-electrons.com" }, "mbox": "http://patchwork.ozlabs.org/project/devicetree-bindings/cover/20170927140345.5537-1-alexandre.belloni@free-electrons.com/mbox/", "series": [ { "id": 5377, "url": "http://patchwork.ozlabs.org/api/series/5377/?format=api", "web_url": "http://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=5377", "date": "2017-09-27T14:03:39", "name": "dt-bindings: rtc: document existing bindings", "version": 2, "mbox": "http://patchwork.ozlabs.org/series/5377/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/819180/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 3y2KLK3WNJz9tXy\n\tfor <incoming-dt@patchwork.ozlabs.org>;\n\tThu, 28 Sep 2017 00:03:53 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753143AbdI0ODu (ORCPT\n\t<rfc822;incoming-dt@patchwork.ozlabs.org>);\n\tWed, 27 Sep 2017 10:03:50 -0400", "from mail.free-electrons.com ([62.4.15.54]:38043 \"EHLO\n\tmail.free-electrons.com\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1753057AbdI0ODt (ORCPT\n\t<rfc822; devicetree@vger.kernel.org>); Wed, 27 Sep 2017 10:03:49 -0400", "by mail.free-electrons.com (Postfix, from userid 110)\n\tid A72C920896; Wed, 27 Sep 2017 16:03:47 +0200 (CEST)", "from localhost (242.171.71.37.rev.sfr.net [37.71.171.242])\n\tby mail.free-electrons.com (Postfix) with ESMTPSA id 855BB20889;\n\tWed, 27 Sep 2017 16:03:47 +0200 (CEST)" ], "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on\n\tmail.free-electrons.com", "X-Spam-Level": "", "X-Spam-Status": "No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT\n\tshortcircuit=ham autolearn=disabled version=3.4.0", "From": "Alexandre Belloni <alexandre.belloni@free-electrons.com>", "To": "linux-rtc@vger.kernel.org", "Cc": "linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,\n\tdevicetree@vger.kernel.org,\n\tAlexandre Belloni <alexandre.belloni@free-electrons.com>", "Subject": "[PATCH v2 0/6] dt-bindings: rtc: document existing bindings", "Date": "Wed, 27 Sep 2017 16:03:39 +0200", "Message-Id": "<20170927140345.5537-1-alexandre.belloni@free-electrons.com>", "X-Mailer": "git-send-email 2.14.2", "Sender": "devicetree-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<devicetree.vger.kernel.org>", "X-Mailing-List": "devicetree@vger.kernel.org" }, "content": "Document currently undocumented bindings.\n\nRob, as discussed, all of this can probably go through your tree.\n\nChanges in v2:\n - made a proper series\n - fixed sirf2 example\n - listed the ds1307 compatible that support the trickle charging properties\n\nAlexandre Belloni (6):\n dt-bindings: trivial: Add RTCs\n dt-bindings: rtc: add stericsson,coh901331 bindings\n dt-bindings: rtc: Add sirf,prima2-sysrtc bindings\n dt-bindings: rtc: DS1307 and compatibles are not trivial\n dt-bindings: rtc: Add bindings for m41t80 and compatibles\n dt-bindings: rtc: merge ds1339 in ds1307 documentation\n\n .../devicetree/bindings/rtc/dallas,ds1339.txt | 18 ---------\n .../devicetree/bindings/rtc/rtc-ds1307.txt | 44 ++++++++++++++++++++++\n .../devicetree/bindings/rtc/rtc-m41t80.txt | 31 +++++++++++++++\n .../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt | 13 +++++++\n .../bindings/rtc/stericsson,coh901331.txt | 17 +++++++++\n .../devicetree/bindings/trivial-devices.txt | 13 +++----\n 6 files changed, 110 insertions(+), 26 deletions(-)\n delete mode 100644 Documentation/devicetree/bindings/rtc/dallas,ds1339.txt\n create mode 100644 Documentation/devicetree/bindings/rtc/rtc-ds1307.txt\n create mode 100644 Documentation/devicetree/bindings/rtc/rtc-m41t80.txt\n create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt\n create mode 100644 Documentation/devicetree/bindings/rtc/stericsson,coh901331.txt" }