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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 79504C433DB for ; Mon, 11 Jan 2021 22:01:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4232922BED for ; Mon, 11 Jan 2021 22:01:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388832AbhAKWB0 (ORCPT ); Mon, 11 Jan 2021 17:01:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731436AbhAKWBY (ORCPT ); Mon, 11 Jan 2021 17:01:24 -0500 Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EAEEC061794 for ; Mon, 11 Jan 2021 14:00:44 -0800 (PST) Received: by mail-lj1-x236.google.com with SMTP id u11so558659ljo.13 for ; Mon, 11 Jan 2021 14:00:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jVdLysk1x6ZZsXbP0Zr5h+mMevWQuwTL1CpskBya6v8=; b=u4OsVlAAndy3l+Ngu/fYohy/mYFqxZDi4TLDNXDuZeeg3kChazJI9iXpzSE1HPcz3J UBulNCJkOdWiFliA2DuqX/vmg2SByWNgmhYs9F6nwFU7kL69aOkIMK8utFqCFoMW9Gw8 nRTHRCtzv8cSD3n/3/R6hEg4dWPf2eXdapGk9/S6u6IQpV03ZNiontp3DtUP5s4RekbR h/z5F4A9AIq0Rvg381fUFmRmIYQkyRJBSDApLDdZT1yQbygM/j6lmuKKJgCEZCZDpD0A MnBrktjJ7LQoerAsJn3KfGe346IrqAtOZXXp/107SzHRLheTBO9SjLSojxn8uwHMUfVY ehzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jVdLysk1x6ZZsXbP0Zr5h+mMevWQuwTL1CpskBya6v8=; b=Mten812PaJyOFSiGSUSKD7Ujp8uhS/so0XSMyC3Xqk2APmAKDEwImtBHdYx7dk6tv3 ewOQecbluTfQezllGyw+DPAQU10VUGiTgFEQLbBRRzG5mw78opL4QXza+6a4iLmTfeij UktFKKs0vI0cJ5KVbQYzvcoW6fCzGoRaPZhonTUXTH7PFiumNSfTKSMRlxWTksLLi8aF 4zQ9R3Gd3gQtLU6yH2wdeMOti+5OBN8kfm6PuODaTqzA26099liX3lj4M8p2LleVMZnD E/VIJCDJmW0lvyUGvR/os4P/vzmAYgCjOM6KhFFVTjhmmJX4sHmnRVNrwM1fcQUY88wk Ry8A== X-Gm-Message-State: AOAM531hvmTDGkpxqCxp89kh9CHMazdndsn7OxA2wINyVRRqCXC5NA8m xZjES+kYpFtu/8LlgMI/71Eru6FMEvyFKSixgCpihQ== X-Google-Smtp-Source: ABdhPJyn6aCXyneWJOgZKxnoF9Ct2sh9Dfr16D2OhX3Out/rqGrQWppRJQJ0dfvbe8j5pKv+eDAPpyQFMjIjJbKbdMw= X-Received: by 2002:a05:651c:1312:: with SMTP id u18mr647685lja.200.1610402441598; Mon, 11 Jan 2021 14:00:41 -0800 (PST) MIME-Version: 1.0 References: <20210110231752.1418816-1-alexandre.belloni@bootlin.com> <20210110231752.1418816-3-alexandre.belloni@bootlin.com> In-Reply-To: <20210110231752.1418816-3-alexandre.belloni@bootlin.com> From: Linus Walleij Date: Mon, 11 Jan 2021 23:00:30 +0100 Message-ID: Subject: Re: [PATCH 02/17] rtc: pl031: use RTC_FEATURE_ALARM To: Alexandre Belloni Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , "linux-kernel@vger.kernel.org" , Linux ARM , "linuxppc-dev@lists.ozlabs.org list" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 11, 2021 at 12:18 AM Alexandre Belloni wrote: > Clear RTC_FEATURE_ALARM instead of setting set_alarm, read_alarm and > alarm_irq_enable to NULL. > > Signed-off-by: Alexandre Belloni Acked-by: Linus Walleij Yours, Linus Walleij 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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 D1947C433E0 for ; Mon, 11 Jan 2021 22:02:24 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6E1C822CB2 for ; Mon, 11 Jan 2021 22:02:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6E1C822CB2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=nYKDYyi5SdejRIONQDd9RpbQllsFU/GxVk9OHfKwPRY=; b=Vzq/RO90C+EjMV96mHuiaVRcf un/AQLd5/MFm7Big753STIQiILbABwk+99k3cMMVk068SWvQnpGPPKefdCchV5F/KoNK3lcJu+P4q JFtpfQDPXttqtA+mUFaFey1l04ubzMVIR8qtrMvgO8mj6jEMqxW13zpUi24Y5kD5+54U1m6w7tylS 4VwigFH3ZwBEWsenJHTQr8REIul8vOAYv9W0L4M0sCGNJ1t4Q5qjYaX7mV+YDCLzIMoyDAWf/l/wj fIQ4I/RvJUBRoX2/fDegVjtfHMPOyO8ZNT27ORk8ClTkdHrGkjQEdU6jNVeA9XJa5g3kMHqFFq7sC AlSQNoN4g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kz5F1-0006o0-Ht; Mon, 11 Jan 2021 22:00:47 +0000 Received: from mail-lj1-x230.google.com ([2a00:1450:4864:20::230]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kz5Ez-0006mO-9N for linux-arm-kernel@lists.infradead.org; Mon, 11 Jan 2021 22:00:46 +0000 Received: by mail-lj1-x230.google.com with SMTP id w26so624363ljo.4 for ; Mon, 11 Jan 2021 14:00:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jVdLysk1x6ZZsXbP0Zr5h+mMevWQuwTL1CpskBya6v8=; b=u4OsVlAAndy3l+Ngu/fYohy/mYFqxZDi4TLDNXDuZeeg3kChazJI9iXpzSE1HPcz3J UBulNCJkOdWiFliA2DuqX/vmg2SByWNgmhYs9F6nwFU7kL69aOkIMK8utFqCFoMW9Gw8 nRTHRCtzv8cSD3n/3/R6hEg4dWPf2eXdapGk9/S6u6IQpV03ZNiontp3DtUP5s4RekbR h/z5F4A9AIq0Rvg381fUFmRmIYQkyRJBSDApLDdZT1yQbygM/j6lmuKKJgCEZCZDpD0A MnBrktjJ7LQoerAsJn3KfGe346IrqAtOZXXp/107SzHRLheTBO9SjLSojxn8uwHMUfVY ehzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jVdLysk1x6ZZsXbP0Zr5h+mMevWQuwTL1CpskBya6v8=; b=o6fxrQE+N3b7t2Ef6Qpbshq8NkRNOzPojKgNbakPrTTbmI2t96G3L8F1fQr57v91GO JDaN0ux2pln2lljDW1iA5XW0RuszU5DgjSIV8kDDFOvS+S8St9jAGWj0dpwROLaZvDXn pp+KoPkLD2DJYMIsyUPc6BxZCq3fTCUSHwBwyqV1Edpw7yjEuug0yRShjrcNteSpi85S Dwzkjpmz4DdDcATa9fQgYGw/oDEuxKGiKmMo3eJupTQS5snF4jhTaFjcs1hOVdWaBtfg csfsMDhlagzfORf7T/q30kSzC88xqr2K6EW+cM+nBOjdVtu+HF4We6RbbCnCIsMo5pOt qC3Q== X-Gm-Message-State: AOAM531ZBIs0TW5Fyrvz7j4tnNnOAQ3eEYd02f8fGvqGbnTASB5NFE9A klD2RpG1vuZVWSUdeMz1td0JGfTPCGmCc/nZ9wiV7UzT/p4= X-Google-Smtp-Source: ABdhPJyn6aCXyneWJOgZKxnoF9Ct2sh9Dfr16D2OhX3Out/rqGrQWppRJQJ0dfvbe8j5pKv+eDAPpyQFMjIjJbKbdMw= X-Received: by 2002:a05:651c:1312:: with SMTP id u18mr647685lja.200.1610402441598; Mon, 11 Jan 2021 14:00:41 -0800 (PST) MIME-Version: 1.0 References: <20210110231752.1418816-1-alexandre.belloni@bootlin.com> <20210110231752.1418816-3-alexandre.belloni@bootlin.com> In-Reply-To: <20210110231752.1418816-3-alexandre.belloni@bootlin.com> From: Linus Walleij Date: Mon, 11 Jan 2021 23:00:30 +0100 Message-ID: Subject: Re: [PATCH 02/17] rtc: pl031: use RTC_FEATURE_ALARM To: Alexandre Belloni X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210111_170045_372172_5F321287 X-CRM114-Status: UNSURE ( 8.58 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , "linuxppc-dev@lists.ozlabs.org list" , "linux-kernel@vger.kernel.org" , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Jan 11, 2021 at 12:18 AM Alexandre Belloni wrote: > Clear RTC_FEATURE_ALARM instead of setting set_alarm, read_alarm and > alarm_irq_enable to NULL. > > Signed-off-by: Alexandre Belloni Acked-by: Linus Walleij Yours, Linus Walleij _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 820B6C433E0 for ; Mon, 11 Jan 2021 22:03:03 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0059422CBE for ; Mon, 11 Jan 2021 22:03:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0059422CBE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4DF74L3bnlzDqgj for ; Tue, 12 Jan 2021 09:02:58 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linaro.org (client-ip=2a00:1450:4864:20::22c; helo=mail-lj1-x22c.google.com; envelope-from=linus.walleij@linaro.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.a=rsa-sha256 header.s=google header.b=u4OsVlAA; dkim-atps=neutral Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4DF71v43dnzDqWL for ; Tue, 12 Jan 2021 09:00:46 +1100 (AEDT) Received: by mail-lj1-x22c.google.com with SMTP id x23so602276lji.7 for ; Mon, 11 Jan 2021 14:00:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=jVdLysk1x6ZZsXbP0Zr5h+mMevWQuwTL1CpskBya6v8=; b=u4OsVlAAndy3l+Ngu/fYohy/mYFqxZDi4TLDNXDuZeeg3kChazJI9iXpzSE1HPcz3J UBulNCJkOdWiFliA2DuqX/vmg2SByWNgmhYs9F6nwFU7kL69aOkIMK8utFqCFoMW9Gw8 nRTHRCtzv8cSD3n/3/R6hEg4dWPf2eXdapGk9/S6u6IQpV03ZNiontp3DtUP5s4RekbR h/z5F4A9AIq0Rvg381fUFmRmIYQkyRJBSDApLDdZT1yQbygM/j6lmuKKJgCEZCZDpD0A MnBrktjJ7LQoerAsJn3KfGe346IrqAtOZXXp/107SzHRLheTBO9SjLSojxn8uwHMUfVY ehzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=jVdLysk1x6ZZsXbP0Zr5h+mMevWQuwTL1CpskBya6v8=; b=CHIaazVfXihSMG2Y4OzmJ6mVIIq7zILwJ2L8Bei8CXY/FrqAVXCozffdv3btRd5NBo QKpPkwdSZZ0B9KmCYizv+arKLC4I+d7BGw8K2UFtt4pTB+kfqwhy+EULLYvBkcvEYUVC 2OCjQC3SceeeWbfL1/JAcU2Bqxh1S6LOeV9mHirPlIEV9dqJT1iUrdwQv6HhxFA352H9 G5c6IdO6EnAZwO+TBxZ7ICSX23Ng8W9EM2hLcrxgfuZRWD7l429FOqRIzI+mL/V+VGJF AbNR43GOaafuggfLV5Q9iHlbCaDT8yBhFXKblDZcYYNZs0UGcZf6oMYpj5D8NvAYki1a +Ljg== X-Gm-Message-State: AOAM531e5fF2n1x/UHOLTMYzfO92MFWeleRqgGzY30a4vRWcV0lDurj4 r/Vox/RnBhydK7DO4erwMbj/gAYSZNCT1uy/cZHAuA== X-Google-Smtp-Source: ABdhPJyn6aCXyneWJOgZKxnoF9Ct2sh9Dfr16D2OhX3Out/rqGrQWppRJQJ0dfvbe8j5pKv+eDAPpyQFMjIjJbKbdMw= X-Received: by 2002:a05:651c:1312:: with SMTP id u18mr647685lja.200.1610402441598; Mon, 11 Jan 2021 14:00:41 -0800 (PST) MIME-Version: 1.0 References: <20210110231752.1418816-1-alexandre.belloni@bootlin.com> <20210110231752.1418816-3-alexandre.belloni@bootlin.com> In-Reply-To: <20210110231752.1418816-3-alexandre.belloni@bootlin.com> From: Linus Walleij Date: Mon, 11 Jan 2021 23:00:30 +0100 Message-ID: Subject: Re: [PATCH 02/17] rtc: pl031: use RTC_FEATURE_ALARM To: Alexandre Belloni Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, Alessandro Zummo , "linuxppc-dev@lists.ozlabs.org list" , "linux-kernel@vger.kernel.org" , Linux ARM Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Jan 11, 2021 at 12:18 AM Alexandre Belloni wrote: > Clear RTC_FEATURE_ALARM instead of setting set_alarm, read_alarm and > alarm_irq_enable to NULL. > > Signed-off-by: Alexandre Belloni Acked-by: Linus Walleij Yours, Linus Walleij