Patch Detail
get:
Show a patch.
patch:
Update a patch.
put:
Update a patch.
GET /api/patches/1105/?format=api
{ "id": 1105, "url": "http://patchwork.ozlabs.org/api/patches/1105/?format=api", "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20080923141219.GA31262@oksana.dev.rtsoft.ru/", "project": { "id": 2, "url": "http://patchwork.ozlabs.org/api/projects/2/?format=api", "name": "Linux PPC development", "link_name": "linuxppc-dev", "list_id": "linuxppc-dev.lists.ozlabs.org", "list_email": "linuxppc-dev@lists.ozlabs.org", "web_url": "https://github.com/linuxppc/wiki/wiki", "scm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git", "webscm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/", "list_archive_url": "https://lore.kernel.org/linuxppc-dev/", "list_archive_url_format": "https://lore.kernel.org/linuxppc-dev/{}/", "commit_url_format": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}" }, "msgid": "<20080923141219.GA31262@oksana.dev.rtsoft.ru>", "list_archive_url": "https://lore.kernel.org/linuxppc-dev/20080923141219.GA31262@oksana.dev.rtsoft.ru/", "date": "2008-09-23T14:12:19", "name": "[1/2] OF: add fsl,mcu-mpc8349emitx to the exception list", "commit_ref": "4c3ed7d61bd474380e0d3e1eb0da164942f7c84e", "pull_url": null, "state": "accepted", "archived": true, "hash": "8c6ae7022c37786599b93e3376e480dfb747a367", "submitter": { "id": 45, "url": "http://patchwork.ozlabs.org/api/people/45/?format=api", "name": "Anton Vorontsov", "email": "avorontsov@ru.mvista.com" }, "delegate": { "id": 9, "url": "http://patchwork.ozlabs.org/api/users/9/?format=api", "username": "galak", "first_name": "Kumar", "last_name": "Gala", "email": "galak@kernel.crashing.org" }, "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/20080923141219.GA31262@oksana.dev.rtsoft.ru/mbox/", "series": [], "comments": "http://patchwork.ozlabs.org/api/patches/1105/comments/", "check": "pending", "checks": "http://patchwork.ozlabs.org/api/patches/1105/checks/", "tags": {}, "related": [], "headers": { "Return-Path": "<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org>", "X-Original-To": [ "patchwork-incoming@ozlabs.org", "linuxppc-dev@ozlabs.org" ], "Delivered-To": [ "patchwork-incoming@ozlabs.org", "linuxppc-dev@ozlabs.org" ], "Received": [ "from ozlabs.org (localhost [127.0.0.1])\n\tby ozlabs.org (Postfix) with ESMTP id ADF28DE06E\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 24 Sep 2008 00:13:10 +1000 (EST)", "from mail.dev.rtsoft.ru (unknown [85.21.88.2])\n\tby ozlabs.org (Postfix) with SMTP id E9B80DDDFF\n\tfor <linuxppc-dev@ozlabs.org>; Wed, 24 Sep 2008 00:12:56 +1000 (EST)", "(qmail 10647 invoked from network); 23 Sep 2008 14:12:54 -0000", "from unknown (HELO localhost) (192.168.1.141)\n\tby mail.dev.rtsoft.ru with SMTP; 23 Sep 2008 14:12:54 -0000" ], "Date": "Tue, 23 Sep 2008 18:12:19 +0400", "From": "Anton Vorontsov <avorontsov@ru.mvista.com>", "To": "Jean Delvare <khali@linux-fr.org>, Ben Dooks <ben-linux@fluff.org>,\n\tGrant Likely <grant.likely@secretlab.ca>", "Subject": "[PATCH 1/2] OF: add fsl,mcu-mpc8349emitx to the exception list", "Message-ID": "<20080923141219.GA31262@oksana.dev.rtsoft.ru>", "MIME-Version": "1.0", "Content-Disposition": "inline", "User-Agent": "Mutt/1.5.18 (2008-05-17)", "Cc": "linuxppc-dev@ozlabs.org, i2c@lm-sensors.org", "X-BeenThere": "linuxppc-dev@ozlabs.org", "X-Mailman-Version": "2.1.11", "Precedence": "list", "List-Id": "Linux on PowerPC Developers Mail List <linuxppc-dev.ozlabs.org>", "List-Unsubscribe": "<https://ozlabs.org/mailman/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@ozlabs.org?subject=unsubscribe>", "List-Archive": "<http://ozlabs.org/pipermail/linuxppc-dev>", "List-Post": "<mailto:linuxppc-dev@ozlabs.org>", "List-Help": "<mailto:linuxppc-dev-request@ozlabs.org?subject=help>", "List-Subscribe": "<https://ozlabs.org/mailman/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@ozlabs.org?subject=subscribe>", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "7bit", "Sender": "linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org", "Errors-To": "linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org" }, "content": "of/base.c matches on the first (most specific) entries, which isn't\nquite practical but it was discussed[1] that this won't change.\n\nThe bindings specifies verbose information for the devices, but\nit doesn't fit in the I2C ID's 20 characters limit. The limit won't\nchange[2], and the bindings won't change either as they're correct.\n\nSo we have to put an exception for the MPC8349E-mITX-compatible\nMCUs.\n\n[1] http://www.mail-archive.com/linuxppc-dev@ozlabs.org/msg21196.html\n[2] http://www.nabble.com/-PATCH-1-2--i2c:-expand-I2C's-id.name-to-23-characters-td19577063.html\n\nSigned-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>\n---\n drivers/of/base.c | 2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)", "diff": "diff --git a/drivers/of/base.c b/drivers/of/base.c\nindex ad8ac1a..a726464 100644\n--- a/drivers/of/base.c\n+++ b/drivers/of/base.c\n@@ -410,7 +410,7 @@ struct of_modalias_table {\n \tchar *modalias;\n };\n static struct of_modalias_table of_modalias_table[] = {\n-\t/* Empty for now; add entries as needed */\n+\t{ \"fsl,mcu-mpc8349emitx\", \"mcu-mpc8349emitx\" },\n };\n \n /**\n", "prefixes": [ "1/2" ] }