Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp1237861ima; Wed, 24 Oct 2018 17:26:17 -0700 (PDT) X-Google-Smtp-Source: AJdET5dvJxZmLCDpPt6oowXpI+mDklf0lRlpN0WZQo07urt5giPJ1HPHizmBwlBjyG5X6R/v3CA5 X-Received: by 2002:a17:902:8648:: with SMTP id y8-v6mr4522153plt.335.1540427177328; Wed, 24 Oct 2018 17:26:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540427177; cv=none; d=google.com; s=arc-20160816; b=kW4CHTWvL1oMlCotqJKI0zmnjN3cwO0MqBdUfXQs2kQsuM4xrWsaKGnsVdeXbtiBdI mlJj9cAe2X5gb/cebEs2+AS2v1jC48dUW29N2JNgtqDfX/0wnHG84Lr2b7ZSL1HqqbkV xDZ5PdJd9q/d9EaNRgD/nQo5cevCz7uCQy9G8btQGTCEO/h7ShXjxwomzuNjkBGkG/8m mbsd/Q+VM1/7Rf1O9fVHX5QvKnu21gYTaakJl0nQmQhyoFQi3NRxWwaB+YzQPUjEPTYk gm78VcCtBAEKmhik73oNSb6VswDlBR/chQlq4wfbsYHXNeUUOzRZV0U/xxwCeO/rvuF1 cjmQ== 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=jAAOPvPqITbaKSq3Ssb8U8F48wLGqq89+GfxB8FYaYM=; b=B0cmHDqBU1Q0XPr0okwTnLaAQPNdWl40xYEjG/kC2vh7VQ7ey2NhEacDtfUpMVdsU6 feLXdzRxvHH5Vd074q3k8dcSWp0+U+uaHcYBlmUafmQB5ARnGmM2dCtQZxHgBcPXlMeU 4RRSgtDHkxz7l1k2pyzG8lXp5aRFGtW4ZzivlWQ90p7E/F0FkIkBaeYIGfx8ztgUZfMT UpwJxjT6+suk34anMPiiDlWWnUSLkM+D58hSiIAP9S0HtegD0cu0UC2a7Ea03iQoULYu YXk6s8AvBUee/4btCltmwUPL3X1FL5d1DnVLiWtvHAjQKWCe9Nxt0neD3aYdaHVRptST qZZQ== 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 r39-v6si6245223pld.163.2018.10.24.17.26.01; Wed, 24 Oct 2018 17:26: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 S1727133AbeJYIz4 (ORCPT + 99 others); Thu, 25 Oct 2018 04:55:56 -0400 Received: from mail.bootlin.com ([62.4.15.54]:58976 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725829AbeJYIzz (ORCPT ); Thu, 25 Oct 2018 04:55:55 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 6F87B207C3; Thu, 25 Oct 2018 02:25:37 +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 shortcircuit=ham autolearn=disabled version=3.4.0 Received: from localhost (unknown [2.223.63.88]) by mail.bootlin.com (Postfix) with ESMTPSA id 31C9120729; Thu, 25 Oct 2018 02:25:37 +0200 (CEST) Date: Thu, 25 Oct 2018 02:25:37 +0200 From: Alexandre Belloni To: Baolin Wang Cc: a.zummo@towertech.it, broonie@kernel.org, linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] Fix some issues for RTC alarm function Message-ID: <20181025002537.GA2737@piout.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18/10/2018 16:52:25+0800, Baolin Wang wrote: > This patch set fixes some issues when setting one RTC alarm. > > Baolin Wang (5): > rtc: sc27xx: Set wakeup capability before registering rtc device > rtc: sc27xx: Clear SPG value update interrupt status > rtc: sc27xx: Remove interrupts disable and clear in probe() > rtc: sc27xx: Add check to see if need to enable the alarm interrupt > rtc: sc27xx: Always read normal alarm when registering RTC device > > drivers/rtc/rtc-sc27xx.c | 60 ++++++++++++++++++++++++++++++---------------- > 1 file changed, 40 insertions(+), 20 deletions(-) > All applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com