[{"id":1700449,"web_url":"http://patchwork.ozlabs.org/comment/1700449/","msgid":"<E1dPGss-0007qZ-Us@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-06-25T23:24:02","subject":"Re: [U-Boot] [U-Boot, v3,\n\t2/3] rockchip: video: mipi: Split mipi driver into common and\n\tspecific parts","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> To compatible with different rockchip soc, we split the mipi dirver into\n> common and soc specific parts, and all the soc share the common\n> functions from common driver part.\n> \n> Signed-off-by: Eric Gao <eric.gao@rock-chips.com>\n> ---\n> \n> Changes in v2:\n> -Use dev_read_addr to replace devfdt_get_addr.\n> \n> Changes in v1:\n> -Delete the unused variable.\n> \n>  drivers/video/rockchip/rk3399_mipi.c | 183 +++++++++++++++++++++++++++++++++++\n>  drivers/video/rockchip/rk_mipi.c     | 170 ++------------------------------\n>  drivers/video/rockchip/rk_mipi.h     |  32 ++++++\n>  3 files changed, 221 insertions(+), 164 deletions(-)\n>  create mode 100644 drivers/video/rockchip/rk3399_mipi.c\n>  create mode 100644 drivers/video/rockchip/rk_mipi.h\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 3wwpvZ3Gvhz9s2G\n\tfor <incoming@patchwork.ozlabs.org>;\n\tMon, 26 Jun 2017 09:54:50 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1D0AEC21DC8; Sun, 25 Jun 2017 23:33:01 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C7EC8C21D70;\n\tSun, 25 Jun 2017 23:28:49 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 6C69FC21DE4; Sun, 25 Jun 2017 23:27: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 4EDAEC21DCD\n\tfor <u-boot@lists.denx.de>; Sun, 25 Jun 2017 23:27:01 +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 1dPGss-0007qZ-Us; 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":"<1498015234-12919-3-git-send-email-eric.gao@rock-chips.com>","References":"<1498015234-12919-3-git-send-email-eric.gao@rock-chips.com>","Message-Id":"<E1dPGss-0007qZ-Us@mail.theobroma-systems.com>","Date":"Mon, 26 Jun 2017 01:24:02 +0200","Cc":"u-boot@lists.denx.de, eric.gao@rock-chips.com","Subject":"Re: [U-Boot] [U-Boot, v3,\n\t2/3] rockchip: video: mipi: Split mipi driver into common and\n\tspecific parts","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":1740650,"web_url":"http://patchwork.ozlabs.org/comment/1740650/","msgid":"<20170807194049.436e6665@crub>","list_archive_url":null,"date":"2017-08-07T17:40:49","subject":"Re: [U-Boot] [PATCH v3 2/3] rockchip: video: mipi: Split mipi\n\tdriver into common and specific parts","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:20:33 +0800\nEric Gao eric.gao@rock-chips.com wrote:\n\n> To compatible with different rockchip soc, we split the mipi dirver into\n> common and soc specific parts, and all the soc share the common\n> functions from common driver part.\n> \n> Signed-off-by: Eric Gao <eric.gao@rock-chips.com>\n> \n> ---\n> \n> Changes in v2:\n> -Use dev_read_addr to replace devfdt_get_addr.\n> \n> Changes in v1:\n> -Delete the unused variable.\n> \n>  drivers/video/rockchip/rk3399_mipi.c | 183 +++++++++++++++++++++++++++++++++++\n>  drivers/video/rockchip/rk_mipi.c     | 170 ++------------------------------\n>  drivers/video/rockchip/rk_mipi.h     |  32 ++++++\n>  3 files changed, 221 insertions(+), 164 deletions(-)\n>  create mode 100644 drivers/video/rockchip/rk3399_mipi.c\n>  create mode 100644 drivers/video/rockchip/rk_mipi.h\n\nApplied to u-boot-video/master, 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 3xR4ZR2z7tz9rxl\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue,  8 Aug 2017 03:41:02 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1E0A4C21DA4; Mon,  7 Aug 2017 17:40:54 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id AAD03C21C4E;\n\tMon,  7 Aug 2017 17:40:52 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 5689CC21C4E; Mon,  7 Aug 2017 17:40:51 +0000 (UTC)","from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9])\n\tby lists.denx.de (Postfix) with ESMTPS id F263BC21C40\n\tfor <u-boot@lists.denx.de>; Mon,  7 Aug 2017 17:40:50 +0000 (UTC)","from frontend01.mail.m-online.net (unknown [192.168.8.182])\n\tby mail-out.m-online.net (Postfix) with ESMTP id 3xR4ZB5Bzyz1qrMg;\n\tMon,  7 Aug 2017 19:40:50 +0200 (CEST)","from localhost (dynscan1.mnet-online.de [192.168.6.70])\n\tby mail.m-online.net (Postfix) with ESMTP id 3xR4ZB4b2Wz3jgY9;\n\tMon,  7 Aug 2017 19:40:50 +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)\n\twith ESMTP id iI19vuwRxeaY; Mon,  7 Aug 2017 19:40:49 +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\tMon,  7 Aug 2017 19:40:49 +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":"bEdbUAQW5cVuMkXEXsGHqnlb9xaR51orKyc6WxKvUKE=","Date":"Mon, 7 Aug 2017 19:40:49 +0200","From":"Anatolij Gustschin <agust@denx.de>","To":"Eric Gao <eric.gao@rock-chips.com>","Message-ID":"<20170807194049.436e6665@crub>","In-Reply-To":"<1498015234-12919-3-git-send-email-eric.gao@rock-chips.com>","References":"<1498015234-12919-1-git-send-email-eric.gao@rock-chips.com>\n\t<1498015234-12919-3-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","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [PATCH v3 2/3] rockchip: video: mipi: Split mipi\n\tdriver into common and specific parts","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":1740723,"web_url":"http://patchwork.ozlabs.org/comment/1740723/","msgid":"<20170807210033.4e5d57c6@crub>","list_archive_url":null,"date":"2017-08-07T19:00:33","subject":"Re: [U-Boot] [PATCH v3 2/3] rockchip: video: mipi: Split mipi\n\tdriver into common and specific parts","submitter":{"id":872,"url":"http://patchwork.ozlabs.org/api/people/872/","name":"Anatolij Gustschin","email":"agust@denx.de"},"content":"On Mon, 7 Aug 2017 19:40:49 +0200\nAnatolij Gustschin agust@denx.de wrote:\n... \n> \n> Applied to u-boot-video/master, thanks!\n\nthis breaks building, dropped.\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 3xR6LN4N9fz9sCZ\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue,  8 Aug 2017 05:00:44 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 6227DC21D93; Mon,  7 Aug 2017 19:00:38 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id C6D5CC21C40;\n\tMon,  7 Aug 2017 19:00:35 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B401DC21C40; Mon,  7 Aug 2017 19:00:34 +0000 (UTC)","from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9])\n\tby lists.denx.de (Postfix) with ESMTPS id 6D06CC21C3F\n\tfor <u-boot@lists.denx.de>; Mon,  7 Aug 2017 19:00:34 +0000 (UTC)","from frontend01.mail.m-online.net (unknown [192.168.8.182])\n\tby mail-out.m-online.net (Postfix) with ESMTP id 3xR6LB1xG9z1qrNH;\n\tMon,  7 Aug 2017 21:00:34 +0200 (CEST)","from localhost (dynscan1.mnet-online.de [192.168.6.70])\n\tby mail.m-online.net (Postfix) with ESMTP id 3xR6LB1QKmz3jgYD;\n\tMon,  7 Aug 2017 21:00:34 +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)\n\twith ESMTP id i1Fpj7-GFNVF; Mon,  7 Aug 2017 21:00:33 +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\tMon,  7 Aug 2017 21:00:33 +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":"CG7paxc9VkgxXo5ZQ9Nxnx2+c3blL7FQYQ+kW9pbfhU=","Date":"Mon, 7 Aug 2017 21:00:33 +0200","From":"Anatolij Gustschin <agust@denx.de>","To":"Eric Gao <eric.gao@rock-chips.com>","Message-ID":"<20170807210033.4e5d57c6@crub>","In-Reply-To":"<20170807194049.436e6665@crub>","References":"<1498015234-12919-1-git-send-email-eric.gao@rock-chips.com>\n\t<1498015234-12919-3-git-send-email-eric.gao@rock-chips.com>\n\t<20170807194049.436e6665@crub>","X-Mailer":"Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu)","MIME-Version":"1.0","Cc":"u-boot@lists.denx.de","Subject":"Re: [U-Boot] [PATCH v3 2/3] rockchip: video: mipi: Split mipi\n\tdriver into common and specific parts","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>"}}]