[{"id":1766765,"web_url":"http://patchwork.ozlabs.org/comment/1766765/","msgid":"<E1drghW-0002Mi-OX@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-12T08:37:46","subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: rk3328: 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/rk3328/Makefile                                 | 1 -\n>  drivers/ram/rockchip/Makefile                                          | 1 +\n>  {arch/arm/mach-rockchip/rk3328 => drivers/ram/rockchip}/sdram_rk3328.c | 0\n>  3 files changed, 1 insertion(+), 1 deletion(-)\n>  rename {arch/arm/mach-rockchip/rk3328 => drivers/ram/rockchip}/sdram_rk3328.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 3xrywR5nRwz9s7M\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:42:31 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 95A6AC21FA9; Tue, 12 Sep 2017 08:40:41 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 01EFFC21F8A;\n\tTue, 12 Sep 2017 08:39:49 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 5FD67C21FC9; Tue, 12 Sep 2017 08:37:51 +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 3AD2FC21F49\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 08:37:48 +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 1drghW-0002Mi-OX; Tue, 12 Sep 2017 10:37:47 +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-5-git-send-email-kever.yang@rock-chips.com>","References":"<1504692063-24705-5-git-send-email-kever.yang@rock-chips.com>","Message-Id":"<E1drghW-0002Mi-OX@mail.theobroma-systems.com>","Date":"Tue, 12 Sep 2017 10:37:46 +0200","Cc":"u-boot@lists.denx.de, William Zhang <william.zhang@rock-chips.com>,\n\tAlbert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: rk3328: 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":1766768,"web_url":"http://patchwork.ozlabs.org/comment/1766768/","msgid":"<E1drghc-0002N1-UX@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-12T08:37:52","subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: rk3328: 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/rk3328/Makefile                                 | 1 -\n>  drivers/ram/rockchip/Makefile                                          | 1 +\n>  {arch/arm/mach-rockchip/rk3328 => drivers/ram/rockchip}/sdram_rk3328.c | 0\n>  3 files changed, 1 insertion(+), 1 deletion(-)\n>  rename {arch/arm/mach-rockchip/rk3328 => drivers/ram/rockchip}/sdram_rk3328.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 3xryyc0vJyz9s7M\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:44:23 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 5064FC21FBD; Tue, 12 Sep 2017 08:40:56 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 6E60DC21FB4;\n\tTue, 12 Sep 2017 08:40:03 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 029F1C21FA9; 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 3A4F4C21FAA\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 08:37:54 +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-UX; Tue, 12 Sep 2017 10:37:53 +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-5-git-send-email-kever.yang@rock-chips.com>","References":"<1504692063-24705-5-git-send-email-kever.yang@rock-chips.com>","Message-Id":"<E1drghc-0002N1-UX@mail.theobroma-systems.com>","Date":"Tue, 12 Sep 2017 10:37:52 +0200","Cc":"u-boot@lists.denx.de, William Zhang <william.zhang@rock-chips.com>,\n\tAlbert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [U-Boot,\n\t4/4] rockchip: rk3328: 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>"}}]