Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2250916ybi; Thu, 20 Jun 2019 11:37:28 -0700 (PDT) X-Google-Smtp-Source: APXvYqwN8oTSinrgz2/x2FzYUzwX2TTYVj3rELLkSpOTNDLrBPebglQkkMhU4BROyNDO95YPMI6U X-Received: by 2002:a63:e018:: with SMTP id e24mr13922772pgh.361.1561055847881; Thu, 20 Jun 2019 11:37:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561055847; cv=none; d=google.com; s=arc-20160816; b=vVKah6rBAgQdBZS132WDIQzgxmK2PRbaCI+pXhdT/gk/7Bdpudhed7thIO1mtHdwyF nCF1TPn4wTWh96cACfynYDJIslVchOGM2DNuuQ+Z8zQ9vGQLW9G+pTfSzNhLNfrd2liB fjbA8LvHmU07NEp63CF7A4iLj7xj0GB3AAFvl07mdR8cxic+7qkzezug1zbwA48EtLbH tzPdlkNY/ptgV97hmk1DTuL1alQUhzZ4u0t3ugaKFB0Dcd308rzWJwXBI+QKzPuno0vu Kz8ferFQ7ADc4pXiUM+7ordPihiTAjt7VgC5yZ/YsOozEOpTGU/drxAmEoz+zBIoli6x qSTQ== 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=dIYthV/1wP3rOEMH+EsL9OEPZ7VrxI/hVOSuJwwygoo=; b=YOMnktXKTaYgsF9xB57CTdmarmZqBYtOKKOVjLZ6e9MEvPJVhvfywX+xjV+gr67GAk DivEI9+97Sb3RBqJLFg4OiOwCvzbykksleSZVkCaGkOeY0APb0eSftj62cZj+vKgZJ1a H5LtYX3zSSlcxOUDcpRYCO8TE/WgNd2FVfbt1S7VxS3viyMFKaklfJk/VdmCphRV2fFO LvjYmsVVsWR3E1U0FoWKV/6hHFNNOqfWDW6U/+XWs+sUesHof12g8gIdp1XxImSzdrvk v2oRoP4XuoNKbQvOGEm2uTBgG00kItJpbTGnS5PT4+/uZ+cLJUWfBl81eTI8Cg55E/jN dfbA== 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 q1si204224pgp.301.2019.06.20.11.37.11; Thu, 20 Jun 2019 11:37:27 -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 S1726404AbfFTSgO (ORCPT + 99 others); Thu, 20 Jun 2019 14:36:14 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:49019 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726323AbfFTSgN (ORCPT ); Thu, 20 Jun 2019 14:36:13 -0400 X-Originating-IP: 90.65.161.137 Received: from localhost (lfbn-1-1545-137.w90-65.abo.wanadoo.fr [90.65.161.137]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 59E5E240005; Thu, 20 Jun 2019 18:36:04 +0000 (UTC) Date: Thu, 20 Jun 2019 20:36:04 +0200 From: Alexandre Belloni To: Chen-Yu Tsai Cc: Maxime Ripard , Alessandro Zummo , Vincent Donnefort , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Chen-Yu Tsai Subject: Re: [PATCH 1/3] rtc: pcf8563: Fix interrupt trigger method Message-ID: <20190620183604.GC23549@piout.net> References: <20190604042337.26129-1-wens@kernel.org> <20190604042337.26129-2-wens@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190604042337.26129-2-wens@kernel.org> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/06/2019 12:23:35+0800, Chen-Yu Tsai wrote: > From: Chen-Yu Tsai > > The PCF8563 datasheet says the interrupt line is active low and stays > active until the events are cleared, i.e. a level trigger interrupt. > > Fix the flags used to request the interrupt. > > Fixes: ede3e9d47cca ("drivers/rtc/rtc-pcf8563.c: add alarm support") > Signed-off-by: Chen-Yu Tsai > --- > > Not sure if this would cause issues for other platforms. Ideally we'd > take the flags from the device tree, but it seems not all platforms > support this. > > --- > drivers/rtc/rtc-pcf8563.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com