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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 EE5A1C4708F for ; Wed, 2 Jun 2021 10:45:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D8248613B4 for ; Wed, 2 Jun 2021 10:45:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231151AbhFBKrj (ORCPT ); Wed, 2 Jun 2021 06:47:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229963AbhFBKrf (ORCPT ); Wed, 2 Jun 2021 06:47:35 -0400 Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A698C061574; Wed, 2 Jun 2021 03:45:51 -0700 (PDT) Received: by mail-oi1-x22d.google.com with SMTP id b25so2269686oic.0; Wed, 02 Jun 2021 03:45:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=eXKINWXa0bjDJgK/ywcDJ+ojBskVf7ukQn1t5GiFFaw=; b=oYoulyT2rIcq8A0JTUO9ReBCmTJkNP3CqX8WVjoCNT3Qtwnk5oabTdyWlfx5x9ObsX N5BNsuUqJlBh3SszN5WaVb20Fj87IYi71bU53qQR1UfajYxaiNmqTFA50Oa4Ki6v5EWn eB6+BFqK+mmbA2NxIANCxSfzS43btbRXSFEAN4/JQbK+vLXAG1TVnOM1YSjhLGOWOkmt SkQvUALu1rlUQvd60ar9nY0fKXJR37Dgt31klarABjmfA8y1bDIMoDSUa+jRxIeX9xvx WBfpk6fA0jj8dFKRi6EpjYG5R2QnlNEPqfSwM6Y4KUKdBTTazcQMUleaT9gPzZP+u9H4 amGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=eXKINWXa0bjDJgK/ywcDJ+ojBskVf7ukQn1t5GiFFaw=; b=NQYjKX9i71ku71V1l8SFUm7F6RdFBKnqtaHC4hAi3pw/KRYr1jkl3eb304f0RXpiXM mwpZ3VhU748lkk3ElQcFsrjiKBYOPlwpVj5HJGKIwuR7nsYY9OVVsGXdP6ikNg17j9Xp eIsaVAQoxOq4t/e8H0N4k+cKhxHrW/vcO5JOOCJ0NWplriHbLWtYl7hZzoRupdg4jDvK O9XXrfpYOHgJVZZxWjSdzHKF+rFnh8+YXIe1zmtKfUxqSsn2w2L6wT0jGAsvm0prMkmu YgVWXwqdYOo/jT+44m+9t2+k67OfCyizeYIbO2IEPXjxkXqZz9Hnt9b+iU/qyoz0qJ/v mIUA== X-Gm-Message-State: AOAM5308E9DkJr/N9bdRwAMCyGcdccuyHqd6iPLIiP9qz483Y+xdm34v o0MEMNC4W78ATftarPgTeaU= X-Google-Smtp-Source: ABdhPJwc6PM8HlyjkbWQi5wLaodwmu3gvioqwFls2B3zprH7RHff/PIsMDTLIl4iHpOVzLqTImUA/A== X-Received: by 2002:aca:2b17:: with SMTP id i23mr21517722oik.87.1622630750364; Wed, 02 Jun 2021 03:45:50 -0700 (PDT) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id q1sm3922934oos.32.2021.06.02.03.45.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 03:45:49 -0700 (PDT) Sender: Guenter Roeck Date: Wed, 2 Jun 2021 03:45:48 -0700 From: Guenter Roeck To: Wang Qing Cc: Wim Van Sebroeck , Rob Herring , Matthias Brugger , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V9,RESEND,0/2] watchdog: mtk: support pre-timeout when the bark irq is available Message-ID: <20210602104548.GC1865238@roeck-us.net> References: <1622425895-32111-1-git-send-email-wangqing@vivo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1622425895-32111-1-git-send-email-wangqing@vivo.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 31, 2021 at 09:51:33AM +0800, Wang Qing wrote: > Use the bark interrupt as the pretimeout notifier if available. > The pretimeout notification shall occur at timeout-sec/2. > > Wang Qing (2): > watchdog: mtk: support pre-timeout when the bark irq is available > doc: mtk-wdt: support pre-timeout when the bark irq is available > > .../devicetree/bindings/watchdog/mtk-wdt.txt | 5 ++ > drivers/watchdog/mtk_wdt.c | 77 ++++++++++++++++++++-- > 2 files changed, 77 insertions(+), 5 deletions(-) > The series is already included in my watchdog-next branch, making this just noise. On top of that, it is v2 without change log, meaning I have no idea what changed since v1 and if it is different to the version I queued. If it wasn't queued already, you'd get a message telling you to resubmit with change log. As it is, I'll keep my version and drop this one. Wim to decide what to do with it. Guenter 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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, 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 06970C47083 for ; Wed, 2 Jun 2021 10:46:26 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 BA95A613B4 for ; Wed, 2 Jun 2021 10:46:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BA95A613B4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=uX/lpYtINlcLol28sT/fbqCAtwNrnMPwldGvuSf26E8=; b=Yt+E1zROSHXL2p +LGtqAqgOMPfLMLAGxKJKNCM7L4LKiMJwOa/7I61KPhLVuNjU4fOx4/4zJLTZel/6TeqT+bmPLjqq /fwe5RFQDazWOpe1ZnGqTvovU1xr12dJ25dbaJZ0oHSTS9r11N9WoY5aJMvfjJtHBbmEZfwifH5+D 69WFEj+z/PEe4SvFmFrtP4trhWCiPZOOQX0JBfwgarMLg9R5Nuzy5AD/xHWOEd88tIjllFvPxzs2t MCpqDVtWtLNy1vaoJQaCPMcZ+LdppeoGUuse1kp7pjApaZdMg6IY3XENnttWHzQFLPVZEq/JO57fP /lBYrHBqRj/TR1OekgxA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loOO6-003R48-Tl; Wed, 02 Jun 2021 10:46:14 +0000 Received: from mail-oi1-x233.google.com ([2607:f8b0:4864:20::233]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1loONj-003QvA-DI; Wed, 02 Jun 2021 10:45:52 +0000 Received: by mail-oi1-x233.google.com with SMTP id f30so908044oij.7; Wed, 02 Jun 2021 03:45:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=eXKINWXa0bjDJgK/ywcDJ+ojBskVf7ukQn1t5GiFFaw=; b=oYoulyT2rIcq8A0JTUO9ReBCmTJkNP3CqX8WVjoCNT3Qtwnk5oabTdyWlfx5x9ObsX N5BNsuUqJlBh3SszN5WaVb20Fj87IYi71bU53qQR1UfajYxaiNmqTFA50Oa4Ki6v5EWn eB6+BFqK+mmbA2NxIANCxSfzS43btbRXSFEAN4/JQbK+vLXAG1TVnOM1YSjhLGOWOkmt SkQvUALu1rlUQvd60ar9nY0fKXJR37Dgt31klarABjmfA8y1bDIMoDSUa+jRxIeX9xvx WBfpk6fA0jj8dFKRi6EpjYG5R2QnlNEPqfSwM6Y4KUKdBTTazcQMUleaT9gPzZP+u9H4 amGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=eXKINWXa0bjDJgK/ywcDJ+ojBskVf7ukQn1t5GiFFaw=; b=NiTJ/ZtME48pztpvx0Oc07ypaG/ZPJrXWyu7SCNNCOKd97jZ9EOn6xpljmTO0+KGt/ Zd1HbbAE2x0RGkXyvtotRJT5iGyQ6E14cvnK8gGiJFoT9j+/pC9c3qGJueNK18Dp3+3X 7Lr4F9cvJYaYWi1THfuHotTF00iC7mA0qsNoMmxAlI35NhJWzJXENNNzbhg5OGtFitQQ 01Vk2WI088E0dn2SAFvuRip8liss8z2QW7wFUxg9m5AB1SZlTuLA7u0Zr50GKgDP1Zht bqreQzukSTmvzEG4uCEWYxzchHvAAJeY+YHZ/QWnJihZw3X7VJTrNRkufauW3c9Atos3 toPQ== X-Gm-Message-State: AOAM533sEBYjVqHOCNVd2pn09ljpDX3kfe6sRLWywvFo10x7aXJ4WInp l9e2XHIADl7Eq3paWCnc1UM= X-Google-Smtp-Source: ABdhPJwc6PM8HlyjkbWQi5wLaodwmu3gvioqwFls2B3zprH7RHff/PIsMDTLIl4iHpOVzLqTImUA/A== X-Received: by 2002:aca:2b17:: with SMTP id i23mr21517722oik.87.1622630750364; Wed, 02 Jun 2021 03:45:50 -0700 (PDT) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id q1sm3922934oos.32.2021.06.02.03.45.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 03:45:49 -0700 (PDT) Date: Wed, 2 Jun 2021 03:45:48 -0700 From: Guenter Roeck To: Wang Qing Cc: Wim Van Sebroeck , Rob Herring , Matthias Brugger , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V9,RESEND,0/2] watchdog: mtk: support pre-timeout when the bark irq is available Message-ID: <20210602104548.GC1865238@roeck-us.net> References: <1622425895-32111-1-git-send-email-wangqing@vivo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1622425895-32111-1-git-send-email-wangqing@vivo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210602_034551_502812_5E8A4821 X-CRM114-Status: GOOD ( 14.98 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Mon, May 31, 2021 at 09:51:33AM +0800, Wang Qing wrote: > Use the bark interrupt as the pretimeout notifier if available. > The pretimeout notification shall occur at timeout-sec/2. > > Wang Qing (2): > watchdog: mtk: support pre-timeout when the bark irq is available > doc: mtk-wdt: support pre-timeout when the bark irq is available > > .../devicetree/bindings/watchdog/mtk-wdt.txt | 5 ++ > drivers/watchdog/mtk_wdt.c | 77 ++++++++++++++++++++-- > 2 files changed, 77 insertions(+), 5 deletions(-) > The series is already included in my watchdog-next branch, making this just noise. On top of that, it is v2 without change log, meaning I have no idea what changed since v1 and if it is different to the version I queued. If it wasn't queued already, you'd get a message telling you to resubmit with change log. As it is, I'll keep my version and drop this one. Wim to decide what to do with it. Guenter _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek 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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, 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 92F4CC47092 for ; Wed, 2 Jun 2021 10:47:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 5FE246023F for ; Wed, 2 Jun 2021 10:47:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5FE246023F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X+3vrMdDfB9nJI+AbqRxMCDVDkFt8iCqwt8VIbUiLFY=; b=0o1z/lugFSneta Vzgv8En3Rq7RIS7LtSpXFAkUe4PTiu8JrICyz6qXrRldqwxTD8q/5OPg888NqxeyWZRYesNcXVyku 4R9++D47GgsCWgHGiLOdF2LcU/hcshPdCXGcEnUjD6rEzCMuinfpuItQuSEFTeuk7ggOLIPwG1nYw bydrVBrG4pWadeVzVpm1QKXboWC78o6mxxdr2RDqSOpAqQSN6g1WnPyc3N4m2trXidDVU6FUMnDBc PYzbhJG81JKxHsK3IBtDVvJkM3gHkyIa7DZekBL5NtBobDHgW9/OAHH17Y/Ibm3Fhhd75B1E8Z7eE qVvNyYSB9vklgCnfdtzw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loONo-003Qwf-4R; Wed, 02 Jun 2021 10:45:56 +0000 Received: from mail-oi1-x233.google.com ([2607:f8b0:4864:20::233]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1loONj-003QvA-DI; Wed, 02 Jun 2021 10:45:52 +0000 Received: by mail-oi1-x233.google.com with SMTP id f30so908044oij.7; Wed, 02 Jun 2021 03:45:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=eXKINWXa0bjDJgK/ywcDJ+ojBskVf7ukQn1t5GiFFaw=; b=oYoulyT2rIcq8A0JTUO9ReBCmTJkNP3CqX8WVjoCNT3Qtwnk5oabTdyWlfx5x9ObsX N5BNsuUqJlBh3SszN5WaVb20Fj87IYi71bU53qQR1UfajYxaiNmqTFA50Oa4Ki6v5EWn eB6+BFqK+mmbA2NxIANCxSfzS43btbRXSFEAN4/JQbK+vLXAG1TVnOM1YSjhLGOWOkmt SkQvUALu1rlUQvd60ar9nY0fKXJR37Dgt31klarABjmfA8y1bDIMoDSUa+jRxIeX9xvx WBfpk6fA0jj8dFKRi6EpjYG5R2QnlNEPqfSwM6Y4KUKdBTTazcQMUleaT9gPzZP+u9H4 amGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=eXKINWXa0bjDJgK/ywcDJ+ojBskVf7ukQn1t5GiFFaw=; b=NiTJ/ZtME48pztpvx0Oc07ypaG/ZPJrXWyu7SCNNCOKd97jZ9EOn6xpljmTO0+KGt/ Zd1HbbAE2x0RGkXyvtotRJT5iGyQ6E14cvnK8gGiJFoT9j+/pC9c3qGJueNK18Dp3+3X 7Lr4F9cvJYaYWi1THfuHotTF00iC7mA0qsNoMmxAlI35NhJWzJXENNNzbhg5OGtFitQQ 01Vk2WI088E0dn2SAFvuRip8liss8z2QW7wFUxg9m5AB1SZlTuLA7u0Zr50GKgDP1Zht bqreQzukSTmvzEG4uCEWYxzchHvAAJeY+YHZ/QWnJihZw3X7VJTrNRkufauW3c9Atos3 toPQ== X-Gm-Message-State: AOAM533sEBYjVqHOCNVd2pn09ljpDX3kfe6sRLWywvFo10x7aXJ4WInp l9e2XHIADl7Eq3paWCnc1UM= X-Google-Smtp-Source: ABdhPJwc6PM8HlyjkbWQi5wLaodwmu3gvioqwFls2B3zprH7RHff/PIsMDTLIl4iHpOVzLqTImUA/A== X-Received: by 2002:aca:2b17:: with SMTP id i23mr21517722oik.87.1622630750364; Wed, 02 Jun 2021 03:45:50 -0700 (PDT) Received: from localhost ([2600:1700:e321:62f0:329c:23ff:fee3:9d7c]) by smtp.gmail.com with ESMTPSA id q1sm3922934oos.32.2021.06.02.03.45.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Jun 2021 03:45:49 -0700 (PDT) Date: Wed, 2 Jun 2021 03:45:48 -0700 From: Guenter Roeck To: Wang Qing Cc: Wim Van Sebroeck , Rob Herring , Matthias Brugger , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V9,RESEND,0/2] watchdog: mtk: support pre-timeout when the bark irq is available Message-ID: <20210602104548.GC1865238@roeck-us.net> References: <1622425895-32111-1-git-send-email-wangqing@vivo.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1622425895-32111-1-git-send-email-wangqing@vivo.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210602_034551_502812_5E8A4821 X-CRM114-Status: GOOD ( 14.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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, May 31, 2021 at 09:51:33AM +0800, Wang Qing wrote: > Use the bark interrupt as the pretimeout notifier if available. > The pretimeout notification shall occur at timeout-sec/2. > > Wang Qing (2): > watchdog: mtk: support pre-timeout when the bark irq is available > doc: mtk-wdt: support pre-timeout when the bark irq is available > > .../devicetree/bindings/watchdog/mtk-wdt.txt | 5 ++ > drivers/watchdog/mtk_wdt.c | 77 ++++++++++++++++++++-- > 2 files changed, 77 insertions(+), 5 deletions(-) > The series is already included in my watchdog-next branch, making this just noise. On top of that, it is v2 without change log, meaning I have no idea what changed since v1 and if it is different to the version I queued. If it wasn't queued already, you'd get a message telling you to resubmit with change log. As it is, I'll keep my version and drop this one. Wim to decide what to do with it. Guenter _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel