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=-14.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5390FC433E0 for ; Wed, 12 Aug 2020 21:36:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3789720781 for ; Wed, 12 Aug 2020 21:36:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726512AbgHLVg6 (ORCPT ); Wed, 12 Aug 2020 17:36:58 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:57795 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726490AbgHLVg5 (ORCPT ); Wed, 12 Aug 2020 17:36:57 -0400 X-Originating-IP: 90.66.108.79 Received: from localhost (lfbn-lyo-1-1932-79.w90-66.abo.wanadoo.fr [90.66.108.79]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id E597120007; Wed, 12 Aug 2020 21:36:55 +0000 (UTC) Date: Wed, 12 Aug 2020 23:36:55 +0200 From: Alexandre Belloni To: Linus Torvalds Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] RTC for 5.9 Message-ID: <20200812213655.GA81005@piout.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org Hello Linus, I'm sorry for the very late pull request. There is not much this cycle anyway, mostly non urgent fixes. The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-5.9 for you to fetch changes up to 27006416be16b7887fb94b3b445f32453defb3f1: rtc: pcf2127: fix alarm handling (2020-08-12 11:48:29 +0200) ---------------------------------------------------------------- RTC for 5.9 Drivers: - ds1374: use watchdog core - pcf2127: add alarm and pcf2129 support ---------------------------------------------------------------- Alexander A. Klimov (1): rtc: Replace HTTP links with HTTPS ones Alexandre Belloni (3): rtc: ds1374: fix RTC_DRV_DS1374_WDT dependencies rtc: ds1374: remove unused define rtc: pcf2127: fix alarm handling Chris Packham (1): rtc: ds1307: provide an indication that the watchdog has fired Huacai Chen (1): rtc: goldfish: Enable interrupt in set_alarm() when necessary Johnson CH Chen (陳昭勳) (1): rtc: ds1374: wdt: Use watchdog core for watchdog part Jon Hunter (1): rtc: max77686: Fix wake-ups for max77620 Krzysztof Kozlowski (1): rtc: max77686: Do not allow interrupt to fire before system resume Liam Beguin (2): rtc: pcf2127: add pca2129 device id rtc: pcf2127: add alarm support Misono Tomohiro (1): rtc: cleanup obsolete comment about struct rtc_class_ops Sebastian Reichel (1): rtc: cpcap: fix range Sudeep Holla (1): rtc: pl031: fix set_alarm by adding back call to alarm_irq_enable Tales L. da Aparecida (1): rtc: imxdi: fix trivial typos .../devicetree/bindings/rtc/trivial-rtc.yaml | 2 + drivers/rtc/Kconfig | 3 +- drivers/rtc/rtc-ab-b5ze-s3.c | 2 +- drivers/rtc/rtc-bq32k.c | 2 +- drivers/rtc/rtc-cpcap.c | 2 +- drivers/rtc/rtc-ds1307.c | 6 + drivers/rtc/rtc-ds1374.c | 262 +++++---------------- drivers/rtc/rtc-goldfish.c | 1 + drivers/rtc/rtc-imxdi.c | 4 +- drivers/rtc/rtc-max77686.c | 23 +- drivers/rtc/rtc-mcp795.c | 2 +- drivers/rtc/rtc-pcf2127.c | 144 ++++++++++- drivers/rtc/rtc-pcf85063.c | 4 +- drivers/rtc/rtc-pl031.c | 1 + include/linux/rtc.h | 4 - 15 files changed, 244 insertions(+), 218 deletions(-) -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com