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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 92E46D43346 for ; Thu, 7 Nov 2024 11:03:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=JEESXTA7tsWtdT9xUia7OPeCC/a5gK5WvIUDvm5y/bs=; b=Zc/xZQ08QwRNKmgLjF497csgBk SDsPoJB3avs2clHGRe8Iw5w3LtKlFREu699Vfok0U/AzcuCEyQSmVHHbMJmdzztB2drwj/8EdfyRK PTSaDKN0kM1MQ6/8zGQicvrMznvUtfk3J0+aXjeIIT2leb7Wgg4stwVT3HlhS2rDD+eRL9MZ62bLE vGLCDIw6eRNZDWZf+KUZEm7tEE0CLqHomCwTaujWSoLNUqCjYEUi90vN/G+YGAlsNgCPWkbQWQF+5 +5NNFbLczuMPD0P5+YGe82zjL+ewfBNZUT3ua+T6uBNDtvX9Drigqk5TVUT3mizdO6+CjSbWssqby fV0lmhbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t90Ho-00000006b4c-47Ix; Thu, 07 Nov 2024 11:02:48 +0000 Received: from www.linux-watchdog.org ([185.87.125.42]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t90G2-00000006aSF-0oyW for linux-arm-kernel@lists.infradead.org; Thu, 07 Nov 2024 11:01:00 +0000 Received: by www.linux-watchdog.org (Postfix, from userid 500) id 0485940A06; Thu, 7 Nov 2024 11:33:31 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org 0485940A06 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1730975612; bh=bkxxQT0ywZ+RAU3jBxc18hVZFtgf6aogb7G4KtK1nhk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QmV8O2OsnEKHTeXWL2yUMNdkZmtV18s3l1A0wMrvm/yCqpCvsfwDX1WwKx+YsZgmv 1D9NAG0ffFkeFhzcPoEbOuKInQOHo0AWuMmXPO7bIY0PcVyJ+gZ1WCi8FNqAqZ+eZu SyFHUaZxyptoPue5zAt/M/pKYi0mId8MFOI9oMFI= Date: Thu, 7 Nov 2024 11:33:31 +0100 From: Wim Van Sebroeck To: Krzysztof Kozlowski Cc: Taewan Kim , Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Alim Akhtar , 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, Byoungtae Cho Subject: Re: [PATCH v3 3/3] arm64: dts: exynosautov920: add watchdog DT node Message-ID: <20241107103331.GA4818@www.linux-watchdog.org> References: <20241021063903.793166-1-trunixs.kim@samsung.com> <20241021063903.793166-4-trunixs.kim@samsung.com> <961e1aca-cd90-4db1-87d7-afd2e542421e@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <961e1aca-cd90-4db1-87d7-afd2e542421e@kernel.org> User-Agent: Mutt/1.5.20 (2009-12-10) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241107_030058_699872_AB4B1A47 X-CRM114-Status: GOOD ( 15.66 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Krzystof, > On 21/10/2024 08:39, Taewan Kim wrote: > > From: Byoungtae Cho > > > > Adds two watchdog devices for ExynosAutoV920 SoC. > > > > Signed-off-by: Byoungtae Cho > > Signed-off-by: Taewan Kim > > --- > > .../arm64/boot/dts/exynos/exynosautov920.dtsi | 20 +++++++++++++++++++ > > 1 file changed, 20 insertions(+) > > How did this happen that this patch was taken to watchdog? There is no > Ack here from me. > > Drop this patch from watchdog, I do no agree to take it via that tree. > > Best regards, > Krzysztof > Seems like you are having a hard day. The 3 patches are dropped. I presume that you will take them all through your tree then? Kind regards, Wim. PS: the patches are: [PATCH v3 1/3] dt-bindings: watchdog: Document ExynosAutoV920 watchdog bindings [PATCH v3 2/3] watchdog: s3c2410_wdt: add support for exynosautov920 SoC [PATCH v3 3/3] arm64: dts: exynosautov920: add watchdog DT node