Cover Letter Detail
Show a cover letter.
GET /api/covers/814789/?format=api
{ "id": 814789, "url": "http://patchwork.ozlabs.org/api/covers/814789/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/cover/20170918072601.9590-1-wenyou.yang@microchip.com/", "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": "<20170918072601.9590-1-wenyou.yang@microchip.com>", "list_archive_url": null, "date": "2017-09-18T07:25:56", "name": "[U-Boot,v3,0/5] board: atmel: Convert to support video driver model", "submitter": { "id": 69532, "url": "http://patchwork.ozlabs.org/api/people/69532/?format=api", "name": "Wenyou Yang", "email": "Wenyou.Yang@microchip.com" }, "mbox": "http://patchwork.ozlabs.org/project/uboot/cover/20170918072601.9590-1-wenyou.yang@microchip.com/mbox/", "series": [ { "id": 3569, "url": "http://patchwork.ozlabs.org/api/series/3569/?format=api", "web_url": "http://patchwork.ozlabs.org/project/uboot/list/?series=3569", "date": "2017-09-18T07:25:56", "name": "board: atmel: Convert to support video driver model", "version": 3, "mbox": "http://patchwork.ozlabs.org/series/3569/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/814789/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 3xwczF0P01z9ryQ\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 18 Sep 2017 17:27:37 +1000 (AEST)", "by lists.denx.de (Postfix, from userid 105)\n\tid BDE8EC21DE4; Mon, 18 Sep 2017 07:27:32 +0000 (UTC)", "from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 7A347C21D19;\n\tMon, 18 Sep 2017 07:27:30 +0000 (UTC)", "by lists.denx.de (Postfix, from userid 105)\n\tid E1444C21D19; Mon, 18 Sep 2017 07:27:28 +0000 (UTC)", "from eusmtp01.atmel.com (eusmtp01.atmel.com [212.144.249.243])\n\tby lists.denx.de (Postfix) with ESMTPS id BE459C21C5C\n\tfor <u-boot@lists.denx.de>; Mon, 18 Sep 2017 07:27:27 +0000 (UTC)", "from apsmtp01.atmel.com (10.168.254.31) by eusmtp01.atmel.com\n\t(10.145.145.31) with Microsoft SMTP Server id 14.3.235.1;\n\tMon, 18 Sep 2017 09:27:26 +0200", "from shaarm01.corp.atmel.com (10.168.254.13) by apsmtp01.atmel.com\n\t(10.168.254.31) with Microsoft SMTP Server id 14.3.235.1;\n\tMon, 18 Sep 2017 15:32:01 +0800" ], "X-Spam-Checker-Version": "SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de", "X-Spam-Level": "", "X-Spam-Status": "No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED\n\tautolearn=unavailable autolearn_force=no version=3.4.0", "From": "Wenyou Yang <wenyou.yang@microchip.com>", "To": "U-Boot Mailing List <u-boot@lists.denx.de>", "Date": "Mon, 18 Sep 2017 15:25:56 +0800", "Message-ID": "<20170918072601.9590-1-wenyou.yang@microchip.com>", "X-Mailer": "git-send-email 2.13.0", "MIME-Version": "1.0", "Cc": "Tom Rini <trini@konsulko.com>", "Subject": "[U-Boot] [PATCH v3 0/5] board: atmel: Convert to support video\n\tdriver model", "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>", "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": "Convert the boards to support the driver model of LCD/video via\nenabling CONFIG_DM_VIDEO, remove CONFIG_LCD and the unnecessary code.\n\nChanges in v3:\n - Collect the Reviewed-by tags.\n\nChanges in v2:\n - Rebase the u-boot/master (5541543f686).\n - Drop the applied patches.\n - Improve the commit log.\n\nWenyou Yang (5):\n board: sama5d2_xplained: Convert to CONFIG_DM_VIDEO\n board: sama5d3xek: Convert to CONFIG_DM_VIDEO\n board: sama5d4ek: Convert to CONFIG_DM_VIDEO\n board: sama5d4_xplained: Convert to CONFIG_DM_VIDEO\n board: at91sam9x5ek: Convert to CONFIG_DM_VIDEO\n\n arch/arm/dts/at91-sama5d2_xplained.dts | 60 +++++++++++++\n arch/arm/dts/at91-sama5d4_xplained.dts | 25 ++++++\n arch/arm/dts/at91-sama5d4ek.dts | 26 ++++++\n arch/arm/dts/sama5d2.dtsi | 7 ++\n arch/arm/dts/sama5d36ek_cmp.dts | 1 +\n arch/arm/dts/sama5d3_lcd.dtsi | 21 +----\n arch/arm/dts/sama5d3xdm.dtsi | 26 ++++++\n arch/arm/dts/sama5d4.dtsi | 21 +----\n arch/arm/mach-at91/Kconfig | 4 +\n board/atmel/at91sam9x5ek/at91sam9x5ek.c | 111 ++----------------------\n board/atmel/common/video_display.c | 2 +-\n board/atmel/sama5d2_xplained/sama5d2_xplained.c | 95 ++------------------\n board/atmel/sama5d3xek/sama5d3xek.c | 83 +-----------------\n board/atmel/sama5d4_xplained/sama5d4_xplained.c | 102 ++--------------------\n board/atmel/sama5d4ek/sama5d4ek.c | 97 ++-------------------\n configs/at91sam9x5ek_dataflash_defconfig | 3 +-\n configs/at91sam9x5ek_mmc_defconfig | 3 +-\n configs/at91sam9x5ek_nandflash_defconfig | 3 +-\n configs/at91sam9x5ek_spiflash_defconfig | 3 +-\n configs/sama5d2_xplained_mmc_defconfig | 2 +\n configs/sama5d2_xplained_spiflash_defconfig | 2 +\n configs/sama5d36ek_cmp_mmc_defconfig | 3 +-\n configs/sama5d36ek_cmp_nandflash_defconfig | 3 +-\n configs/sama5d36ek_cmp_spiflash_defconfig | 3 +-\n configs/sama5d3xek_mmc_defconfig | 3 +-\n configs/sama5d3xek_nandflash_defconfig | 3 +-\n configs/sama5d3xek_spiflash_defconfig | 3 +-\n configs/sama5d4_xplained_mmc_defconfig | 2 +\n configs/sama5d4_xplained_nandflash_defconfig | 2 +\n configs/sama5d4_xplained_spiflash_defconfig | 2 +\n configs/sama5d4ek_mmc_defconfig | 3 +-\n configs/sama5d4ek_nandflash_defconfig | 3 +-\n configs/sama5d4ek_spiflash_defconfig | 3 +-\n include/configs/at91sam9x5ek.h | 10 ---\n include/configs/sama5d2_xplained.h | 12 ---\n include/configs/sama5d3xek.h | 9 --\n include/configs/sama5d4_xplained.h | 11 ---\n include/configs/sama5d4ek.h | 9 --\n 38 files changed, 217 insertions(+), 564 deletions(-)" }