[{"id":1767821,"web_url":"http://patchwork.ozlabs.org/comment/1767821/","msgid":"<20170913120448.h2ojibc7o4zhib2y@flea.lan>","list_archive_url":null,"date":"2017-09-13T12:04:48","subject":"Re: [U-Boot] [PATCH v3 2/3] video: add an option for video simplefb\n\tvia DT","submitter":{"id":12916,"url":"http://patchwork.ozlabs.org/api/people/12916/","name":"Maxime Ripard","email":"maxime.ripard@free-electrons.com"},"content":"Hi,\n\nOn Wed, Sep 13, 2017 at 10:17:50AM +0800, Icenowy Zheng wrote:\n> Add an option to indicate that the video driver should setup a SimpleFB\n> node that passes the video framebuffer initialized by U-Boot to the\n> operating system kernel.\n> \n> Currently only the Allwinner DE2 driver uses this option.\n> \n> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>\n> ---\n>  drivers/video/Kconfig | 10 ++++++++++\n>  1 file changed, 10 insertions(+)\n> \n> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig\n> index 082cc4a528..e4e71763f5 100644\n> --- a/drivers/video/Kconfig\n> +++ b/drivers/video/Kconfig\n> @@ -601,4 +601,14 @@ config VIDEO_DW_HDMI\n>  \t  rather requires a SoC-specific glue driver to call it), it\n>  \t  can not be enabled from the configuration menu.\n>  \n> +config VIDEO_DT_SIMPLEFB\n> +\tbool \"Enable SimpleFB support for passing framebuffer to OS\"\n> +\tdepends on VIDEO_DE2\n> +\tdefault y\n\nSIMPLEFB is also used by other platforms, but most platforms also\nwon't use it.\n\nAdding an imply VIDEO_DT_SIMPLEFB to VIDEO_DE2 would make everyone\nhappy I guess.\n\nMaxime","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 3xsgMZ1tVpz9s9Y\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 22:04:58 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid EE01CC220DF; Wed, 13 Sep 2017 12:04:52 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 17610C21D8C;\n\tWed, 13 Sep 2017 12:04:50 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 02CCBC21D8C; Wed, 13 Sep 2017 12:04:48 +0000 (UTC)","from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54])\n\tby lists.denx.de (Postfix) with ESMTP id 9E65AC21D19\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 12:04:48 +0000 (UTC)","by mail.free-electrons.com (Postfix, from userid 110)\n\tid 694F020998; Wed, 13 Sep 2017 14:04:48 +0200 (CEST)","from localhost (LStLambert-657-1-97-87.w90-63.abo.wanadoo.fr\n\t[90.63.216.87])\n\tby mail.free-electrons.com (Postfix) with ESMTPSA id 3DA1620977;\n\tWed, 13 Sep 2017 14:04:48 +0200 (CEST)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=0.0 required=5.0 tests=none autolearn=unavailable\n\tautolearn_force=no version=3.4.0","Date":"Wed, 13 Sep 2017 14:04:48 +0200","From":"Maxime Ripard <maxime.ripard@free-electrons.com>","To":"Icenowy Zheng <icenowy@aosc.io>","Message-ID":"<20170913120448.h2ojibc7o4zhib2y@flea.lan>","References":"<20170913021751.9289-1-icenowy@aosc.io>\n\t<20170913021751.9289-3-icenowy@aosc.io>","MIME-Version":"1.0","In-Reply-To":"<20170913021751.9289-3-icenowy@aosc.io>","User-Agent":"NeoMutt/20170714 (1.8.3)","Cc":"u-boot@lists.denx.de, linux-sunxi@googlegroups.com,\n\tJagan Teki <jagan@openedev.com>","Subject":"Re: [U-Boot] [PATCH v3 2/3] video: add an option for video simplefb\n\tvia DT","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":"multipart/mixed;\n\tboundary=\"===============6136878113492533215==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1767875,"web_url":"http://patchwork.ozlabs.org/comment/1767875/","msgid":"<556f2c03cce53de711f9f911b98b9515@aosc.io>","list_archive_url":null,"date":"2017-09-13T13:17:21","subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","submitter":{"id":71295,"url":"http://patchwork.ozlabs.org/api/people/71295/","name":"Icenowy Zheng","email":"icenowy@aosc.io"},"content":"在 2017-09-13 20:04，Maxime Ripard 写道：\n> Hi,\n> \n> On Wed, Sep 13, 2017 at 10:17:50AM +0800, Icenowy Zheng wrote:\n>> Add an option to indicate that the video driver should setup a \n>> SimpleFB\n>> node that passes the video framebuffer initialized by U-Boot to the\n>> operating system kernel.\n>> \n>> Currently only the Allwinner DE2 driver uses this option.\n>> \n>> Signed-off-by: Icenowy Zheng <icenowy@aosc.io>\n>> ---\n>>  drivers/video/Kconfig | 10 ++++++++++\n>>  1 file changed, 10 insertions(+)\n>> \n>> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig\n>> index 082cc4a528..e4e71763f5 100644\n>> --- a/drivers/video/Kconfig\n>> +++ b/drivers/video/Kconfig\n>> @@ -601,4 +601,14 @@ config VIDEO_DW_HDMI\n>>  \t  rather requires a SoC-specific glue driver to call it), it\n>>  \t  can not be enabled from the configuration menu.\n>> \n>> +config VIDEO_DT_SIMPLEFB\n>> +\tbool \"Enable SimpleFB support for passing framebuffer to OS\"\n>> +\tdepends on VIDEO_DE2\n>> +\tdefault y\n> \n> SIMPLEFB is also used by other platforms, but most platforms also\n> won't use it.\n> \n> Adding an imply VIDEO_DT_SIMPLEFB to VIDEO_DE2 would make everyone\n> happy I guess.\n\nThen should I drop the \"depends on VIDEO_DE2\"?\n\n> \n> Maxime\n> \n> --\n> Maxime Ripard, Free Electrons\n> Embedded Linux and Kernel engineering\n> http://free-electrons.com","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 3xshzX5yDnz9s4s\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 23:17:44 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 9235CC21EE6; Wed, 13 Sep 2017 13:17:33 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id F36A9C21C5C;\n\tWed, 13 Sep 2017 13:17:30 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 0498FC21C5C; Wed, 13 Sep 2017 13:17:29 +0000 (UTC)","from cat.ash.relay.mailchannels.net (cat.ash.relay.mailchannels.net\n\t[23.83.222.31]) by lists.denx.de (Postfix) with ESMTPS id 9F751C21C33\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 13:17:28 +0000 (UTC)","from relay.mailchannels.net (localhost [127.0.0.1])\n\tby relay.mailchannels.net (Postfix) with ESMTP id A0FEF8AA17D;\n\tWed, 13 Sep 2017 13:17:24 +0000 (UTC)","from hermes.aosc.io (unknown [100.96.139.214])\n\t(Authenticated sender: lmn-TZDUIOWCRQMW)\n\tby relay.mailchannels.net (Postfix) with ESMTPA id 07B6A8AA19F;\n\tWed, 13 Sep 2017 13:17:23 +0000 (UTC)","from hermes.aosc.io (hermes.aosc.io [172.20.52.122])\n\t(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384)\n\tby 0.0.0.0:2500 (trex/5.9.14); Wed, 13 Sep 2017 13:17:24 +0000","from localhost (localhost [127.0.0.1]) (Authenticated sender:\n\ticenowy@aosc.io)\n\tby hermes.aosc.io (Postfix) with ESMTPSA id 3E07046A4B;\n\tWed, 13 Sep 2017 13:17:21 +0000 (UTC)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,\n\tRCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no\n\tversion=3.4.0","X-Sender-Id":["lmn-tzduiowcrqmw|x-authsender|icenowy@aosc.io","lmn-tzduiowcrqmw|x-authsender|icenowy@aosc.io"],"X-MC-Relay":"Neutral","X-MailChannels-SenderId":"lmn-tzduiowcrqmw|x-authsender|icenowy@aosc.io","X-MailChannels-Auth-Id":"lmn-TZDUIOWCRQMW","X-Illustrious-Attack":"698a827b488d58ca_1505308644465_1154313502","X-MC-Loop-Signature":"1505308644465:1063565825","X-MC-Ingress-Time":"1505308644464","MIME-Version":"1.0","Date":"Wed, 13 Sep 2017 21:17:21 +0800","From":"icenowy@aosc.io","To":"maxime.ripard@free-electrons.com","In-Reply-To":"<20170913120448.h2ojibc7o4zhib2y@flea.lan>","References":"<20170913021751.9289-1-icenowy@aosc.io>\n\t<20170913021751.9289-3-icenowy@aosc.io>\n\t<20170913120448.h2ojibc7o4zhib2y@flea.lan>","Message-ID":"<556f2c03cce53de711f9f911b98b9515@aosc.io>","X-Sender":"icenowy@aosc.io","Cc":"u-boot@lists.denx.de, linux-sunxi@googlegroups.com,\n\tJagan Teki <jagan@openedev.com>","Subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","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-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1767982,"web_url":"http://patchwork.ozlabs.org/comment/1767982/","msgid":"<CAEwRq=rLXJv5jo94wfXMNyjozr7UCBfG15mf7m3miD5+Zu1_kQ@mail.gmail.com>","list_archive_url":null,"date":"2017-09-13T15:50:20","subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","submitter":{"id":71392,"url":"http://patchwork.ozlabs.org/api/people/71392/","name":"Vincent Legoll","email":"vincent.legoll@gmail.com"},"content":"> SIMPLEFB is also used by other platforms, but most platforms also\n> won't use it.\n>\n> Adding an imply VIDEO_DT_SIMPLEFB to VIDEO_DE2 would make everyone\n> happy I guess.\n\nYou meant adding a \"select VIDEO_DT_SIMPLEFB\" to VIDEO_DE2 ?","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>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"nMteFylh\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xsmP54Rm4z9ryv\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 14 Sep 2017 01:51:36 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 7C9A9C21C5D; Wed, 13 Sep 2017 15:51:24 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 3D616C21D7A;\n\tWed, 13 Sep 2017 15:51:22 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid C950DC21C5D; Wed, 13 Sep 2017 15:50:22 +0000 (UTC)","from mail-qt0-f194.google.com (mail-qt0-f194.google.com\n\t[209.85.216.194])\n\tby lists.denx.de (Postfix) with ESMTPS id 54E33C21C5C\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 15:50:22 +0000 (UTC)","by mail-qt0-f194.google.com with SMTP id l25so386218qtf.2\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 08:50:22 -0700 (PDT)","by 10.200.46.123 with HTTP; Wed, 13 Sep 2017 08:50:20 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.0 required=5.0 tests=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=i15QNG98q4PMFRg5e/PJYlffcWXQc38/ithsENIKpEI=;\n\tb=nMteFylhARCa8Avh0DRrtAbJLLj8fgM62/yPFhsPDBMOnHnpUKBJvr4r6mMc5eRWTw\n\tyoDJ5r6COBIxXOhPlEq27CDrh+Hkr5p0kedAreFSR96h8/2G+mDy4jjWLWrNEnt8R77P\n\tmIR/ypITpaBvTohd6/2Wl3AN2yJ5m7a9KXXUUpzRfxxzeiyAq8OFymEJHmyPH57N7Rcr\n\t0y/CQzIcWb30KRKsBUtQagNXF/+rg4RgjU1Vb2EEyN0whMS58NJ1J+NNTAdEDquh74Zg\n\tYsvDaEGP3L4/7bFif77fT8AExSQNBYEWqXlu4RH4WCe7C9Khcu9PM8llJ3o7HjfZ6vW5\n\tRWBA==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=i15QNG98q4PMFRg5e/PJYlffcWXQc38/ithsENIKpEI=;\n\tb=rpFJnxxaF6zG9iQ1OMkjEXUde/gOsw6Lq+KGOC4j6j8ywtoOgu2xu9dHNS0s2DpLJ9\n\tt+I7dk9E7skTq4SM6rWBb3Dulypwstlq7EsOghvV87FEzY21ZbWGt+ms3WxHRvss3lzZ\n\tLB+Q1Ua2MO8aAUTED7a2Q85KvAUPGDUQhaHYozJl04S8G2lgnYJkUUtQp8TCJJcafY2g\n\twlN8Q393fKFRvua45naU9Of2l6WyDqjsX6Qn53DxPvFk1HaczrNwCxH+Zv3dTBTOQVSz\n\tWjlY0JrDATzkiNQSfwdOZfqgQQFVFy2rBAOKPP3S1grk5Mq/xt9rzMun3czb+qlTzm/H\n\twV+A==","X-Gm-Message-State":"AHPjjUj6legKkbnbVCYTHzvvoL1rtst3nMCeiqp1mEChRmjj0SZICY1O\n\tmS6vhoAZn/EB/45JLqOsFQBBIcpaUOAIu5P1VYk=","X-Google-Smtp-Source":"AOwi7QAsBl83fRGmgquyD8HEEFUBqcpWrg5jbL025RgMy27u7BqpYekHZpdESIM0R4MzVMDFFrv3K6oOpbOFW75YF/Q=","X-Received":"by 10.200.17.23 with SMTP id c23mr8242166qtj.74.1505317821385;\n\tWed, 13 Sep 2017 08:50:21 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<20170913120448.h2ojibc7o4zhib2y@flea.lan>","References":"<20170913021751.9289-1-icenowy@aosc.io>\n\t<20170913021751.9289-3-icenowy@aosc.io>\n\t<20170913120448.h2ojibc7o4zhib2y@flea.lan>","From":"Vincent Legoll <vincent.legoll@gmail.com>","Date":"Wed, 13 Sep 2017 17:50:20 +0200","Message-ID":"<CAEwRq=rLXJv5jo94wfXMNyjozr7UCBfG15mf7m3miD5+Zu1_kQ@mail.gmail.com>","To":"Maxime Ripard <maxime.ripard@free-electrons.com>","X-Mailman-Approved-At":"Wed, 13 Sep 2017 15:51:21 +0000","Cc":"u-boot@lists.denx.de, linux-sunxi@googlegroups.com,\n\tJagan Teki <jagan@openedev.com>, Icenowy Zheng <icenowy@aosc.io>","Subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","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>"}},{"id":1767984,"web_url":"http://patchwork.ozlabs.org/comment/1767984/","msgid":"<fc413fea-efc1-3e8c-842e-e06ee3adee8b@arm.com>","list_archive_url":null,"date":"2017-09-13T15:55:11","subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","submitter":{"id":61837,"url":"http://patchwork.ozlabs.org/api/people/61837/","name":"Andre Przywara","email":"andre.przywara@arm.com"},"content":"Hi,\n\nOn 13/09/17 16:50, Vincent Legoll wrote:\n>> SIMPLEFB is also used by other platforms, but most platforms also\n>> won't use it.\n>>\n>> Adding an imply VIDEO_DT_SIMPLEFB to VIDEO_DE2 would make everyone\n>> happy I guess.\n> \n> You meant adding a \"select VIDEO_DT_SIMPLEFB\" to VIDEO_DE2 ?\n\nI think he explicitly meant \"imply\", which is a rather recent addition\nto Kconfig [1]:\n\n===============\n- weak reverse dependencies: \"imply\" <symbol> [\"if\" <expr>]\n  This is similar to \"select\" as it enforces a lower limit on another\n  symbol except that the \"implied\" symbol's value may still be set to n\n  from a direct dependency or with a visible prompt.\n===============\n\n[1]\nhttps://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/kbuild/kconfig-language.txt#n116\n\nCheers,\nAndre","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 3xsmTL6rdjz9ryv\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 14 Sep 2017 01:55:18 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid AC725C2229F; Wed, 13 Sep 2017 15:55:12 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C87A9C21D7A;\n\tWed, 13 Sep 2017 15:55:09 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 5BF17C21D7A; Wed, 13 Sep 2017 15:55:08 +0000 (UTC)","from foss.arm.com (usa-sjc-mx-foss1.foss.arm.com [217.140.101.70])\n\tby lists.denx.de (Postfix) with ESMTP id F2761C21C5D\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 15:55:07 +0000 (UTC)","from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E62791596;\n\tWed, 13 Sep 2017 08:55:06 -0700 (PDT)","from [192.168.67.35] (usa-sjc-imap-foss1.foss.arm.com\n\t[10.72.51.249])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id\n\tCBBAE3F483; Wed, 13 Sep 2017 08:55:05 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI\n\tautolearn=unavailable autolearn_force=no version=3.4.0","To":"vincent.legoll@gmail.com,\n\tMaxime Ripard <maxime.ripard@free-electrons.com>","References":"<20170913021751.9289-1-icenowy@aosc.io>\n\t<20170913021751.9289-3-icenowy@aosc.io>\n\t<20170913120448.h2ojibc7o4zhib2y@flea.lan>\n\t<CAEwRq=rLXJv5jo94wfXMNyjozr7UCBfG15mf7m3miD5+Zu1_kQ@mail.gmail.com>","From":"Andre Przywara <andre.przywara@arm.com>","Message-ID":"<fc413fea-efc1-3e8c-842e-e06ee3adee8b@arm.com>","Date":"Wed, 13 Sep 2017 16:55:11 +0100","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<CAEwRq=rLXJv5jo94wfXMNyjozr7UCBfG15mf7m3miD5+Zu1_kQ@mail.gmail.com>","Content-Language":"en-GB","Cc":"u-boot@lists.denx.de, linux-sunxi@googlegroups.com,\n\tJagan Teki <jagan@openedev.com>, Icenowy Zheng <icenowy@aosc.io>","Subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","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>"}},{"id":1768058,"web_url":"http://patchwork.ozlabs.org/comment/1768058/","msgid":"<20170913174224.nuduysp2bix4m65r@flea.lan>","list_archive_url":null,"date":"2017-09-13T17:42:24","subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","submitter":{"id":12916,"url":"http://patchwork.ozlabs.org/api/people/12916/","name":"Maxime Ripard","email":"maxime.ripard@free-electrons.com"},"content":"On Wed, Sep 13, 2017 at 09:17:21PM +0800, icenowy@aosc.io wrote:\n> 在 2017-09-13 20:04，Maxime Ripard 写道：\n> > Hi,\n> > \n> > On Wed, Sep 13, 2017 at 10:17:50AM +0800, Icenowy Zheng wrote:\n> > > Add an option to indicate that the video driver should setup a\n> > > SimpleFB\n> > > node that passes the video framebuffer initialized by U-Boot to the\n> > > operating system kernel.\n> > > \n> > > Currently only the Allwinner DE2 driver uses this option.\n> > > \n> > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io>\n> > > ---\n> > >  drivers/video/Kconfig | 10 ++++++++++\n> > >  1 file changed, 10 insertions(+)\n> > > \n> > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig\n> > > index 082cc4a528..e4e71763f5 100644\n> > > --- a/drivers/video/Kconfig\n> > > +++ b/drivers/video/Kconfig\n> > > @@ -601,4 +601,14 @@ config VIDEO_DW_HDMI\n> > >  \t  rather requires a SoC-specific glue driver to call it), it\n> > >  \t  can not be enabled from the configuration menu.\n> > > \n> > > +config VIDEO_DT_SIMPLEFB\n> > > +\tbool \"Enable SimpleFB support for passing framebuffer to OS\"\n> > > +\tdepends on VIDEO_DE2\n> > > +\tdefault y\n> > \n> > SIMPLEFB is also used by other platforms, but most platforms also\n> > won't use it.\n> > \n> > Adding an imply VIDEO_DT_SIMPLEFB to VIDEO_DE2 would make everyone\n> > happy I guess.\n> \n> Then should I drop the \"depends on VIDEO_DE2\"?\n\nYes.\n\nMaxime","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 3xspsG22R3z9sNV\n\tfor <incoming@patchwork.ozlabs.org>;\n\tThu, 14 Sep 2017 03:42:40 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid C691DC2208F; Wed, 13 Sep 2017 17:42:32 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id A8C28C21DE9;\n\tWed, 13 Sep 2017 17:42:29 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid BDC86C21DB2; Wed, 13 Sep 2017 17:42:28 +0000 (UTC)","from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54])\n\tby lists.denx.de (Postfix) with ESMTP id 734EFC21C73\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 17:42:28 +0000 (UTC)","by mail.free-electrons.com (Postfix, from userid 110)\n\tid 2556B209B1; Wed, 13 Sep 2017 19:42:28 +0200 (CEST)","from localhost (LFbn-TOU-1-209-191.w86-201.abo.wanadoo.fr\n\t[86.201.56.191])\n\tby mail.free-electrons.com (Postfix) with ESMTPSA id EE66F20998;\n\tWed, 13 Sep 2017 19:42:27 +0200 (CEST)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=0.0 required=5.0 tests=none autolearn=unavailable\n\tautolearn_force=no version=3.4.0","Date":"Wed, 13 Sep 2017 19:42:24 +0200","From":"Maxime Ripard <maxime.ripard@free-electrons.com>","To":"icenowy@aosc.io","Message-ID":"<20170913174224.nuduysp2bix4m65r@flea.lan>","References":"<20170913021751.9289-1-icenowy@aosc.io>\n\t<20170913021751.9289-3-icenowy@aosc.io>\n\t<20170913120448.h2ojibc7o4zhib2y@flea.lan>\n\t<556f2c03cce53de711f9f911b98b9515@aosc.io>","MIME-Version":"1.0","In-Reply-To":"<556f2c03cce53de711f9f911b98b9515@aosc.io>","User-Agent":"NeoMutt/20170714 (1.8.3)","Cc":"u-boot@lists.denx.de, linux-sunxi@googlegroups.com,\n\tJagan Teki <jagan@openedev.com>","Subject":"Re: [U-Boot] [linux-sunxi] Re: [PATCH v3 2/3] video: add an option\n\tfor video simplefb via DT","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":"multipart/mixed;\n\tboundary=\"===============7282632162207312901==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]