[{"id":1766746,"web_url":"http://patchwork.ozlabs.org/comment/1766746/","msgid":"<20170912081832.acsjy2yjtorv2uka@flea.lan>","list_archive_url":null,"date":"2017-09-12T08:18:32","subject":"Re: [U-Boot] [PATCH v2 2/2] sunxi: setup simplefb for Allwinner DE2","submitter":{"id":12916,"url":"http://patchwork.ozlabs.org/api/people/12916/","name":"Maxime Ripard","email":"maxime.ripard@free-electrons.com"},"content":"Hi,\n\nOn Mon, Sep 11, 2017 at 11:54:58PM +0800, Icenowy Zheng wrote:\n> diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h\n> index 1373b1f037..c240fe4403 100644\n> --- a/include/configs/sunxi-common.h\n> +++ b/include/configs/sunxi-common.h\n> @@ -288,6 +288,10 @@ extern int soft_i2c_gpio_scl;\n>  \n>  #endif /* CONFIG_VIDEO */\n>  \n> +#ifdef CONFIG_VIDEO_DE2\n> +#define CONFIG_VIDEO_DT_SIMPLEFB\n> +#endif\n> +\n\nPlease use a Kconfig option for that one.\n\nThanks!\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 3xryNy2fk5z9s7F\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:18:42 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2401BC21E6E; Tue, 12 Sep 2017 08:18:38 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 8ED75C21C6D;\n\tTue, 12 Sep 2017 08:18:35 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B450BC21C6D; Tue, 12 Sep 2017 08:18:33 +0000 (UTC)","from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54])\n\tby lists.denx.de (Postfix) with ESMTP id 651ECC21C57\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 08:18:33 +0000 (UTC)","by mail.free-electrons.com (Postfix, from userid 110)\n\tid 2628521299; Tue, 12 Sep 2017 10:18:33 +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 F10F020E3D;\n\tTue, 12 Sep 2017 10:18:32 +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":"Tue, 12 Sep 2017 10:18:32 +0200","From":"Maxime Ripard <maxime.ripard@free-electrons.com>","To":"Icenowy Zheng <icenowy@aosc.io>","Message-ID":"<20170912081832.acsjy2yjtorv2uka@flea.lan>","References":"<20170911155458.62806-1-icenowy@aosc.io>\n\t<20170911155458.62806-3-icenowy@aosc.io>","MIME-Version":"1.0","In-Reply-To":"<20170911155458.62806-3-icenowy@aosc.io>","User-Agent":"NeoMutt/20170714 (1.8.3)","Cc":"Jagan Teki <jteki@openedev.com>, u-boot@lists.denx.de,\n\tlinux-sunxi@googlegroups.com","Subject":"Re: [U-Boot] [PATCH v2 2/2] sunxi: setup simplefb for Allwinner DE2","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=\"===============3401509511778886859==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1766750,"web_url":"http://patchwork.ozlabs.org/comment/1766750/","msgid":"<bcf44924fdcc8342a6ebd6d619eca4c0@aosc.io>","list_archive_url":null,"date":"2017-09-12T08:25:36","subject":"Re: [U-Boot] [PATCH v2 2/2] sunxi: setup simplefb for Allwinner DE2","submitter":{"id":71295,"url":"http://patchwork.ozlabs.org/api/people/71295/","name":"Icenowy Zheng","email":"icenowy@aosc.io"},"content":"在 2017-09-12 16:18，Maxime Ripard 写道：\n> Hi,\n> \n> On Mon, Sep 11, 2017 at 11:54:58PM +0800, Icenowy Zheng wrote:\n>> diff --git a/include/configs/sunxi-common.h \n>> b/include/configs/sunxi-common.h\n>> index 1373b1f037..c240fe4403 100644\n>> --- a/include/configs/sunxi-common.h\n>> +++ b/include/configs/sunxi-common.h\n>> @@ -288,6 +288,10 @@ extern int soft_i2c_gpio_scl;\n>> \n>>  #endif /* CONFIG_VIDEO */\n>> \n>> +#ifdef CONFIG_VIDEO_DE2\n>> +#define CONFIG_VIDEO_DT_SIMPLEFB\n>> +#endif\n>> +\n> \n> Please use a Kconfig option for that one.\n\nShould I also convert DE1 simplefb to a Kconfig option?\n\n> \n> Thanks!\n> Maxime","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 3xryYN3X01z9s7F\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:26:00 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2FDB9C21F1F; Tue, 12 Sep 2017 08:25:48 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 8DB63C21C6D;\n\tTue, 12 Sep 2017 08:25:46 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid EB4F2C21C6D; Tue, 12 Sep 2017 08:25:44 +0000 (UTC)","from nov-007-i592.relay.mailchannels.net\n\t(nov-007-i592.relay.mailchannels.net [46.232.183.146])\n\tby lists.denx.de (Postfix) with ESMTPS id 84D69C21C57\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 08:25:43 +0000 (UTC)","from relay.mailchannels.net (localhost [127.0.0.1])\n\tby relay.mailchannels.net (Postfix) with ESMTP id 3837220165C;\n\tTue, 12 Sep 2017 08:25:40 +0000 (UTC)","from hermes.aosc.io (unknown [100.96.146.203])\n\t(Authenticated sender: lmn-TZDUIOWCRQMW)\n\tby relay.mailchannels.net (Postfix) with ESMTPA id 85100200F4E;\n\tTue, 12 Sep 2017 08:25:39 +0000 (UTC)","from hermes.aosc.io (hermes.aosc.io [100.96.146.1])\n\t(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384)\n\tby 0.0.0.0:2500 (trex/5.9.14); Tue, 12 Sep 2017 08:25:40 +0000","from localhost (localhost [127.0.0.1]) (Authenticated sender:\n\ticenowy@aosc.io)\n\tby hermes.aosc.io (Postfix) with ESMTPSA id 0077946D28;\n\tTue, 12 Sep 2017 08:25:36 +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-Spicy-Chemical":"22a114b47cd7cb9d_1505204739930_3380163575","X-MC-Loop-Signature":"1505204739930:2652897483","X-MC-Ingress-Time":"1505204739930","MIME-Version":"1.0","Date":"Tue, 12 Sep 2017 16:25:36 +0800","From":"icenowy@aosc.io","To":"Maxime Ripard <maxime.ripard@free-electrons.com>","In-Reply-To":"<20170912081832.acsjy2yjtorv2uka@flea.lan>","References":"<20170911155458.62806-1-icenowy@aosc.io>\n\t<20170911155458.62806-3-icenowy@aosc.io>\n\t<20170912081832.acsjy2yjtorv2uka@flea.lan>","Message-ID":"<bcf44924fdcc8342a6ebd6d619eca4c0@aosc.io>","X-Sender":"icenowy@aosc.io","Cc":"Jagan Teki <jteki@openedev.com>, u-boot@lists.denx.de,\n\tlinux-sunxi@googlegroups.com","Subject":"Re: [U-Boot] [PATCH v2 2/2] sunxi: setup simplefb for Allwinner DE2","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":1767309,"web_url":"http://patchwork.ozlabs.org/comment/1767309/","msgid":"<20170912200347.425kstmtaivo736m@flea.lan>","list_archive_url":null,"date":"2017-09-12T20:03:47","subject":"Re: [U-Boot] [PATCH v2 2/2] sunxi: setup simplefb for Allwinner DE2","submitter":{"id":12916,"url":"http://patchwork.ozlabs.org/api/people/12916/","name":"Maxime Ripard","email":"maxime.ripard@free-electrons.com"},"content":"On Tue, Sep 12, 2017 at 04:25:36PM +0800, icenowy@aosc.io wrote:\n> 在 2017-09-12 16:18，Maxime Ripard 写道：\n> > Hi,\n> > \n> > On Mon, Sep 11, 2017 at 11:54:58PM +0800, Icenowy Zheng wrote:\n> > > diff --git a/include/configs/sunxi-common.h\n> > > b/include/configs/sunxi-common.h\n> > > index 1373b1f037..c240fe4403 100644\n> > > --- a/include/configs/sunxi-common.h\n> > > +++ b/include/configs/sunxi-common.h\n> > > @@ -288,6 +288,10 @@ extern int soft_i2c_gpio_scl;\n> > > \n> > >  #endif /* CONFIG_VIDEO */\n> > > \n> > > +#ifdef CONFIG_VIDEO_DE2\n> > > +#define CONFIG_VIDEO_DT_SIMPLEFB\n> > > +#endif\n> > > +\n> > \n> > Please use a Kconfig option for that one.\n> \n> Should I also convert DE1 simplefb to a Kconfig option?\n\nIf you have some spare time, sure, but it's not a pre-requisite for\nthis serie.\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 3xsG4f4zRHz9s7f\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 06:05:38 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 39453C22233; Tue, 12 Sep 2017 20:04:18 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 0A984C221E5;\n\tTue, 12 Sep 2017 20:04:16 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B9885C22208; Tue, 12 Sep 2017 20:03:49 +0000 (UTC)","from mail.free-electrons.com (mail.free-electrons.com [62.4.15.54])\n\tby lists.denx.de (Postfix) with ESMTP id B1383C221F1\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 20:03:48 +0000 (UTC)","by mail.free-electrons.com (Postfix, from userid 110)\n\tid 7DABE2098B; Tue, 12 Sep 2017 22:03:48 +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 556C220848;\n\tTue, 12 Sep 2017 22:03: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":"Tue, 12 Sep 2017 22:03:47 +0200","From":"Maxime Ripard <maxime.ripard@free-electrons.com>","To":"icenowy@aosc.io","Message-ID":"<20170912200347.425kstmtaivo736m@flea.lan>","References":"<20170911155458.62806-1-icenowy@aosc.io>\n\t<20170911155458.62806-3-icenowy@aosc.io>\n\t<20170912081832.acsjy2yjtorv2uka@flea.lan>\n\t<bcf44924fdcc8342a6ebd6d619eca4c0@aosc.io>","MIME-Version":"1.0","In-Reply-To":"<bcf44924fdcc8342a6ebd6d619eca4c0@aosc.io>","User-Agent":"NeoMutt/20170714 (1.8.3)","Cc":"Jagan Teki <jteki@openedev.com>, u-boot@lists.denx.de,\n\tlinux-sunxi@googlegroups.com","Subject":"Re: [U-Boot] [PATCH v2 2/2] sunxi: setup simplefb for Allwinner DE2","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=\"===============0883915824358201047==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]