Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/805913/?format=api
{ "id": 805913, "url": "http://patchwork.ozlabs.org/api/patches/805913/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linux-i2c/patch/20170825143054.vguk564qjnrhv7hf@ninjato/", "project": { "id": 35, "url": "http://patchwork.ozlabs.org/api/projects/35/?format=api", "name": "Linux I2C development", "link_name": "linux-i2c", "list_id": "linux-i2c.vger.kernel.org", "list_email": "linux-i2c@vger.kernel.org", "web_url": "", "scm_url": "", "webscm_url": "", "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<20170825143054.vguk564qjnrhv7hf@ninjato>", "list_archive_url": null, "date": "2017-08-25T14:30:58", "name": "[PULL,REQUEST] i2c for 4.13", "commit_ref": null, "pull_url": "git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current", "state": "accepted", "archived": false, "hash": null, "submitter": { "id": 22495, "url": "http://patchwork.ozlabs.org/api/people/22495/?format=api", "name": "Wolfram Sang", "email": "wsa@the-dreams.de" }, "delegate": null, "mbox": "http://patchwork.ozlabs.org/project/linux-i2c/patch/20170825143054.vguk564qjnrhv7hf@ninjato/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/805913/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/805913/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<linux-i2c-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-i2c-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 3xf3WC4Nqwz9sNv\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 26 Aug 2017 00:31:19 +1000 (AEST)", "(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1756153AbdHYObD (ORCPT <rfc822;incoming@patchwork.ozlabs.org>);\n\tFri, 25 Aug 2017 10:31:03 -0400", "from sauhun.de ([88.99.104.3]:59533 \"EHLO pokefinder.org\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1754759AbdHYObC (ORCPT <rfc822;linux-i2c@vger.kernel.org>);\n\tFri, 25 Aug 2017 10:31:02 -0400", "from localhost (p54B334CC.dip0.t-ipconnect.de [84.179.52.204])\n\tby pokefinder.org (Postfix) with ESMTPSA id 752802C331E;\n\tFri, 25 Aug 2017 16:30:59 +0200 (CEST)" ], "Date": "Fri, 25 Aug 2017 16:30:58 +0200", "From": "Wolfram Sang <wsa@the-dreams.de>", "To": "Linus Torvalds <torvalds@linux-foundation.org>", "Cc": "linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org,\n\tPeter Rosin <peda@axentia.se>", "Subject": "[PULL REQUEST] i2c for 4.13", "Message-ID": "<20170825143054.vguk564qjnrhv7hf@ninjato>", "MIME-Version": "1.0", "Content-Type": "multipart/signed; micalg=pgp-sha256;\n\tprotocol=\"application/pgp-signature\"; boundary=\"u4ozmoomd5apj542\"", "Content-Disposition": "inline", "User-Agent": "Mutt/1.5.21 (2010-09-15)", "Sender": "linux-i2c-owner@vger.kernel.org", "Precedence": "bulk", "List-ID": "<linux-i2c.vger.kernel.org>", "X-Mailing-List": "linux-i2c@vger.kernel.org" }, "content": "Linus,\n\nI2C has some bugfixes for you: mainly Jarkko fixed up a few things in\nthe designware driver regarding the new slave mode. But Ulf also fixed a\nlong-standing and now agreed suspend problem. Plus, some simple stuff\nwhich nonetheless needs fixing.\n\nPlease pull.\n\nThanks,\n\n Wolfram\n\n\nThe following changes since commit ef954844c7ace62f773f4f23e28d2d915adc419f:\n\n Linux 4.13-rc5 (2017-08-13 16:01:32 -0700)\n\nare available in the git repository at:\n\n git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current\n\nfor you to fetch changes up to 2a86cdd2e7d3c75580f41f89f9b9211e225573cc:\n\n i2c: designware: Fix runtime PM for I2C slave mode (2017-08-17 17:55:29 +0200)\n\n----------------------------------------------------------------\nAnton Vasilyev (1):\n i2c: simtec: use release_mem_region instead of release_resource\n\nBrendan Higgins (1):\n i2c: aspeed: fixed potential null pointer dereference\n\nJarkko Nikula (4):\n i2c: designware: Fix oops from i2c_dw_irq_handler_slave\n i2c: designware: Fix standard mode speed when configuring the slave mode\n i2c: designware: Remove needless pm_runtime_put_noidle() call\n i2c: designware: Fix runtime PM for I2C slave mode\n\nJavier Martinez Canillas (1):\n i2c: core: Make comment about I2C table requirement to reflect the code\n\nUlf Hansson (1):\n i2c: designware: Fix system suspend\n\n\nwith much appreciated quality assurance from\n----------------------------------------------------------------\nJarkko Nikula (1):\n (Test) i2c: designware: Fix system suspend\n\nJohn Stultz (1):\n (Test) i2c: designware: Fix system suspend\n\nMika Westerberg (1):\n (Rev.) i2c: designware: Fix system suspend\n\n drivers/i2c/busses/i2c-aspeed.c | 5 +++--\n drivers/i2c/busses/i2c-designware-platdrv.c | 17 +++++++++++++----\n drivers/i2c/busses/i2c-designware-slave.c | 6 ++++--\n drivers/i2c/busses/i2c-simtec.c | 6 ++----\n drivers/i2c/i2c-core-base.c | 4 ++--\n 5 files changed, 24 insertions(+), 14 deletions(-)", "diff": null, "prefixes": [ "PULL", "REQUEST" ] }