Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77845C433F5 for ; Tue, 23 Nov 2021 23:30:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233697AbhKWXdt (ORCPT ); Tue, 23 Nov 2021 18:33:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231322AbhKWXdo (ORCPT ); Tue, 23 Nov 2021 18:33:44 -0500 Received: from mail-ua1-x92c.google.com (mail-ua1-x92c.google.com [IPv6:2607:f8b0:4864:20::92c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 043A3C061574 for ; Tue, 23 Nov 2021 15:30:36 -0800 (PST) Received: by mail-ua1-x92c.google.com with SMTP id t13so1203448uad.9 for ; Tue, 23 Nov 2021 15:30:35 -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=3uH2JEgWqlojJT+gIT9qwTADRtilTdk+WNcpN0oAZvQ=; b=TbsN1JEoVY3coBHtA1QUvJt29+ocfTE4puD82o8SA8CpuYfpew5eojbhBQF0udbQos Ycw5YJSOSkhuDBvAra8mhEJyNReY33YhLiETQEfGpk/VGlDX6FG9jcgI6d9uhqyMdU6j eAM0mbcFOyFgBfLUOWE9V8f/vpQ2NrEU+iwSRaWzUSV9Af6jZ7393a768iA4pPyXiAFJ wi9KRy9lj63AhPHgksco4Qnhm/SConqZrP55CAxZ8vyBYeB0bNaOcCjN90SgWnHzQSFX FuEt2erenHe+XJOziuPoMAlmIZFNFNt8RuDpb5qYpZpTuSANmV2jDRaGEus/VY7aOLIA FmhQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3uH2JEgWqlojJT+gIT9qwTADRtilTdk+WNcpN0oAZvQ=; b=PUF8ghQHPFfbKaRkcMSoZontnYPpZliQSFNrme40x8aGBET4w3Z6HF+Ie4LyOYHlbj e8R8ueMFoaDLVTlVUmjj21w0/mJ1FwZ+vcM+z9LxvJ3Q2Qh5BJ2yI26pE5U0Y2F21rj8 MmvP+L53F96Ya+RdijNA2tegHGFzHWuzMkQv5zZoMwsZ7VvA4xc6A96uYosu2Gp8sv2s +bH3WxHH1owjFZc214gFlfmOuk5z31zPy6WgKSEZ26POpPcu5qfk1xd2N17rHX09Xst8 2dyjAMIQERgpwnJ+HBkvPn3xY8QIlFh0WOhWUG5UwMnJoDYhli1UsPQ7aNj5Ymcd0KMC fe2Q== X-Gm-Message-State: AOAM532OmdTYyxpaZeu3JmAej143cv0EIb2/jKw1n7pBPNpoe9L7J8hE Shnx0zDkM4B8RwYN9nJxQuQ8ru72sg4/1MkQjLr4UQsFTO8rqVMC X-Google-Smtp-Source: ABdhPJz1klqwCzocaTGDtjBLzJU441KZakT44KfwMrLKAtO8PAfpBMoKjJIcO/CPGTx2WiiCI5gOBsKRA8/VomglBtQ= X-Received: by 2002:a9f:2431:: with SMTP id 46mr2194379uaq.114.1637710234844; Tue, 23 Nov 2021 15:30:34 -0800 (PST) MIME-Version: 1.0 References: <20211121165647.26706-1-semen.protsenko@linaro.org> <20211121165647.26706-10-semen.protsenko@linaro.org> <20211123160623.GB2326185@roeck-us.net> In-Reply-To: From: Sam Protsenko Date: Wed, 24 Nov 2021 01:30:23 +0200 Message-ID: Subject: Re: [PATCH v4 09/12] watchdog: s3c2410: Cleanup PMU related code To: Guenter Roeck Cc: Wim Van Sebroeck , Rob Herring , Krzysztof Kozlowski , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Nov 2021 at 00:33, Guenter Roeck wrote: > > On 11/23/21 8:17 AM, Sam Protsenko wrote: > > On Tue, 23 Nov 2021 at 18:06, Guenter Roeck wrote: > >> > >> On Sun, Nov 21, 2021 at 06:56:44PM +0200, Sam Protsenko wrote: > >>> Now that PMU enablement code was extended for new Exynos SoCs, it > >>> doesn't look very cohesive and consistent anymore. Do a bit of renaming, > >>> grouping and style changes, to make it look good again. While at it, add > >>> quirks documentation as well. > >>> > >>> No functional change, just a refactoring commit. > >>> > >>> Signed-off-by: Sam Protsenko > >>> Reviewed-by: Krzysztof Kozlowski > >>> Reviewed-by: Guenter Roeck > >>> --- > >>> Changes in v4: > >>> - Added R-b tag by Guenter Roeck > >>> > >>> Changes in v3: > >>> - Added quirks documentation > >>> - Added R-b tag by Krzysztof Kozlowski > >>> > >>> Changes in v2: > >>> - (none): it's a new patch > >>> > >>> drivers/watchdog/s3c2410_wdt.c | 83 ++++++++++++++++++++++++---------- > >>> 1 file changed, 58 insertions(+), 25 deletions(-) > >>> > >>> diff --git a/drivers/watchdog/s3c2410_wdt.c b/drivers/watchdog/s3c2410_wdt.c > >>> index ec341c876225..f211be8bf976 100644 > >>> --- a/drivers/watchdog/s3c2410_wdt.c > >>> +++ b/drivers/watchdog/s3c2410_wdt.c > >>> @@ -56,17 +56,51 @@ > >>> #define EXYNOS5_RST_STAT_REG_OFFSET 0x0404 > >>> #define EXYNOS5_WDT_DISABLE_REG_OFFSET 0x0408 > >>> #define EXYNOS5_WDT_MASK_RESET_REG_OFFSET 0x040c > >>> -#define QUIRK_HAS_PMU_CONFIG (1 << 0) > >>> -#define QUIRK_HAS_RST_STAT (1 << 1) > >>> -#define QUIRK_HAS_WTCLRINT_REG (1 << 2) > >>> + > >>> +/** > >> > >> 0-day complains: > >> > >> drivers/watchdog/s3c2410_wdt.c:94: warning: expecting prototype for Quirk flags for different Samsung watchdog IP(). Prototype was for QUIRK_HAS_WTCLRINT_REG() instead > >> > >> It doesn't seem to like the idea of documented bit masks. Not really sure > >> what to do here. I am inclined to ignore it, but I don't want to get flooded > >> by 0-day complaints until I retire either. Any idea ? > >> > > > > Seems like 0-day thinks this kernel-doc comment is for the first > > define only, and thus the comment has wrong format, or something like > > that. I tried to follow the same style as GFP_KERNEL and others are > > documented. > > > > Anyway, if you don't like 0-day complaints, can you please just > > replace kernel-doc comment (/**) with regular comment (/*), by > > removing one asterisk in the patch? Or I can re-send the patch > > correspondingly -- then just let me know. > > > > Oh, never mind. Let's just hope that 0-day stops complaining at some point. > Just sent v5 for this patch, fixing that 0-day warning properly. Found info about it here: [1]. So to check that warning, apparently it's enough to run "make W=n" build, or dry-run for kernel-doc script like this: $ scripts/kernel-doc -v -none drivers/watchdog/s3c2410_wdt.c Anyway, please take v4 series + v5 for this patch. Hope that'll be all for 0-day swearing :) [1] https://github.com/torvalds/linux/blob/master/Documentation/doc-guide/kernel-doc.rst > Guenter