From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from www.linux-watchdog.org (www.linux-watchdog.org [185.87.125.42]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 793281DE8A4; Thu, 7 Nov 2024 12:00:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.87.125.42 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730980851; cv=none; b=TgljchSU5g9r8OfHpF1bR/3uuGQFhXWJ4ql7tboqnNoo2U8DZQD/+878F98WFTr9y86+ZZCzH1pi6xqQ3NmeTEwGVGxpXJMWK0WgQvzgddmznCRCA6+LpYSowSWcSQS/OX8aP/AL0VG11QO587XQjc7gkpXPeEtjIGGB9p3ilR0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730980851; c=relaxed/simple; bh=uMm7eWhg5zxwjiJM+lslSNcWxvKbHa1oHkkgaXf1Ha4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jfqIGmzimzBbC2/ihG6O0yAehr2VYoScLCrDIaXJvytydd8TtxnO/5/QWYRB/8q5b7SCVDhWOmMHyphIyqryeKb6/Q4Nm/vmXo0FSFAxsrxQttz0q0ypdbkdWujke5S1aQU0id2x6hJL0TDFjwyXy+ltCMJxl2DFDYxkiEB5GQA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=linux-watchdog.org; spf=pass smtp.mailfrom=linux-watchdog.org; dkim=pass (1024-bit key) header.d=linux-watchdog.org header.i=@linux-watchdog.org header.b=AkgDiDNp; arc=none smtp.client-ip=185.87.125.42 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=linux-watchdog.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux-watchdog.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-watchdog.org header.i=@linux-watchdog.org header.b="AkgDiDNp" Received: by www.linux-watchdog.org (Postfix, from userid 500) id D076C40A06; Thu, 7 Nov 2024 12:33:26 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org D076C40A06 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1730979206; bh=uMm7eWhg5zxwjiJM+lslSNcWxvKbHa1oHkkgaXf1Ha4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AkgDiDNpn7Kzfmt28t44X/BKrVl/jNC32/Iuk2YdqhcUbXdwj9wyZKo5SWY40Nbsv l5VY0SruRwW5o8cFrBumW5cMJvrEHhhloYCUmam74ZNHU8TiYuheZw99swUYGHLbQ/ ZtuYbDdokTE0kuGPZRSi7z3+thKl6ZxUzyTwdwSw= Date: Thu, 7 Nov 2024 12:33:25 +0100 From: Wim Van Sebroeck To: Krzysztof Kozlowski Cc: Wim Van Sebroeck , Taewan Kim , 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: <20241107113325.GA5284@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> <20241107103331.GA4818@www.linux-watchdog.org> <589c40e1-6a1c-4ef7-b0d8-b761b132578a@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <589c40e1-6a1c-4ef7-b0d8-b761b132578a@kernel.org> User-Agent: Mutt/1.5.20 (2009-12-10) Hi Krzystof, > On 07/11/2024 11:33, Wim Van Sebroeck wrote: > > 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? > > I meant only this one patch, not entire patchset. The bindings and > watchdog driver are for you. I commented only about this patch here - DTS. > > > Best regards, > Krzysztof > I added the first two patches again. Even when it sounds more logical to me to keep the 3 together. But that's a never ending discussion, so we won't go into that :-). Kind regards, Wim.