[{"id":1766762,"web_url":"http://patchwork.ozlabs.org/comment/1766762/","msgid":"<E1drghc-0002N1-Ij@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-12T08:37:52","subject":"Re: [U-Boot] [U-Boot,\n\t3/4] rockchip: rk3288: 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/rk3288/Makefile                                 | 1 -\n>  drivers/ram/rockchip/Makefile                                          | 1 +\n>  {arch/arm/mach-rockchip/rk3288 => drivers/ram/rockchip}/sdram_rk3288.c | 0\n>  3 files changed, 1 insertion(+), 1 deletion(-)\n>  rename {arch/arm/mach-rockchip/rk3288 => drivers/ram/rockchip}/sdram_rk3288.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 3xrytf0R8pz9s7M\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:40:57 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid B28F9C21F14; Tue, 12 Sep 2017 08:39:50 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 35EE6C21F85;\n\tTue, 12 Sep 2017 08:39:35 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 55A46C21E39; 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 9F9BCC21DE5\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-Ij; 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-4-git-send-email-kever.yang@rock-chips.com>","References":"<1504692063-24705-4-git-send-email-kever.yang@rock-chips.com>","Message-Id":"<E1drghc-0002N1-Ij@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\t3/4] rockchip: rk3288: 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":1766766,"web_url":"http://patchwork.ozlabs.org/comment/1766766/","msgid":"<E1drghW-0002Mi-85@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-12T08:37:46","subject":"Re: [U-Boot] [U-Boot,\n\t3/4] rockchip: rk3288: 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/rk3288/Makefile                                 | 1 -\n>  drivers/ram/rockchip/Makefile                                          | 1 +\n>  {arch/arm/mach-rockchip/rk3288 => drivers/ram/rockchip}/sdram_rk3288.c | 0\n>  3 files changed, 1 insertion(+), 1 deletion(-)\n>  rename {arch/arm/mach-rockchip/rk3288 => drivers/ram/rockchip}/sdram_rk3288.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 3xryxJ3kztz9sBZ\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 18:43:15 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 1CE64C21F14; Tue, 12 Sep 2017 08:40:08 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 70C62C21F84;\n\tTue, 12 Sep 2017 08:39:37 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid CC95BC21EEB; 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 6F685C21F14\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 1drghW-0002Mi-85; 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-4-git-send-email-kever.yang@rock-chips.com>","References":"<1504692063-24705-4-git-send-email-kever.yang@rock-chips.com>","Message-Id":"<E1drghW-0002Mi-85@mail.theobroma-systems.com>","Date":"Tue, 12 Sep 2017 10:37:46 +0200","Cc":"u-boot@lists.denx.de, Albert Aribaud <albert.u.boot@aribaud.net>","Subject":"Re: [U-Boot] [U-Boot,\n\t3/4] rockchip: rk3288: 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>"}}]