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=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 D25B3C2D0E4 for ; Sat, 19 Dec 2020 00:59:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A023A23BB5 for ; Sat, 19 Dec 2020 00:59:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726343AbgLSA6u (ORCPT ); Fri, 18 Dec 2020 19:58:50 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:45919 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725948AbgLSA6t (ORCPT ); Fri, 18 Dec 2020 19:58:49 -0500 X-Originating-IP: 86.202.109.140 Received: from localhost (lfbn-lyo-1-13-140.w86-202.abo.wanadoo.fr [86.202.109.140]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E128A60002; Sat, 19 Dec 2020 00:58:06 +0000 (UTC) From: Alexandre Belloni To: linux-rtc@vger.kernel.org, Rasmus Villemoes Cc: Alexandre Belloni , Qiang Zhao , linux-kernel@vger.kernel.org, =?UTF-8?q?Uwe=20Kleine-K=C3=B6nig?= , Bruno Thomsen , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/2] add reset-source RTC binding, update pcf2127 driver Date: Sat, 19 Dec 2020 01:58:06 +0100 Message-Id: <160833946513.3453721.3470869578503319105.b4-ty@bootlin.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201218101054.25416-1-rasmus.villemoes@prevas.dk> References: <20201211215611.24392-1-rasmus.villemoes@prevas.dk> <20201218101054.25416-1-rasmus.villemoes@prevas.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 18 Dec 2020 11:10:52 +0100, Rasmus Villemoes wrote: > This adds a reset-source RTC DT binding, as suggested by Alexandre, > and resends Uwe's patch making use of that property in pcf2127 driver > to avoid the driver exposing a watchdog that doesn't work (and > potentially shuffling the enumeration of the existing devices that do > work). > > v3: elide the refactoring patch already in -next (5d78533a0c53 - rtc: > pcf2127: move watchdog initialisation to a separate function), make > sure to cc the DT binding list. > > [...] Applied, thanks! [1/2] dt-bindings: rtc: add reset-source property commit: 320d159e2d63a97a40f24cd6dfda5a57eec65b91 [2/2] rtc: pcf2127: only use watchdog when explicitly available commit: 71ac13457d9d1007effde65b54818106b2c2b525 Best regards, -- Alexandre Belloni