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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 8D634C2D0CB for ; Sat, 14 Dec 2019 22:10:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6AE48206D8 for ; Sat, 14 Dec 2019 22:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727030AbfLNWK2 (ORCPT ); Sat, 14 Dec 2019 17:10:28 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:39499 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726713AbfLNWK2 (ORCPT ); Sat, 14 Dec 2019 17:10:28 -0500 X-Originating-IP: 90.65.92.102 Received: from localhost (lfbn-lyo-1-1913-102.w90-65.abo.wanadoo.fr [90.65.92.102]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 41FBA1BF204; Sat, 14 Dec 2019 22:10:26 +0000 (UTC) From: Alexandre Belloni To: linux-rtc@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Alexandre Belloni Subject: [PATCH 00/16] rtc: rv3029: cleanup and features Date: Sat, 14 Dec 2019 23:10:06 +0100 Message-Id: <20191214221022.622482-1-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series cleans up the rv3029 driver and adds a few features: RTC_VL_READ and RTC_VL_CLR support, correct rtc range enforcement, NVRAM support. This series depends on the previously sent RTC_VL_READ unification. Alexandre Belloni (16): rtc: rv3029: use proper name for the driver rtc: rv3029: let regmap validate the register ranges rtc: rv3029: remove open coded regmap_update_bits rtc: rv3029: remove race condition when update STATUS rtc: rv3029: avoid reading the status register uselessly rtc: rv3029: get rid of rv3029_get_sr rtc: rv3029: simplify rv3029_alarm_irq_enable rtc: rv3029: simplify rv3029_set_alarm rtc: rv3029: drop rv3029_read_regs and rv3029_write_regs rtc: rv3029: add RTC_VL_READ and RTC_VL_CLEAR support rtc: rv3029: correctly handle PON and VLOW2 rtc: rv3029: convert to devm_rtc_allocate_device rtc: rv3029: let the core handle rtc range rtc: rv3029: remove useless error messages rtc: rv3029: annotate init and exit functions rtc: rv3029: add nvram support drivers/rtc/rtc-rv3029c2.c | 444 +++++++++++++++---------------------- include/linux/rtc.h | 1 + 2 files changed, 185 insertions(+), 260 deletions(-) -- 2.23.0