[{"id":1766760,"web_url":"http://patchwork.ozlabs.org/comment/1766760/","msgid":"<E1drghc-0002N1-8L@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-12T08:37:52","subject":"Re: [U-Boot] [U-Boot,\n\t2/4] rockchip: rk3188: move sdram driver to driver/ram","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> Since we have CONFIG_RAM framwork and its driver folder, move the driver\n> into it.\n> \n> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>\n> ---\n> \n>  arch/arm/mach-rockchip/rk3188/Makefile                                 | 1 -\n>  drivers/ram/rockchip/Makefile                                          | 1 +\n>  {arch/arm/mach-rockchip/rk3188 => drivers/ram/rockchip}/sdram_rk3188.c | 0\n>  3 files changed, 1 insertion(+), 1 deletion(-)\n>  rename {arch/arm/mach-rockchip/rk3188 => drivers/ram/rockchip}/sdram_rk3188.c (100%)\n> \n\nReviewed-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","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 3xrysb5hVJz9s7g\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:40:03 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 8EF7EC21F91; Tue, 12 Sep 2017 08:39:33 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id E88D7C21F3A;\n\tTue, 12 Sep 2017 08:39:30 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 5BF15C21F65; Tue, 12 Sep 2017 08:37:57 +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 8F88CC21F3A\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 08:37:53 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:50213\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 1drghc-0002N1-8L; Tue, 12 Sep 2017 10:37:52 +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":"Kever Yang <kever.yang@rock-chips.com>","In-Reply-To":"<1504692063-24705-3-git-send-email-kever.yang@rock-chips.com>","References":"<1504692063-24705-3-git-send-email-kever.yang@rock-chips.com>","Message-Id":"<E1drghc-0002N1-8L@mail.theobroma-systems.com>","Date":"Tue, 12 Sep 2017 10:37:52 +0200","Cc":"u-boot@lists.denx.de, Albert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [U-Boot,\n\t2/4] rockchip: rk3188: move sdram driver to driver/ram","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":1766763,"web_url":"http://patchwork.ozlabs.org/comment/1766763/","msgid":"<E1drghV-0002Mi-Gz@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-12T08:37:45","subject":"Re: [U-Boot] [U-Boot,\n\t2/4] rockchip: rk3188: move sdram driver to driver/ram","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> Since we have CONFIG_RAM framwork and its driver folder, move the driver\n> into it.\n> \n> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>\n> ---\n> \n>  arch/arm/mach-rockchip/rk3188/Makefile                                 | 1 -\n>  drivers/ram/rockchip/Makefile                                          | 1 +\n>  {arch/arm/mach-rockchip/rk3188 => drivers/ram/rockchip}/sdram_rk3188.c | 0\n>  3 files changed, 1 insertion(+), 1 deletion(-)\n>  rename {arch/arm/mach-rockchip/rk3188 => drivers/ram/rockchip}/sdram_rk3188.c (100%)\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","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 3xrytv3v5wz9s7M\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:41:11 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 33F6BC21E98; Tue, 12 Sep 2017 08:38:55 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 83463C21FBD;\n\tTue, 12 Sep 2017 08:38:53 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 51113C21FBE; Tue, 12 Sep 2017 08:37:50 +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 2E51EC21F02\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 08:37:47 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:50212\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 1drghV-0002Mi-Gz; Tue, 12 Sep 2017 10:37:46 +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":"Kever Yang <kever.yang@rock-chips.com>","In-Reply-To":"<1504692063-24705-3-git-send-email-kever.yang@rock-chips.com>","References":"<1504692063-24705-3-git-send-email-kever.yang@rock-chips.com>","Message-Id":"<E1drghV-0002Mi-Gz@mail.theobroma-systems.com>","Date":"Tue, 12 Sep 2017 10:37:45 +0200","Cc":"u-boot@lists.denx.de, Albert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [U-Boot,\n\t2/4] rockchip: rk3188: move sdram driver to driver/ram","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>"}}]