From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22F1EC10F28 for ; Mon, 9 Mar 2020 09:30:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EBA7E2072A for ; Mon, 9 Mar 2020 09:30:58 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="sRH0acWg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726501AbgCIJa5 (ORCPT ); Mon, 9 Mar 2020 05:30:57 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:34873 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726217AbgCIJa5 (ORCPT ); Mon, 9 Mar 2020 05:30:57 -0400 Received: by mail-lj1-f195.google.com with SMTP id u12so4945874ljo.2 for ; Mon, 09 Mar 2020 02:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TYcdgI6FvewhDZOpmZcO42Ni58JD8wtrbZBYBFXrvO0=; b=sRH0acWgVBB+9NR/UF5Prr3uv/MZcxnZ+8nOsAZrAiX2cGHuBUSZGp5KF76D51wW5+ 1vYXf1TBVeSiGoEsT2pmlwUhOuepbYKdlkjCPVCw4sBtFaOPwmOdSJI3sSaM7tq0uNG6 siccDlzUYxpVRNs2MaD9/nYbm8BWPBDdVmWXomSKG9mCt46XKyPZpSuLt8OvyB83k2mi L2eZQBNi55o/zfEG7a/Zm0ke8ZxW9xPo8Hok6vXKrAiSYV7mXwPnnJRr6635mKt1SMGC Dsrukcb2WSwlW6OQ5Ee68+LNBCmgcXiVt3Fhz4fwpJGbbJpPcJHgCykIMfdN9OKiFTGh T/UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TYcdgI6FvewhDZOpmZcO42Ni58JD8wtrbZBYBFXrvO0=; b=THSBLNQ2Jo+4JO/hfBqPmdToyCWOBC/W+dOJAguWVAirYK0vdbOAhElrZBsn+0Cc2N Wat7u46DeXNh0OgApyqXbnswExhFc4KTrROcaijLtuB8UWhCsnlQiWCbVtmaB86M6ste M81YHerumaqYnki96QVHHdzPF/JIAwxq0wwxDadyBWAYpLL7RE79Swh8tuWgf+uw1xMz RITRcesXtcKEPTWgOtBmyF1b90Vv/Nm8ya4lRVSmT+fJf9y9i4+UK6EvpdTQezDsWPPy W5XKwixS/QHljlDyHtJyJpY/LCGx/sm2L2FtSPwsQOxZz727uxI/7vk4H9ocsTRJQzFb CyAA== X-Gm-Message-State: ANhLgQ1toVuB+N2OiQzd58jhFIzLDDGBbTTp2/VPlBStmgJmoJV+2t58 RnlVB3SXh/vbP22kMucvZGPpLAwp9UlJ+gqW+gED6Q== X-Google-Smtp-Source: ADFU+vuye/I8arS2yl53n56BiFwgYP0noR11NDx+eCmf1Q8F7bLzVJ3uGQe5T1ymxPZxIR9TSkq+SUJBK9BAL8hqd5Y= X-Received: by 2002:a05:651c:1026:: with SMTP id w6mr908328ljm.168.1583746255448; Mon, 09 Mar 2020 02:30:55 -0700 (PDT) MIME-Version: 1.0 References: <20200306005809.38530-1-alexandre.belloni@bootlin.com> <20200306005809.38530-3-alexandre.belloni@bootlin.com> In-Reply-To: <20200306005809.38530-3-alexandre.belloni@bootlin.com> From: Linus Walleij Date: Mon, 9 Mar 2020 10:30:44 +0100 Message-ID: Subject: Re: [PATCH 3/3] rtc: pl031: switch to rtc_time64_to_tm/rtc_tm_to_time64 To: Alexandre Belloni Cc: Alessandro Zummo , Linux ARM , linux-rtc@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 6, 2020 at 1:58 AM Alexandre Belloni wrote: > Call the 64bit versions of rtc_tm time conversion to allow extending > support after 2106 and properly supporting the STv2 range. > > Signed-off-by: Alexandre Belloni Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54EB9C10F27 for ; Mon, 9 Mar 2020 09:31:03 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 164F220727 for ; Mon, 9 Mar 2020 09:31:03 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="awZHH+Y6"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="sRH0acWg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 164F220727 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JvyQeOzniY0xam41auLd41sRs4khpXx9SPh3WFKd9AE=; b=awZHH+Y6VeuYdF 6pWH7ZyDGzvx8V/KbMFr7DXcXpT13OO2EO/DjpQqwE6W4c4yztdwFtuCglgFKVOrPGByrga47cU9b K6+ry1JlPeU7LgTmQHglu6pDS1nQR5tzH+VXVRYIsFDe9KTauL2m7sjA5YG/Cd9WEPRWAqSocx6Dm WyrcyfZGCytDDYRYybIKRDWK25rS45EkAepBmnc9GvnXsXAgjfncnxatDM8TV+1arcWynyTTIPi9D +s11UxHofKyJD1Grs212opZez1g25Pnr/tgeT+2/uaX+z5SNQZo/HR4gnI7B7JjNq7lX+2NHnTqyd LDLqihdCPpf9PtS1OJUw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBEkW-0001pE-1m; Mon, 09 Mar 2020 09:31:00 +0000 Received: from mail-lj1-x243.google.com ([2a00:1450:4864:20::243]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBEkT-0001od-AS for linux-arm-kernel@lists.infradead.org; Mon, 09 Mar 2020 09:30:58 +0000 Received: by mail-lj1-x243.google.com with SMTP id d12so9153520lji.4 for ; Mon, 09 Mar 2020 02:30:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=TYcdgI6FvewhDZOpmZcO42Ni58JD8wtrbZBYBFXrvO0=; b=sRH0acWgVBB+9NR/UF5Prr3uv/MZcxnZ+8nOsAZrAiX2cGHuBUSZGp5KF76D51wW5+ 1vYXf1TBVeSiGoEsT2pmlwUhOuepbYKdlkjCPVCw4sBtFaOPwmOdSJI3sSaM7tq0uNG6 siccDlzUYxpVRNs2MaD9/nYbm8BWPBDdVmWXomSKG9mCt46XKyPZpSuLt8OvyB83k2mi L2eZQBNi55o/zfEG7a/Zm0ke8ZxW9xPo8Hok6vXKrAiSYV7mXwPnnJRr6635mKt1SMGC Dsrukcb2WSwlW6OQ5Ee68+LNBCmgcXiVt3Fhz4fwpJGbbJpPcJHgCykIMfdN9OKiFTGh T/UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=TYcdgI6FvewhDZOpmZcO42Ni58JD8wtrbZBYBFXrvO0=; b=qUWk7Rltk3kQwPEgtQpoUgpBAdxza2nOJzoSuE06bVZAMdDtqmUXICNuuMLUVQGsON 02LuJ2PJjD89xojFg095ArA2V4JkVQkWnPTMPKLv96bBOja0ZLZcxaHwMR/ex3molefu CRB3NNPKyIlitKFpC7HqPzpguhsxoPLgqSyjbU6I8ePPiZw3MGyGtV552i90XoZjbYl9 bmtu4fjiaFr8rvZ9mMMoBDtvHssjGhrINXFUVZr/nhsDlkdjhRsrYNCCWC/6KvA6NgsJ 1dkjRDao/aF1QWdlp3jljP56WE/yWCzNkoBOPpcaThbTxqOJV0vJ8sn2ZY6PAuXMXw91 e5xQ== X-Gm-Message-State: ANhLgQ2RNYJ7oXrfaZOWGZQ4KYjzoOs0E+S9DU734ApnUa/AKGROU1EU vq5zJkAf4jTCYkV+Xj7WEEkaRdIO/eSnrwPeODHvjQ== X-Google-Smtp-Source: ADFU+vuye/I8arS2yl53n56BiFwgYP0noR11NDx+eCmf1Q8F7bLzVJ3uGQe5T1ymxPZxIR9TSkq+SUJBK9BAL8hqd5Y= X-Received: by 2002:a05:651c:1026:: with SMTP id w6mr908328ljm.168.1583746255448; Mon, 09 Mar 2020 02:30:55 -0700 (PDT) MIME-Version: 1.0 References: <20200306005809.38530-1-alexandre.belloni@bootlin.com> <20200306005809.38530-3-alexandre.belloni@bootlin.com> In-Reply-To: <20200306005809.38530-3-alexandre.belloni@bootlin.com> From: Linus Walleij Date: Mon, 9 Mar 2020 10:30:44 +0100 Message-ID: Subject: Re: [PATCH 3/3] rtc: pl031: switch to rtc_time64_to_tm/rtc_tm_to_time64 To: Alexandre Belloni X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200309_023057_358114_7BF29ED3 X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , "linux-kernel@vger.kernel.org" , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Mar 6, 2020 at 1:58 AM Alexandre Belloni wrote: > Call the 64bit versions of rtc_tm time conversion to allow extending > support after 2106 and properly supporting the STv2 range. > > Signed-off-by: Alexandre Belloni Acked-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel