Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp1890613pxb; Sun, 10 Jan 2021 15:21:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJxon4dZ3hoaB4YSIuy4X17Gbrwc0x5hth176zOWca+9wAx9LLmeNTpS2PHXN0MZ7oVjHRe7 X-Received: by 2002:a50:b586:: with SMTP id a6mr12360806ede.206.1610320901867; Sun, 10 Jan 2021 15:21:41 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610320901; cv=none; d=google.com; s=arc-20160816; b=INGg2cTfFIbMeiB60MvD1fKUQWaIfL9A/OBGg09OnYMj21U4CqictDynxeySnG9G7k 73Vas5PPjhFAz6VUOmeAEt1bggr3yX0by+AH2cLG+VqSefBQb+V93LfdaTGX5/usHAtl yPTX1JgXyZiloIf7Ow41fWY83tSyGZYeMsJaypTNNFU3PXBpAZP0+Gpk67YqlowNP+HQ yGgUZy7MwgIGkKzkvNB2A52vE2YWz2ur5hVKgweK2WsYCPdbqrkRJD1CRYslt3pNDFeW MV+ppkAQ48fCqTS8f2bXD1wOfxJoc51tZYYnnakBFW20jZpdCydRAq8QmArU6SbGJewC 7+UA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=a9dcK9qgK+cHD14p3c9huCT2MW0cC9ZJ/Iexpi2EjrM=; b=aWRMsHPRYjLk5rKxoYRLWBrTjw1W1RDZpZMP/o2jovNZB7OsTUZvwN/QclnQ+Vaw3n KbhAjVkWnur5jXJpwx5ey7Dt7h9GK0tulaYy5D8tHj0zRtO0efH8rahbDBKXssLefY0E cglcM3t3XEoMDq+fjYXcR8xLADAXs0iGyOdN31gSAjHxzaZMLkTajH5euDfMIaf9DAdl XfSj9hWywk+0PFyznJdsOHZHS9qipLek9wKYLQq1K4Mr5K1Tlp0xWgVMo5nTThHqBSnv 88skd2unbX40Ozzx4Zj6ynk2EiKLlL3/9GyroVRYPUIeHKqj0ypdcy+GQg1LQKB9LDlY f9kw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id us11si5807352ejb.665.2021.01.10.15.21.18; Sun, 10 Jan 2021 15:21:41 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727365AbhAJXTM (ORCPT + 99 others); Sun, 10 Jan 2021 18:19:12 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:57529 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727302AbhAJXTK (ORCPT ); Sun, 10 Jan 2021 18:19:10 -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 C35296000C; Sun, 10 Jan 2021 23:18:28 +0000 (UTC) From: Alexandre Belloni To: linux-rtc@vger.kernel.org, Alessandro Zummo , Alexandre Belloni Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH 16/17] rtc: rv8803: constify rv8803_rtc_ops Date: Mon, 11 Jan 2021 00:17:51 +0100 Message-Id: <20210110231752.1418816-17-alexandre.belloni@bootlin.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210110231752.1418816-1-alexandre.belloni@bootlin.com> References: <20210110231752.1418816-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use RTC_FEATURE_ALARM to signal to the core whether alarms are available instead of changing the global struct rtc_class_ops, allowing to make it const. Signed-off-by: Alexandre Belloni --- drivers/rtc/rtc-rv8803.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/drivers/rtc/rtc-rv8803.c b/drivers/rtc/rtc-rv8803.c index d4ea6db51b26..8821264e9385 100644 --- a/drivers/rtc/rtc-rv8803.c +++ b/drivers/rtc/rtc-rv8803.c @@ -471,10 +471,13 @@ static int rv8803_nvram_read(void *priv, unsigned int offset, return 0; } -static struct rtc_class_ops rv8803_rtc_ops = { +static const struct rtc_class_ops rv8803_rtc_ops = { .read_time = rv8803_get_time, .set_time = rv8803_set_time, .ioctl = rv8803_ioctl, + .read_alarm = rv8803_get_alarm, + .set_alarm = rv8803_set_alarm, + .alarm_irq_enable = rv8803_alarm_irq_enable, }; static int rx8900_trickle_charger_init(struct rv8803_data *rv8803) @@ -567,12 +570,10 @@ static int rv8803_probe(struct i2c_client *client, if (err) { dev_warn(&client->dev, "unable to request IRQ, alarms disabled\n"); client->irq = 0; - } else { - rv8803_rtc_ops.read_alarm = rv8803_get_alarm; - rv8803_rtc_ops.set_alarm = rv8803_set_alarm; - rv8803_rtc_ops.alarm_irq_enable = rv8803_alarm_irq_enable; } } + if (!client->irq) + clear_bit(RTC_FEATURE_ALARM, rv8803->rtc->features); err = rv8803_write_reg(rv8803->client, RV8803_EXT, RV8803_EXT_WADA); if (err) -- 2.29.2