[{"id":1751303,"web_url":"http://patchwork.ozlabs.org/comment/1751303/","msgid":"<E1dijt3-00081J-11@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-08-18T16:12:41","subject":"Re: [U-Boot] [U-Boot, RFC,\n\t2/4] rockchip: timer: 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 array\n> indices for accessing the reg[] array needs to be adjusted.  This\n> adjusts the Rockchip DM timer 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/timer/rockchip_timer.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 3xYpPZ45gxz9t36\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 19 Aug 2017 02:26:42 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 5B645C220A4; Fri, 18 Aug 2017 16:22:02 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 8AB03C220CC;\n\tFri, 18 Aug 2017 16:22:00 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 9B949C2208D; Fri, 18 Aug 2017 16:12:45 +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 F307DC2207B\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 1dijt3-00081J-11; Fri, 18 Aug 2017 18:12:41 +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-3-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-3-git-send-email-philipp.tomsich@theobroma-systems.com>","Message-Id":"<E1dijt3-00081J-11@mail.theobroma-systems.com>","Date":"Fri, 18 Aug 2017 18:12:41 +0200","Cc":"u-boot@lists.denx.de, Klaus Goger <klaus.goger@theobroma-systems.com>","Subject":"Re: [U-Boot] [U-Boot, RFC,\n\t2/4] rockchip: timer: 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":1758011,"web_url":"http://patchwork.ozlabs.org/comment/1758011/","msgid":"<CAPnjgZ1mDZn=FP+2Q079Pu-XuP6-+EoRxfkN1gkykQK6WqkjXQ@mail.gmail.com>","list_archive_url":null,"date":"2017-08-26T13:38:12","subject":"Re: [U-Boot] [RFC PATCH 2/4] rockchip: timer: 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 array\n> indices for accessing the reg[] array needs to be adjusted.  This\n> adjusts the Rockchip DM timer 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/timer/rockchip_timer.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=\"GEivvQbE\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=chromium.org header.i=@chromium.org\n\theader.b=\"XLmJGq3F\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xffdd6XMxz9t4c\n\tfor <incoming@patchwork.ozlabs.org>;\n\tSat, 26 Aug 2017 23:53:57 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid A7D93C220C4; Sat, 26 Aug 2017 13:44:52 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 394A5C2209B;\n\tSat, 26 Aug 2017 13:44:50 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 76817C2209B; Sat, 26 Aug 2017 13:38:37 +0000 (UTC)","from mail-qt0-f182.google.com (mail-qt0-f182.google.com\n\t[209.85.216.182])\n\tby lists.denx.de (Postfix) with ESMTPS id 1CC5AC22097\n\tfor <u-boot@lists.denx.de>; Sat, 26 Aug 2017 13:38:34 +0000 (UTC)","by mail-qt0-f182.google.com with SMTP id e2so9862087qta.0\n\tfor <u-boot@lists.denx.de>; Sat, 26 Aug 2017 06:38:34 -0700 (PDT)","by 10.200.52.117 with HTTP; Sat, 26 Aug 2017 06:38:12 -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.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,\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=LsPmD2zUQKw7RTJzn1ci3E+JGysY0xMAqFxchz+V1Js=;\n\tb=GEivvQbEqbnQ30X0aRI0rqMy2hsNvXiUWjGmc4BNIP/pXuEXre1FdEzx6EJ/78uULV\n\tvDYBSBm98pIHikYI3TSh1mUIY00YNj9n1yr+Y/G1py+KUI9SAky0Ifa1uJC1bUCYFi55\n\tuq72YgizVjqiqZAMsEoGDAOo8Xy/KZlImWmm+i9OMvixGfd07xNKGzd4i3bPMuXqiYQS\n\t/+U1qyHLx4Omas6nST0TcuCTKXDeGXzQ1zM9BlnHPP5UyeYndPVGtDreIP9r4DGd4fK6\n\t0S+Qu9JhSawmJ/xKX/d4+CIoq6Tzh1Jxu7XKBl5yra1+Z6kC71N3351I788CVJQy/6SR\n\t85sA==","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=LsPmD2zUQKw7RTJzn1ci3E+JGysY0xMAqFxchz+V1Js=;\n\tb=XLmJGq3F02qqHxz/DXiyYdViX2sy3oFKQzmUIoecWLef4EMdBVoQ2QdZI9mlS5ZBbJ\n\tg3sTd8dUxNhFsZGO10ka1GE13oDjZ9Tq43ICx8ueHswqEWjJa/oUKIUognokKrHo/nOs\n\t45I7RwGeuqeEQ7TwOp8D3gdSZaneXUxhwuO6I="],"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=LsPmD2zUQKw7RTJzn1ci3E+JGysY0xMAqFxchz+V1Js=;\n\tb=W4B2fYKTIS2x1gNw8HVGZ2Fcer09p3WJd7ZLLHM/EXKCfZRPqnhAYCcobwZLipBKvF\n\tRf90SzharDrFWHlWXJR5ZhzjtJWNAgZOOoo0ImbqyGktpv6BJZ7wDsfvlsmRl+VasDDD\n\tk7GdxjJfrPDR5neuhhjX6KQ/y18mpC4f4GNVIrN0NLI36KXEG/wRkbn4uQQxvHKZTRbB\n\tIRQlyzH4AdFMxwZH2DMGqU8VvfhpyiQZZHJicpFoKdEWsB4eEsa8u9EdeHPGSJ/DNND0\n\tyHRyT/+HkfOZt5qRkKbS5Sp7qHZP1YHDsbEJwfdyNndNWdJk6YQbwNzcraa6iosYp2fO\n\tWUwQ==","X-Gm-Message-State":"AHYfb5hrc/EJ5ET1BHhF9KC4E3IzubpF7l7AlX6rxxSOFIm96B9wsbpU\n\t1HNNjf9KG8jVyroL5/Clb9usAT5aFbiQ","X-Google-Smtp-Source":"ADKCNb4AwHFli8lG7OolULQ+j2OsQaoXiAbSSo823eu7vhHzCmkWoAeiCL2rJbNrxEIFgPrONM9t6JMo3bSrC653AOo=","X-Received":"by 10.200.2.172 with SMTP id p44mr2323764qtg.68.1503754712879;\n\tSat, 26 Aug 2017 06:38:32 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<1502730333-63031-3-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-1-git-send-email-philipp.tomsich@theobroma-systems.com>\n\t<1502730333-63031-3-git-send-email-philipp.tomsich@theobroma-systems.com>","From":"Simon Glass <sjg@chromium.org>","Date":"Sat, 26 Aug 2017 07:38:12 -0600","X-Google-Sender-Auth":"8ip3iPPRY7HUhVGUnpCiFWIkLxo","Message-ID":"<CAPnjgZ1mDZn=FP+2Q079Pu-XuP6-+EoRxfkN1gkykQK6WqkjXQ@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>","Subject":"Re: [U-Boot] [RFC PATCH 2/4] rockchip: timer: 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>"}},{"id":1770409,"web_url":"http://patchwork.ozlabs.org/comment/1770409/","msgid":"<E1du0ve-0005fn-Mu@mail.theobroma-systems.com>","list_archive_url":null,"date":"2017-09-18T18:37:58","subject":"Re: [U-Boot] [U-Boot, RFC,\n\t2/4] rockchip: timer: 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 array\n> indices for accessing the reg[] array needs to be adjusted.  This\n> adjusts the Rockchip DM timer 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> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>\n> Reviewed-by: Simon Glass <sjg@chromium.org>\n> ---\n> \n>  drivers/timer/rockchip_timer.c | 2 +-\n>  1 file changed, 1 insertion(+), 1 deletion(-)\n> \n\nApplied to u-boot-rockchip, thanks!","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 3xwvs16MpBz9s7B\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 19 Sep 2017 04:38:13 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 52128C21D5F; Mon, 18 Sep 2017 18:38:07 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 825EEC21C41;\n\tMon, 18 Sep 2017 18:38:01 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid CF4B1C21C41; Mon, 18 Sep 2017 18:37:59 +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 85FD7C21C2B\n\tfor <u-boot@lists.denx.de>; Mon, 18 Sep 2017 18:37:59 +0000 (UTC)","from 89-104-28-141.customer.bnet.at ([89.104.28.141]:50258\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 1du0ve-0005fn-Mu; Mon, 18 Sep 2017 20:37:58 +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-3-git-send-email-philipp.tomsich@theobroma-systems.com>","References":"<1502730333-63031-3-git-send-email-philipp.tomsich@theobroma-systems.com>","Message-Id":"<E1du0ve-0005fn-Mu@mail.theobroma-systems.com>","Date":"Mon, 18 Sep 2017 20:37:58 +0200","Cc":"u-boot@lists.denx.de, Klaus Goger <klaus.goger@theobroma-systems.com>","Subject":"Re: [U-Boot] [U-Boot, RFC,\n\t2/4] rockchip: timer: 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>"}}]