[{"id":1751293,"web_url":"http://patchwork.ozlabs.org/comment/1751293/","msgid":"<E1dijt1-00081J-8I@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-08-18T16:12:39","subject":"Re: [U-Boot] [U-Boot, RFC,\n\t1/4] rockchip: clk: rk3368: update for 32/64bit-aware OF_PLATDATA","submitter":{"id":53488,"url":"http://patchwork.ozlabs.org/api/people/53488/","name":"Philipp Tomsich","email":"philipp.tomsich@theobroma-systems.com"},"content":"> With dtoc emitting fdt64_t for addresses (and region sizes), the\n> array indices for accessing the reg[] array needs to be adjusted.\n> This adjusts the clk_rk3368 driver to correctly handle OF_PLATDATA\n> given this new structure layout.\n> \n> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> ---\n> \n>  drivers/clk/rockchip/clk_rk3368.c | 2 +-\n>  1 file changed, 1 insertion(+), 1 deletion(-)\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 3xYpKR2XKfz9t45\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 19 Aug 2017 02:23:07 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 17EB2C220AF; Fri, 18 Aug 2017 16:18:10 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id E33D5C2208F;\n\tFri, 18 Aug 2017 16:17:53 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 222B5C22082; Fri, 18 Aug 2017 16:12:44 +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 794B4C2207E\n\tfor <u-boot@lists.denx.de>; Fri, 18 Aug 2017 16:12:41 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:52968\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 1dijt1-00081J-8I; Fri, 18 Aug 2017 18:12:39 +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":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","In-Reply-To":"<1502730333-63031-2-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-2-git-send-email-philipp.tomsich@theobroma-systems.com>","Message-Id":"<E1dijt1-00081J-8I@mail.theobroma-systems.com>","Date":"Fri, 18 Aug 2017 18:12:39 +0200","Cc":"u-boot@lists.denx.de, Klaus Goger <klaus.goger@theobroma-systems.com>,\n\tAndy Yan <andy.yan@rock-chips.com>","Subject":"Re: [U-Boot] [U-Boot, RFC,\n\t1/4] rockchip: clk: rk3368: update for 32/64bit-aware OF_PLATDATA","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":1757996,"web_url":"http://patchwork.ozlabs.org/comment/1757996/","msgid":"<CAPnjgZ099LbREMecpNai3TW_epRe0omxYEzOx_ob2WiXbyR_kQ@mail.gmail.com>","list_archive_url":null,"date":"2017-08-26T13:38:05","subject":"Re: [U-Boot] [RFC PATCH 1/4] rockchip: clk: rk3368: update for\n\t32/64bit-aware OF_PLATDATA","submitter":{"id":6170,"url":"http://patchwork.ozlabs.org/api/people/6170/","name":"Simon Glass","email":"sjg@chromium.org"},"content":"On 14 August 2017 at 11:05, Philipp Tomsich\n<philipp.tomsich@theobroma-systems.com> wrote:\n> With dtoc emitting fdt64_t for addresses (and region sizes), the\n> array indices for accessing the reg[] array needs to be adjusted.\n> This adjusts the clk_rk3368 driver to correctly handle OF_PLATDATA\n> given this new structure layout.\n>\n> Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n>\n> ---\n>\n>  drivers/clk/rockchip/clk_rk3368.c | 2 +-\n>  1 file changed, 1 insertion(+), 1 deletion(-)\n\nReviewed-by: Simon Glass <sjg@chromium.org>","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>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=google.com header.i=@google.com\n\theader.b=\"eyK1ov1f\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=chromium.org header.i=@chromium.org\n\theader.b=\"Bc25IWkI\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xffQ51tnyz9t4c\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 26 Aug 2017 23:43:57 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid D1080C220B4; Sat, 26 Aug 2017 13:40:01 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 38203C22071;\n\tSat, 26 Aug 2017 13:39:17 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid EAD84C22073; Sat, 26 Aug 2017 13:38:30 +0000 (UTC)","from mail-qk0-f179.google.com (mail-qk0-f179.google.com\n\t[209.85.220.179])\n\tby lists.denx.de (Postfix) with ESMTPS id 119D6C22097\n\tfor <u-boot@lists.denx.de>; Sat, 26 Aug 2017 13:38:27 +0000 (UTC)","by mail-qk0-f179.google.com with SMTP id a77so10104571qkb.1\n\tfor <u-boot@lists.denx.de>; Sat, 26 Aug 2017 06:38:27 -0700 (PDT)","by 10.200.52.117 with HTTP; Sat, 26 Aug 2017 06:38:05 -0700 (PDT)"],"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=RCVD_IN_DNSWL_NONE,\n\tRCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID autolearn=unavailable\n\tautolearn_force=no version=3.4.0","DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com;\n\ts=20161025; \n\th=mime-version:sender:in-reply-to:references:from:date:message-id\n\t:subject:to:cc;\n\tbh=MFnbGbQgU0faDI5JS4WBbrQDemXB4WY7hr4eXqtCVFk=;\n\tb=eyK1ov1fIET2CAWcMU2VBeQEzGla0ySUjdOyVq3k1lIrfmz/gVBUT0kF2dG9/czsQy\n\tgT0swTGFL6xGher7ZbZTKs6ywtI4EUuQ8hnG6bDUnZa0weqcxnC+PV0RgbnyuUax0Jwl\n\tu05ybfGDG1Jo+Wi4TveIsn0hoojydaFWKrQZM+hL1s6/H6l5yQ0h3vtkvajS4tN9ONU4\n\tHdbUcPbvTuVey4vqTsxth+NgCQYj0/Zg9ds6Eb8E5wjJjTx3U5SAlzAumvCYdcZLaCxL\n\tqt8mO/05lnnBVQW5Sxkz+IZ4B4R1mwmE5MLHuc1HLazupBRXMFKZseCm0gCc8if9UpRd\n\tpLzg==","v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org;\n\ts=google; \n\th=mime-version:sender:in-reply-to:references:from:date:message-id\n\t:subject:to:cc;\n\tbh=MFnbGbQgU0faDI5JS4WBbrQDemXB4WY7hr4eXqtCVFk=;\n\tb=Bc25IWkIzA10m5FWCCDLzQX4wduy5UXe2zZdKMUBlA6vd0KAgvuQe8TuuItxJcjeFY\n\tNsrM1bmUXrrqfx7IEjQXrorvwDtikf3saoEZ7gdVK9WLEg4PNoeZaVFl2iha/GTrmVlq\n\t7mH0Uy9ip6fvvgRr9ZJB6NuXDIC/6iz7cFc/U="],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:sender:in-reply-to:references:from\n\t:date:message-id:subject:to:cc;\n\tbh=MFnbGbQgU0faDI5JS4WBbrQDemXB4WY7hr4eXqtCVFk=;\n\tb=JvJ7kdNUoCM0PQnK/dUUsGXwl4K4dteTX7ZuUcEqnyUkTbmUdZ/xzFbUKN5xKYfSQH\n\ttx23+OUOKmqI2LTxqv6/RYYN9a0tmp7wTuFfTvl8Xf0LwICMFACwsYVLCAnneqEIUqMP\n\tMQYLCfex6Mne1+jxotJp9uCdAmqwA4oTLbsa7dnc7nQs+K/J+zGS1ugaTSxrqaNX+4p0\n\tmL9ByxQMRfa51VeWnJDj3idNMwKbjiQ4xp/BhprqdMqtkry+Cku4Tc01EuqHTt4ZN8zg\n\tNe8cjOunqHyHtybDE3iVpeDI1T7G4EDpfNSsxtTVXaXjmcgfihDfrF0I/ghBsjI4IZ6H\n\t5cKA==","X-Gm-Message-State":"AHYfb5iU1bWmATqxCP1VEEURUmYj6WPxxw+njNfuQv9gG0461wOMwTN7\n\tQq0DUGUEcfli8688eY0txf1Yku+AsXGg6f4=","X-Google-Smtp-Source":"ADKCNb6cfKHZa/aEr9GqyXb9whP4WygHybgMh4bDDhp4gR10A6MmG9E4sKpIWwHlOI3w9GzhXiZOFEw1q4tCuYXo+Fw=","X-Received":"by 10.55.217.80 with SMTP id u77mr2260921qki.186.1503754705863; \n\tSat, 26 Aug 2017 06:38:25 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<1502730333-63031-2-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-1-git-send-email-philipp.tomsich@theobroma-systems.com>\n\t<1502730333-63031-2-git-send-email-philipp.tomsich@theobroma-systems.com>","From":"Simon Glass <sjg@chromium.org>","Date":"Sat, 26 Aug 2017 07:38:05 -0600","X-Google-Sender-Auth":"34vRf8YCVorOPtSl-c4gyFoY6Xs","Message-ID":"<CAPnjgZ099LbREMecpNai3TW_epRe0omxYEzOx_ob2WiXbyR_kQ@mail.gmail.com>","To":"Philipp Tomsich <philipp.tomsich@theobroma-systems.com>","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tKlaus Goger <klaus.goger@theobroma-systems.com>,\n\tAndy Yan <andy.yan@rock-chips.com>","Subject":"Re: [U-Boot] [RFC PATCH 1/4] rockchip: clk: rk3368: update for\n\t32/64bit-aware OF_PLATDATA","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>"}}]