Received: by 10.192.165.148 with SMTP id m20csp2380103imm; Sun, 6 May 2018 13:28:04 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpIIp3GN5KTBL7rg3VIi93gwALIhwGcspD3S4n4RxJIzrlj4UErrN1thYy7H1OJwNVO4MDx X-Received: by 10.98.35.11 with SMTP id j11mr34229737pfj.177.1525638484720; Sun, 06 May 2018 13:28:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525638484; cv=none; d=google.com; s=arc-20160816; b=dyOhorX2Zq7C//RCJVdrnvjjEm66ES7VXhi/LaG6ix3W0hssvhqARPclw70Mwipy8s 9WcAWZ0pFcFT/MWZRqM4MLDTDr9fKdIbOXDgf9+bATwPv7E0bpjCiL6aVTqHFbLW1eoR ZiW9WE1WHi238+LYB2otU107wSdOhifuQx1MqCv3rcbMQr8CoWZOvjlbOQw38iGa0fr+ Yl/I91W/veiGTif+Gx+bZ7vlQz1ZweM8Fw6ZEmRs7KzUr57FmXAbROAww6yqxIDQJ6BO lKVA1aLZlrKj5GQbAeVjGWW5SewOu+BcLI2w58+EH7bwkWFxvC0qONoHgZjIbjBnoTbr ZpmQ== 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=4cRezMrUImmpJ2v+Cy/H7IGrWR46Mol2np6A50bF0jo=; b=TrkUZHapkXuPh9hR/bRnQFEiAVWtTrXoiufSLEAibRJy7JT4fdqdl2oPSuLLsApPOm uoaP2nOiWzQaul/C24sjDxcDfG7Fzve7CeOX2YMKfpeIG6ueTQnECLyvPNhC50nmdszo m1OXoNHIP8wkelCpWRhIrdC0tFgPll8XpLJjjoQimzp4EgE9iqod/gyektE8x9vgJXv3 jQNPQerMks5m1Qh8GMVb+QE3W8wKKs5g+rabhq4Ydmiyk8H79SkN3q+3DLK0JL90reQ/ 3pelyrM2Cf7AfhdoZBbGr3B84RDI9i1iS1EIk2Ml+IFfyMhRdDVW87rhEi+sgz9NqZaV bjCg== 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 91-v6si3214973ply.55.2018.05.06.13.27.48; Sun, 06 May 2018 13:28:04 -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 S1751863AbeEFU1i (ORCPT + 99 others); Sun, 6 May 2018 16:27:38 -0400 Received: from mail.bootlin.com ([62.4.15.54]:37095 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751789AbeEFU1f (ORCPT ); Sun, 6 May 2018 16:27:35 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 399572070D; Sun, 6 May 2018 22:27:33 +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 [88.191.26.124]) by mail.bootlin.com (Postfix) with ESMTPSA id 10E9E2038E; Sun, 6 May 2018 22:27:33 +0200 (CEST) Date: Sun, 6 May 2018 22:27:33 +0200 From: Alexandre Belloni To: Amelie Delaunay Cc: Alessandro Zummo , Rob Herring , Mark Rutland , Maxime Coquelin , Alexandre Torgue , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] Various fixes on STM32 RTC Message-ID: <20180506202733.GM10960@piout.net> References: <1524144103-21432-1-git-send-email-amelie.delaunay@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1524144103-21432-1-git-send-email-amelie.delaunay@st.com> User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/04/2018 15:21:39+0200, Amelie Delaunay wrote: > This series makes some corrections on STM32 RTC: > - update copyright and adopt SPDX identifier > - fix alarm interrupt flags > - rework DBP (Disable Backup domain Protection) management. > > This series is a preamble to the serie which will introduce next STM32 RTC > version. > > Amelie Delaunay (4): > rtc: stm32: fix copyright and adopt SPDX identifier > rtc: stm32: fix alarm interrupt flags by removing IRQF_TRIGGER_RISING > dt-bindings: rtc: update stm32-rtc documentation for st,syscfg > property > rtc: stm32: get DBP register and mask from DT st,syscfg property > > .../devicetree/bindings/rtc/st,stm32-rtc.txt | 10 ++-- > drivers/rtc/rtc-stm32.c | 68 +++++++++++++--------- > 2 files changed, 47 insertions(+), 31 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering https://bootlin.com