Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp705700ybl; Wed, 21 Aug 2019 04:27:17 -0700 (PDT) X-Google-Smtp-Source: APXvYqxteWIl2rz5E7qteN5kFuucTR27Waufq9ZGkbjQqyGmV9nbz/6mOHHBml8kCE6hsivdm9W4 X-Received: by 2002:a63:2a41:: with SMTP id q62mr22643895pgq.444.1566386837759; Wed, 21 Aug 2019 04:27:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566386837; cv=none; d=google.com; s=arc-20160816; b=IGvWcqiTwzCj1I+rvSoHX9VLd2MkBMyTNzEDJs2FJVlMSNGQ3iu8ywHlNlsGvpGlOb lVdt3M1tBChM26VPDAYTmWrvCWU/2Vh1qeHQqt13EnYOh9hhb8oL5xFbX8zfLTnXCHLv DnsFdMq4NKUfWqBZJSUcyhjDifiNM1hjV8VEXAtUJ0fsGFLRDkowmzNPaPNMZAFtVqvr hEknGDFJ2E2U4aIIoMVCgfvuBuUp02BTw/QkcGwh3FBBNnGQVnMDcImz9llKt/Bfmis5 Fa0F3WShX+EdIg+OXtYrpWdSuI9bJ0knrTBL0G+/hGYvvRQpMU1lUUNZktAnMaydsnLa 38ZA== 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; bh=gevN/AAkn4vtj4JvRl0s7qYmu2IVQyvvqFiJ/sewamQ=; b=WSGuLP4f0MZv6QVrNYnpuX0EjQtsdd/TXlB2Vm3JVruea2XA4nLuZx01QE3dH6CJow ubOfnCZbMxtIsEFoKY4o1qQgTnKYYSq4mMQa3SzXvXqA9Kg4pyzDKsRE2TWdG07qBi0C SjsIaBtMJr8Z/CJMsO1kzY5XpOhZv/ZMT8ixVBiDT4hDgjC+bhjxGyLAieu50Ml9E0Qi IPQBrrslvEIsQz2sqqwT/5FNRrhTgHPpLLij0k6+tEzzetOtjNe3MLKzlpmi8ubdRKpg h0mQIfb2KngXIM/bl8GpDGvx7Kl7wpxNDHsW9+Y9BsqM7HzZPGwjWCWp92QEBVvMaP+q tsgQ== 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 s11si14103473pgg.200.2019.08.21.04.27.02; Wed, 21 Aug 2019 04:27:17 -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 S1726828AbfHULYR (ORCPT + 99 others); Wed, 21 Aug 2019 07:24:17 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:35453 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726227AbfHULYQ (ORCPT ); Wed, 21 Aug 2019 07:24:16 -0400 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id D8EAC100005; Wed, 21 Aug 2019 11:24:13 +0000 (UTC) Date: Wed, 21 Aug 2019 13:24:13 +0200 From: Alexandre Belloni To: Mark Brown Cc: Li Yang , nandor.han@vaisala.com, Biwen Li , a.zummo@towertech.it, linux-rtc@vger.kernel.org, lkml Subject: Re: [v2] rtc: pcf85363/pcf85263: fix error that failed to run hwclock -w Message-ID: <20190821112413.GA27031@piout.net> References: <20190816024636.34738-1-biwen.li@nxp.com> <20190816080417.GB3545@piout.net> <20190816162825.GE3545@piout.net> <20190820182224.GI4738@sirena.co.uk> <20190821112142.GD5128@sirena.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190821112142.GD5128@sirena.co.uk> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/08/2019 12:21:42+0100, Mark Brown wrote: > On Tue, Aug 20, 2019 at 01:33:14PM -0500, Li Yang wrote: > > > Some of the RTC hardware has the capability of address wrapping which > > means if you access a continuous address range across a certain > > boundary(could be the boundary of a regmap region) the hardware > > actually wrap the access to a lower address. But the address > > violation check of regmap rejects such access. According to > > Alexcandre, the address wrapping is essential to the functionality of > > It's *essential*? Will innovation never cease? > To be clear, for some RTCs, its is the only way to accurately set the time. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com