Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp5325635imm; Tue, 26 Jun 2018 09:21:01 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeXeUw+eIHB9NH5WRhE7rKfEP7CyUSLaXrwCFQWem1j1GgCMCjHGvcpCLexI5LvvDn03clw X-Received: by 2002:a62:5046:: with SMTP id e67-v6mr2159902pfb.235.1530030061585; Tue, 26 Jun 2018 09:21:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530030061; cv=none; d=google.com; s=arc-20160816; b=0HGk5ogzDByHSYMmYoN6WAa2wqlYBttPtUU/gSH2eFsP051CjRYPxuW5Iv4iUXdHYO Hoicyo7iX2S1bBaMbeF4VKhfjKxqUnFIYKaruHubvZ16vRTqRq3V+wrZa7H7DzY8WkYG Rbp9oZaf4yMbBZSSbVcVk/vAKHuPGCP2RMp+biLbK5dEE0UuNmXJiCrFUnm//s3bWTDv ti8EnDo0jyNwHGtZp2MS0kRD4jDsI4bP9HBrRbM4qkF77iHhDCNQxz9CWaiDGyWiC4ox BfFfGi4DcWCq6wUSjIawQOUBR8qkRPoO++HElsyH440bYjkxaRkTJLvZUslYnV83MGFU Qd/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=uFuCtyq7vYCtazPNnRln9Rrm5mrs3yQx2d3qsMgzQKQ=; b=VaQhw9AEgUdcNN/3Y+e8LYjMfKsBrJcspFhg7HrVjaejm9ruuYUUWOYbIzFt9Zdwp9 Riv1SyWT3kMOBgI7hmk7S6PRI35WZLVjvXY1cqouRLyM+QibYfq8wMnD/h8aKIVKP5sv lwBjfucX1GeaU/k9SYjTQmZuaHWF+gtRTxsGHbMqtvqW4PbqKPCduPKcTid6KwpY6/Jl sr5CxPzAEE9pObD0DUOFNPv9NZ49zH2v9pSIps7d5RDLJMa6+/IPSa7g/n18hLW81li6 5M2tcdutJluRnBUd6BhMKsQ4qigRdZsR19iCPYBVKcjaagZT4uZIsFT+FjAQ27vSX0A7 FuiA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e1-v6si1816958pfk.198.2018.06.26.09.20.46; Tue, 26 Jun 2018 09:21:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752165AbeFZQPi (ORCPT + 99 others); Tue, 26 Jun 2018 12:15:38 -0400 Received: from mail.bootlin.com ([62.4.15.54]:41014 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631AbeFZQPh (ORCPT ); Tue, 26 Jun 2018 12:15:37 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 7682420775; Tue, 26 Jun 2018 18:15:35 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (242.171.71.37.rev.sfr.net [37.71.171.242]) by mail.bootlin.com (Postfix) with ESMTPSA id 4A3F7203B0; Tue, 26 Jun 2018 18:15:35 +0200 (CEST) Date: Tue, 26 Jun 2018 18:15:36 +0200 From: Alexandre Belloni To: Jon Hunter Cc: Linus Torvalds , linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] RTC for 4.18 Message-ID: <20180626161536.GH4207@piout.net> References: <20180610221645.GA26123@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 26/06/2018 16:51:40+0100, Jon Hunter wrote: > > rtc: tps6586x: let the core handle rtc range > > Sorry I am missing the original mail with the above change, but I > have noticed on v4.18-rc1 that rtc wake-ups from suspend are no > longer working on one of our Tegra boards. The bisect points to the > above change and reverting it fixes the problem. I have not had > chance to dig further, but if you have any thoughts, please let me > know. Thanks for the report, does the following patch fix the issue: https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git/patch/?id=1b287f23b0a1fcb2b502dae981a8024be379391e -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com