[{"id":1700472,"web_url":"http://patchwork.ozlabs.org/comment/1700472/","msgid":"<E1dPGst-0007qZ-KB@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-06-25T23:24:03","subject":"Re: [U-Boot] [U-Boot, v3,\n\t1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi\n\tdsi","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> Add rk3288 soc specific driver for mipi dsi.\n> \n> Signed-off-by: Eric Gao <eric.gao@rock-chips.com>\n> Reviewed-by: Simon Glass <sjg@chromium.org>\n> ---\n> \n> Changes in v2:\n> -Cancel the force convert for dev_read_addr return value type.\n> -Change regs type from \"void __iomem\" to \"uintptr_t\".\n> \n> Changes in v1:\n> -Change function name from rk_display_enable to rk_mipi_enable.\n> -Use IS_ERR to judge the return status.\n> -Use dev_read_addr to replace devfdt_get_addr.\n> \n>  drivers/video/rockchip/rk3288_mipi.c | 191 +++++++++++++++++++++++++++++++++++\n>  drivers/video/rockchip/rk_mipi.h     |   2 +-\n>  2 files changed, 192 insertions(+), 1 deletion(-)\n>  create mode 100644 drivers/video/rockchip/rk3288_mipi.c\n> \n\nAcked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3wwqBl0bRmz9s65\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 26 Jun 2017 10:07:58 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid B8314C21E68; Sun, 25 Jun 2017 23:52:28 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id B4164C21DB5;\n\tSun, 25 Jun 2017 23:52:25 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 47BF8C21E03; Sun, 25 Jun 2017 23:29:05 +0000 (UTC)","from mail.theobroma-systems.com (vegas.theobroma-systems.com\n\t[144.76.126.164])\n\tby lists.denx.de (Postfix) with ESMTPS id 08167C21D7B\n\tfor <u-boot@lists.denx.de>; Sun, 25 Jun 2017 23:29:02 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:57618\n\thelo=vpn-10-11-0-14.lan) by mail.theobroma-systems.com with esmtpsa\n\t(TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80)\n\t(envelope-from <philipp.tomsich@theobroma-systems.com>)\n\tid 1dPGst-0007qZ-KB; Mon, 26 Jun 2017 01:24:03 +0200"],"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","MIME-Version":"1.0","From":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","To":"eric.gao@rock-chips.com","In-Reply-To":"<1498015323-13048-2-git-send-email-eric.gao@rock-chips.com>","References":"<1498015323-13048-2-git-send-email-eric.gao@rock-chips.com>","Message-Id":"<E1dPGst-0007qZ-KB@mail.theobroma-systems.com>","Date":"Mon, 26 Jun 2017 01:24:03 +0200","Cc":"u-boot@lists.denx.de, eric.gao@rock-chips.com","Subject":"Re: [U-Boot] [U-Boot, v3,\n\t1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi\n\tdsi","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":1740737,"web_url":"http://patchwork.ozlabs.org/comment/1740737/","msgid":"<20170807213145.22a592c4@crub>","list_archive_url":null,"date":"2017-08-07T19:31:45","subject":"Re: [U-Boot] [PATCH v3 1/3] rockchip: video: mipi: Add rk3288 soc\n\tspecific driver for mipi dsi","submitter":{"id":872,"url":"http://patchwork.ozlabs.org/api/people/872/","name":"Anatolij Gustschin","email":"agust@denx.de"},"content":"On Wed, 21 Jun 2017 11:22:01 +0800\nEric Gao eric.gao@rock-chips.com wrote:\n\n> Add rk3288 soc specific driver for mipi dsi.\n> \n> Signed-off-by: Eric Gao <eric.gao@rock-chips.com>\n> Reviewed-by: Simon Glass <sjg@chromium.org>\n> \n> ---\n> \n> Changes in v2:\n> -Cancel the force convert for dev_read_addr return value type.\n> -Change regs type from \"void __iomem\" to \"uintptr_t\".\n> \n> Changes in v1:\n> -Change function name from rk_display_enable to rk_mipi_enable.\n> -Use IS_ERR to judge the return status.\n> -Use dev_read_addr to replace devfdt_get_addr.\n> \n>  drivers/video/rockchip/rk3288_mipi.c | 191 +++++++++++++++++++++++++++++++++++\n>  drivers/video/rockchip/rk_mipi.h     |   2 +-\n>  2 files changed, 192 insertions(+), 1 deletion(-)\n>  create mode 100644 drivers/video/rockchip/rk3288_mipi.c\n\nApplied to u-boot-video/master after rebasing, thanks!\n\n--\nAnatolij","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 3xR72P2l6Qz9ryr\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue,  8 Aug 2017 05:31:57 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 2327AC21DBE; Mon,  7 Aug 2017 19:31:51 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 1065AC21C4E;\n\tMon,  7 Aug 2017 19:31:49 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid C0644C21C40; Mon,  7 Aug 2017 19:31:47 +0000 (UTC)","from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10])\n\tby lists.denx.de (Postfix) with ESMTPS id 583D3C21C3F\n\tfor <u-boot@lists.denx.de>; Mon,  7 Aug 2017 19:31:47 +0000 (UTC)","from frontend01.mail.m-online.net (unknown [192.168.8.182])\n\tby mail-out.m-online.net (Postfix) with ESMTP id 3xR72C1DBPz1qrdW\n\tfor <u-boot@lists.denx.de>; Mon,  7 Aug 2017 21:31:47 +0200 (CEST)","from localhost (dynscan1.mnet-online.de [192.168.6.70])\n\tby mail.m-online.net (Postfix) with ESMTP id 3xR72B6zJzz3jgYF\n\tfor <u-boot@lists.denx.de>; Mon,  7 Aug 2017 21:31:46 +0200 (CEST)","from mail.mnet-online.de ([192.168.8.182])\n\tby localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new,\n\tport 10024) with ESMTP id nVeNygsI0XMr for <u-boot@lists.denx.de>;\n\tMon,  7 Aug 2017 21:31:46 +0200 (CEST)","from crub (p4FCB52B3.dip0.t-ipconnect.de [79.203.82.179])\n\t(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mail.mnet-online.de (Postfix) with ESMTPSA\n\tfor <u-boot@lists.denx.de>; Mon,  7 Aug 2017 21:31:46 +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.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,\n\tRCVD_IN_MSPIKE_H3,\n\tRCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no\n\tversion=3.4.0","X-Virus-Scanned":"amavisd-new at mnet-online.de","X-Auth-Info":"6ReY2RmDR3MGh2jb83tdjf4W0hMWmCXeppGu0izpt8g=","Date":"Mon, 7 Aug 2017 21:31:45 +0200","From":"Anatolij Gustschin <agust@denx.de>","To":"u-boot@lists.denx.de","Message-ID":"<20170807213145.22a592c4@crub>","In-Reply-To":"<1498015323-13048-2-git-send-email-eric.gao@rock-chips.com>","References":"<1498015323-13048-1-git-send-email-eric.gao@rock-chips.com>\n\t<1498015323-13048-2-git-send-email-eric.gao@rock-chips.com>","X-Mailer":"Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu)","MIME-Version":"1.0","Subject":"Re: [U-Boot] [PATCH v3 1/3] rockchip: video: mipi: Add rk3288 soc\n\tspecific driver for mipi dsi","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>"}}]